Hello. I am new to this site.

I was wondering how the Zorro trading functionality is meant to be compiled against c++. I did not find information about that in the Zorro Manual. Only found this post that suggests it is possible:
Quote:
lite-C has a 'real' debugger, but it's not implemented in Zorro yet. However, you can alternatively write your strategies in a C++ DLL and use your C++ development system for debugging.

http://www.stevehopwoodforex.com/phpBB3/...start=60#p53792

I see the C headers in Zorro/include but I found no static or dynamic library to link against. I looked into the resources of Zorro.exe and SED.exe but could not find anything suspicious there either.

Also how do I register to the events in c++? Or do I need a proxy script that forwards the calls to dll exports?
http://manual.zorro-trader.com/functions.htm

Any help is much appreciated.
Thanks.