how to develope vensim with multicontext.dll in the web appl
Posted: Wed Apr 21, 2010 12:46 pm
1) we have readed the documents in the chapter 12 of the Vensim DSS Reference Supplement,but we found that
these functions are just for desktop applicaton (cs), not for web application(bs),
such as following codes:
VensimDLLWrapper.vensim_tool_command("WORKBENCH>GRAPH", (long)pictureBox_VensimGraph.Handle, 0);
the path of code: C:\Program Files\Vensim\dll\csharp\VensimDemo\VensimDLLWrapper.cs
//pictureBox_VensimGraph.Handle is windows handle, which is for cs ,not for bs.
2) so our question is:
We have bought multicontext DLL,where we can find the sample codes or manual to develope vensim with multicontext.dll under the web application (bs)?
3) do we need the license to develope vensim with multicontext.dll?
[Edited on 4-21-2010 by lynchyml]
these functions are just for desktop applicaton (cs), not for web application(bs),
such as following codes:
VensimDLLWrapper.vensim_tool_command("WORKBENCH>GRAPH", (long)pictureBox_VensimGraph.Handle, 0);
the path of code: C:\Program Files\Vensim\dll\csharp\VensimDemo\VensimDLLWrapper.cs
//pictureBox_VensimGraph.Handle is windows handle, which is for cs ,not for bs.
2) so our question is:
We have bought multicontext DLL,where we can find the sample codes or manual to develope vensim with multicontext.dll under the web application (bs)?
3) do we need the license to develope vensim with multicontext.dll?
[Edited on 4-21-2010 by lynchyml]