﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6118	MSVC does not work with Cpp runtime under Windows	Rüdiger Franke		"Selecting msvc15 in OMEdit under Windows, the compilation fails do to spaces in the *.makefile:
{{{
include C:/Program Files (x86)/OpenModelica1.16.0-dev-32bit/include/omc/cpp/ModelicaConfig_msvc.inc
include C:/Program Files (x86)/OpenModelica1.16.0-dev-32bit/include/omc/cpp/ModelicaLibraryConfig_msvc.inc
}}}
Attempting to fix the spaces and call `Compile.bat` manually, the compilation continues to fail, then with syntax error for `!IF`.

Selecting MinGW, the respective includes become:
{{{
include $(OMHOME)/include/omc/omsicpp/ModelicaConfig_gcc.inc
include $(OMHOME)/include/omc/omsicpp/ModelicaLibraryConfig_gcc.inc
}}}
Why `omsicpp` and not `cpp` -- it seems to work though?
"	defect	assigned	blocker	1.19.0	Build Environment	v1.16.0-dev			Adrian Pop
