Hi All!
I'm using events from a OCX component that is connected to the stock
market.
It's quite simple, the OCX component is put in a Form, the
subscription of a instrument is done during form_load and the events
are coming in and are sent to an Label on the form. Everything works
great. The events are just coming in...
Until I convert the application to a DLL and plug it in to my charting
package. I still have my Form, but also another class that has a number
of public functions that the charting package uses. This class create
an instance of the Form and feeds it with information about what
instrument to subscribe to and some objects to use for updating the
charting package.
Easy... Everything works OK in the charting package for three to four
minutes. Then suddenly; no more events are coming thru from the OCX.
They just stop and I don't get any error messages what so ever.
How come that the events just stops when I use a DLL?
Thoughs... Anyone?