Thank you Stephen.Quote from stephencrowley:
Sure. First of all I used winebuild to create a wrapper around the native win32 dll. This doesn't work for c++ libraries yet so I ended up using the stripped down C version, I believe it is GTAPIB. Things mostly worked.. e.g. I could connect to the servers, login, etc, but none of the callbacks were working. I suspect it had something to do with calling conventions.
I ended up giving up and installed vmware. I run a process inside vmware running XP on my linux box, which connected to genesis and then communicated with the native linux via a socket and a binary protocol.
Hope this is of some help.
--Stephen
nononsense
I just recently started using visually C++ v6.0. I am trying to program an API to do automatic Trading for me (mainly opening orders on like 20 big cap stocks on NYSE that I look at) and was wondering if anyone has some sample code to get me started.