Announcement

Collapse
No announcement yet.

calling activex from c++

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • calling activex from c++

    I am using the C++version of sample, DesktopApi. I modified the sample to print Timeand Sales. It does it correctly. Now if i run a second instance of the same application to print TimeansSales of a different stock symbol, it does not wait to ask me new symbol, instead it start printing the timeandSales of previously linked symbol from 1st application, meaning as soon as 2nd application starts, it start receiving ES_OnTimeSalesChanged events. Whereas for the 2nd application, i want to invoke (*m_piHooks)->GetRequestTimeSales with a different 'stock symbol'. Can you please let me know how can i get TimeandSales of more that 1 symbol simultaneously from different running application ?

    Thanks
    chimanshu
Working...
X