Vensim DLL
Posted: Wed Dec 17, 2008 12:19 pm
Dear Sir,
I am developing a C++ project to show and represent Vensim simulation results. I do not need to simulate from this program just to represent results. I am using vensim dll like vdpdll32.dll.
My first problem is that I need to represent results from different versions of vensim program simulation : 5.4d and 5.7. I have both vdpdll32.dll and I have saved in different directories. From within the code I select such dll in order to load vdpdll32.dll from the directory of the version I need.
I have not installed vensim on the PC where I am going to use my program. Just I have copied the two dlls.
Everything it seems to go well with 5.4d dll but when I load 5.7 dll instead I have the "reinstall vensim" error when it executes "vensim_command"
How can I solve this?
Thank you,
Jose Fornes
I am developing a C++ project to show and represent Vensim simulation results. I do not need to simulate from this program just to represent results. I am using vensim dll like vdpdll32.dll.
My first problem is that I need to represent results from different versions of vensim program simulation : 5.4d and 5.7. I have both vdpdll32.dll and I have saved in different directories. From within the code I select such dll in order to load vdpdll32.dll from the directory of the version I need.
I have not installed vensim on the PC where I am going to use my program. Just I have copied the two dlls.
Everything it seems to go well with 5.4d dll but when I load 5.7 dll instead I have the "reinstall vensim" error when it executes "vensim_command"
How can I solve this?
Thank you,
Jose Fornes