Search found 1 match

by seanlee76
Thu Mar 27, 2008 1:10 am
Forum: ActiveX
Topic: CoInitializeEx and TeeChart Problem in COM Environment.
Replies: 1
Views: 2950

CoInitializeEx and TeeChart Problem in COM Environment.

I've been making a program by MDI in VS 2005(MFC) And also I'm connecting with server by COM. I initiate at the part of connecting with COM Sever by CoInitializeEx(NULL,COINIT_MULTITHREADED) not the InitInstance(). And I intiate when the server logging. I arrange OCX as same as the location of Proje...