Compiling TWS:TestActiveX or TestSocketClient examples

I get the following error when I try to compile:

c:\program files\interactivebrokers\testsocketclient\client2dlg.h(11) : fatal error C1083: Cannot open include file: 'EWrapper.h': No such file or directory
client2Dlg.cpp

A similar one for ActiveX:

C:\Program Files\InteractiveBrokers\TestActiveX\client3Dlg.cpp(7) : fatal error C1083: Cannot open include file: 'EWrapper.h': No such file or directory


Any ideas?

Thanks.
 
the *.h files hang around in .../jts/SocketClient/src, which of course should be in your include path.

off topic: since this is really a basic issue you shoud - maybe, only my advise - dig a little bit into c programming before starting of with auto order entry
 
Originally posted by saschabr
the *.h files hang around in .../jts/SocketClient/src, which of course should be in your include path.

off topic: since this is really a basic issue you shoud - maybe, only my advise - dig a little bit into c programming before starting of with auto order entry

Thanks for your advice. I will not probably not enter orders just yet. :)
 
Back
Top