Hi,
Did anyone manage to compile and get working CSharp example ActiveTick provides with it's COM API?
Exe file from \Bin\ActiveTickFeedCOMCSExample.exe works fine.
But when I try to work with source code project (ActiveTickFeedCOMCSExample.csproj) it wouldn't compile because IFeedEvents_OnLoginResponseEventHandler in ActiveTickFeedCOM.dll has one parameter (loginStatus) but in project and obviously in ActiveTickFeedCOMCSExample.exe they using 2 parameters (loginStatus, entitlements). Compiled project with 1 parameter handler is not working: it doesn't give any login response and all other things (like requesting data) wouldn't respond anything.
I guess they put wrong ActiveTickFeedCOM.dll. Anybody managed to use this COM API?
P.S. I tried both x64 and x86 versions. Interesting that \Bin\ActiveTickFeedCOMCSExample.exe only from x86 version works for me though I'm on win7 64
Did anyone manage to compile and get working CSharp example ActiveTick provides with it's COM API?
Exe file from \Bin\ActiveTickFeedCOMCSExample.exe works fine.
But when I try to work with source code project (ActiveTickFeedCOMCSExample.csproj) it wouldn't compile because IFeedEvents_OnLoginResponseEventHandler in ActiveTickFeedCOM.dll has one parameter (loginStatus) but in project and obviously in ActiveTickFeedCOMCSExample.exe they using 2 parameters (loginStatus, entitlements). Compiled project with 1 parameter handler is not working: it doesn't give any login response and all other things (like requesting data) wouldn't respond anything.
I guess they put wrong ActiveTickFeedCOM.dll. Anybody managed to use this COM API?
P.S. I tried both x64 and x86 versions. Interesting that \Bin\ActiveTickFeedCOMCSExample.exe only from x86 version works for me though I'm on win7 64
Last edited: