zorro 64bit command line support

Posted By: 7th_zorro

zorro 64bit command line support - 04/14/24 22:24

I'm using a master script that runs the zorro program.
However, the master script is not available on 64-bit zorro.
I ask you to solve this problem.
Posted By: jcl

Re: zorro 64bit command line support - 04/15/24 08:23

What problem exactly? The command line is the same in 64 bit.
Posted By: 7th_zorro

Re: zorro 64bit command line support - 04/15/24 09:36

I set the execution settings in visual studio as follows, but the script could not run in zorro.
"c:\zdev" is the zorro installation folder.
And my script dll is located in the "c:\zdev\strategy" folder. "$(TargetName)" refers to that.
Command line parameter "-run script_name -stay" must run the script.

Attached picture vs_setting.png
Posted By: jcl

Re: zorro 64bit command line support - 04/20/24 08:52

I believe the work directory is wrong and thus the script is not found. The directory is Zorro, not Zorro64.
Posted By: 7th_zorro

Re: zorro 64bit command line support - 04/20/24 10:06

Problem solved.
Additionally, I appended "64" to the end of the name of the 64-bit version of the dll script, but when I ran it, I had to run it with the original name without the "64" and it worked.
© 2024 lite-C Forums