Search found 10 matches

by crisUnipv
Wed Mar 16, 2016 5:36 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Thank you for the help. Now I'm able to recompile BlackBox with the new modules. However, I need also to recompile some new modules saved in txt files. My question is: how is it possible to compile a module saved in a txt file instead of a module saved in an odc file? In alternative: how is it possi...
by crisUnipv
Mon Mar 14, 2016 3:22 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

I've tried the compilation, but, while the command DevCompiler.CompileThis ScriptDevCPM ScriptConfig runs correctly, the DevLinker.Link command causes many errors like: Kernel.NewRec imported from HostFiles has wrong fprint Kernel.NewRec imported from StdLoader has wrong fprint Kernel.NewRec importe...
by crisUnipv
Wed Mar 09, 2016 11:36 am
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Thank you for the help.
by crisUnipv
Fri Mar 04, 2016 2:19 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Unfortunately, I was not able to recompile BlackBox 1.5, since, after the suggested changes, I got new errors. If it could be useful, at link https://drive.google.com/a/unipv.it/file/d/0BziVeWCtnsoKcm1raHZNSno2d3M/view?usp=sharing the rar file containig BlackBox1.5+WinBUGS installation files is avai...
by crisUnipv
Mon Feb 29, 2016 4:33 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Here some other information: link to BlackBox 1.5 http://www.oberon.ch/zip/SetupBlackBox15.exe links to WinBUGS 1.4 (patch 1.4.3) http://www.mrc-bsu.cam.ac.uk/software/bugs/the-bugs-project-winbugs/ zip file for 64 bit version Patch for 1.4.3: http://www.mrc-bsu.cam.ac.uk/wp-content/uploads/WinBUGS1...
by crisUnipv
Mon Feb 29, 2016 5:38 am
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Please, you can find attached the content of the TRAP error window.
Regarding the links to BlackBox 1.5 and WinBUgs 1.4 I'll be able to provide them later.
Thank you for the help.
by crisUnipv
Fri Feb 26, 2016 2:45 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Thank you for the answer. I have created the Script/Mod folder and copied in the three files (DevCPM Config and Build) I have tried to run bbscript.exe /PAR newbbscript.txt, but I get an error. The StdLog.txt reports the following error: invoking DevCompiler.CompileThis compiling "DevCPM" ...
by crisUnipv
Thu Feb 25, 2016 6:24 am
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Hello, by following your suggestion I've been able to compile blackbox 1.7 with bbscript.exe and include new pascal modules. Unfortunately, I need to do the same thing with BlackBox 1.5. In fact, this is the version that I can use to include Winbugs1.4 and WBDev interface. Is it possible to use bbsc...
by crisUnipv
Mon Feb 15, 2016 5:15 am
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

Re: how to compile a pascal module from command line

Thank you very much for the help.
Cristiana
by crisUnipv
Sun Feb 14, 2016 6:01 pm
Forum: Common questions
Topic: how to compile a pascal module from command line
Replies: 18
Views: 22392

how to compile a pascal module from command line

Is it possible to compile a pascal module outside BlackBox framework and after use it from BlackBox? I usually compile by choosing the item "compile" from "Dev" menu, but now I need to compile by launching a script file and then run the compiled module from BlackBox. I'have tried...