﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5305	ModelicaIO lib is missing in SimCode makefileParams.libs for msvc simCodeTarget	Niklas Worschech	Lennart Ochel	"For the following model
{{{#!mo
model ModelicaIOModel
  Modelica.Blocks.Tables.CombiTable1D combiTable1D(table=[1,2; 2,3]);
  Modelica.Blocks.Sources.Sine sine;
equation
  connect(sine.y, combiTable1D.u[1]);
end ModelicaIOModel;
}}}
the Modelica external C lib ModelicaIO is not linked and the linker error:
error LNK2019: unresolved external symbol _ModelicaIO_readRealTable referenced in function _readTable
occurs for Visual Studio
This is because in SimCode makefilePrams.libs the ModelicaIO string is not included.

"	defect	closed	high	1.14.0	Backend		fixed		
