Changes between Initial Version and Version 1 of Ticket #4336, comment 1
- Timestamp:
- 2017-03-17T17:03:34Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4336, comment 1
initial v1 1 Tried it also with {{{--simCodeTarget=Cpp}}}, got this: 1 Tried it also with {{{--simCodeTarget=Cpp}}}. 2 3 On Windows, we get 4 {{{ 5 OMCppDEMO.Test.Helium.TestCPAlgloop67.cpp: In member function 'virtual void TestCPAlgloop67::evaluate()': 6 OMCppDEMO.Test.Helium.TestCPAlgloop67.cpp:70:32: error: 'heliumCP_P_chB_P_Tm_' was not declared in this scope 7 heliumCP_P_chB_P_Tm_(2,i_) = 573.15 /*stmtAssign*/; 8 }}} 9 which is similar to the issue with C code generation. 10 11 On Linux, we get this: 2 12 {{{ 3 13 DEMO.Test.Helium.TestCP.makefile:3: /usr/include/omc/cpp/ModelicaConfig_gcc.inc: No such file or directory