Search found 8 matches

by francapita2
Mon Jun 08, 2009 9:07 am
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

file frm

Hello bob,

Already I have almost finished the changes of my program; nevertheless; I wanted to know if some command exists to create the file .frm without need to have to use the publication dialog

Thank you; bob
by francapita2
Wed Jun 03, 2009 4:19 pm
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

Hello BOB;

FILE> PUBLISH needs a form file created from the publication dialog and then I need to enter in vensim.

But I want that my external program already does this and does not need to open vensim.

How I can do this, bob?
by francapita2
Wed Jun 03, 2009 11:12 am
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

hi bob.

I am trying to make a script called publicar.cmd and write in:

SPECIAL> LOADMODEL|C:\ ......\AGE.MDL
FILE> PUBLISH|C:\ .....\AGE.MDL

But it does not work. A message appears saying:

FILE> PUBLISH|C:\ .....\AGE.MDL failed

And not for that?

You can help me
by francapita2
Tue Jun 02, 2009 4:02 pm
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

Hi Bob; Sorry again but I have another question. when my program tries to open a model mdl. or VMF. with vensim 5.9 a message appears saying: the model ... ....... ... .. need published model .......... To fix this I use the command FILE> PUBLISH but does not create the file. vpm and I do not know w...
by francapita2
Tue Jun 02, 2009 3:52 pm
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

Thank you very much bob.

Thanks to your help I could have corrected my mistake.

Sincerely thank you very much
by francapita2
Mon Jun 01, 2009 10:08 am
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

Thank you BOb; but it does not work. when I puts this: vensim_command("\"SPECIAL>LOADMODEL|c:\\vensim\\prueba&veras\\BPR3.vpm\"") Mi program load the model but it cannot be simulated and it has not turned out that to show. Already not that to put. Excuse me for the inconvenie...
by francapita2
Fri May 29, 2009 11:45 am
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

HI BOB ; I AM USING VENSIM VERSION 5.9. AND MY COMMAND IS vensim_command("SPECIAL>LOADMODEL|\"c:\\vensim\\prueba&veras\\BPR3.vpm\"") BUT THE DIALOG BOX PUTS CAN NOT OPEN c:/vensim/c:/vensim/prueba&veras\\BPR3.vpm HOW YOU SEE IT IS A DIRECTORY DUPLICATED; c:vensim/c:/vensi...
by francapita2
Thu May 28, 2009 4:03 pm
Forum: Vensim
Topic: Vensim dll
Replies: 13
Views: 7302

Vensim dll

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. Our filesystem have the "&" character into filenames and folder names. When I try to open a model calling vensim_command from my C++ app...