Is there a sample C/C++ program showing how to use the Standard API? All I need is to read the raw data feed into my program. That's all. No GUI, no algorithm, no chart.
Announcement
Collapse
No announcement yet.
sample C/C++ program using Standard API
Collapse
X
-
I assume you are looking for a way to load in the DLL that results from this C/C++ application and do whatever with the data? I am working on one right now although I am not completely finished. I can tell you at this point that the DLL you create will need to be registered with regsvr32 or it will not be visible to the eSignal app. Maybe you already know this but I didn't. I created a simple DLL (which by the way cannot be registered) and found out quickly that this is not enough. I say this having not yet completed my work so I cannot confirm nor deny this is the only caveat. Depending on what you are doing this can be a little tricky though. If I finish and you have not yet received a sample from anyone I'll send you one. I know this may not help you much now but I'd hate to send you something I haven't tested yet Good luck.
-
Are you still looking for a bare C++ application to use with eSignal's DLL support? I can send you a sample project that will allow you do load in a DLL and communicate via calls to the DLL. If you are still interested send me an email at [email protected]
Keep in mind this code won't have too much implemented inside.
Comment
Comment