Zorro API

Posted By: BigSky

Zorro API - 06/02/21 17:31

Am I correct that there is no API for Zorro?

So there is currently no way to call Zorro from another program (e.g R or Python)?
Posted By: AndrewAMD

Re: Zorro API - 06/03/21 02:08

Zorro is an executable. It indeed has an API. You can even share memory with it from another process:
https://zorro-project.com/manual/en/engine.htm
https://zorro-project.com/manual/en/command.htm
Posted By: hanw

Re: Zorro API - 06/09/21 11:14

Is there a way to specify the path to zorro.exe in the custom application? or do I have to make sure zorro.exe is in the same directory as custom application for the ZorroControl.dll to work.
Posted By: jcl

Re: Zorro API - 06/17/21 07:13

Your app must specify the path not to Zorro.exe, but to the Zorrocontrol dll. Use loadlibrary for that.
© 2024 lite-C Forums