I am developing a C++ app that uses the ActiveX interface to retreive historical data. It works the first time I request the data for any of several symbols. BUT, it ALWAYS crashes the second time I request the historical data for any symbol.
The second request, there would be data cached from the first request, so a problem with the cached data is one possible cause.
A second possible cause is that I am leaving something open, unfinished, or in a strange state from the first request, so that it affects the operation of the second request.
In any case, the eSignal code should be more bulletproof.
Anyone experience this or have any ideas/solutions?
The second request, there would be data cached from the first request, so a problem with the cached data is one possible cause.
A second possible cause is that I am leaving something open, unfinished, or in a strange state from the first request, so that it affects the operation of the second request.
In any case, the eSignal code should be more bulletproof.
Anyone experience this or have any ideas/solutions?
Comment