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]
how to develope vensim with multicontext.dll in the web appl
[Edited on 4-22-2010 by tomfid]
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
to use the DLL with a web application you do indeed need the multicontext dll - it is the only product licensed for use in web applications. To develop for that you will also need a license for Vensim DSS.
The multicontext DLL is a silent DLL. As such it does not have any picture output. If you want to display graphs or other items these will need to be created in a product that supports web display of such information. For example something that creates Flash graphics and can be passed through. Usually the graphing is actually done of the client side using Javascript or something similar.
The multicontext DLL is a silent DLL. As such it does not have any picture output. If you want to display graphs or other items these will need to be created in a product that supports web display of such information. For example something that creates Flash graphics and can be passed through. Usually the graphing is actually done of the client side using Javascript or something similar.
It's also easy to generate graphics by combining php with something like Google charts API.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/