MFC Container Application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am developing a container application using MFC. The AppWizard generted code is working fine, almost for all OLE objects. But in my case the the scenario is that i have some BYTES in hand, so using those bytes i am suppose to load that object in container. I used the API's CreateILockBytesOnHGlobal() and StgOpenStorageOnILockBytes() to prepare the IStorage object. It is preparing the IStorage object, but problem is that after CoCreateInstance() i want to launch local server using OleRun() and this is not launching the local server. (AppWizard generated code does the same thing, i want to do it manualy) Any body please tell me why is that local server is not launching Thank in advance Vishal More