I need to use dymola to produce fmu-file with 64-bit-dll.
The condition is:
I use bin64-version-dymola, but fmu-file is 32-bit-dll
I searched internet, and I found I should set flag Advanced.CompileWith64=2.
But problem is, I can not find the location for setting Advanced.CompileWith64=2.
Anyone know where I can set the value of Advanced.CompileWith64?
1
votes
2 Answers
2
votes
0
votes
Install the latest Dymola version, e.g. 2014 FD01. Install Visual Studio 2012 that contains VC++ 2012 Express Edition. You will need only the compiler so there is no need for a license. This compiler is capable of generating 64 bit code. In the Simulation Setup/Compiler tab, select Visual Studio 2012/Visual C++ Express Edition (11.0). In the FMI tab select 64-bit binaries.
