Search found 2 matches

by ralpu
Wed Oct 06, 2021 3:50 am
Forum: Vensim
Topic: Cannot drop vensim context in MC DLL using python
Replies: 1
Views: 1418

Cannot drop vensim context in MC DLL using python

Hi All. I need help or advice regarding the issue I have at the moment. I am trying to create an python API using the Vensim MC DLL. I am wrapping the vensim functions using ctypes in python. The code works fine and I can create as many context (VensimContextAdd) as needed. The problem occurs when I...
by ralpu
Wed May 30, 2018 2:24 pm
Forum: Vensim
Topic: Vensim MultiContext DLL sample
Replies: 1
Views: 1606

Vensim MultiContext DLL sample

I'm currently trying to create a web api using the vensim vendll32.dll . problem is I believe it can't be used for multiple instances.. how can send an instruction which allows my api to stop the current instance of vensim? something like SIMULATE>STOP?? Secondly, where can i find/get the sample cod...