﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3289	FMU compilation (MSVC) fails for big models	michael.kobierski@…	Adrian Pop	"Using flag +target=msvc, the following is observed when creating an FMU from a model with a very long modelDescription.xml file (the contents of which are also stored in a .c file).

mymodel_init.c(1) : error C2026: string too big, trailing characters truncated
mymodel_info.c(1) : error C2026: string too big, trailing characters truncated

The same code will compile fine with gcc, due to the compiler specific nature of limits imposed on string literals.  Turns out cl has a maximum limit of 16KB."	defect	assigned	high	Future	FMI	trunk			
