![]() |
Accessing COM objects through ATL
I am attempting to add web browsing capabilities to my win32 application. My problem is that the CoCreateInstance method is returning a 'Class not registered' error. I'm not understanding why it would give me this error when I know that other applications on my machine are using the IWebBrowser2 interface. Here is a sample of my code...
Code:
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers |
Re: Accessing COM objects through ATL
You don't need ATL on anything else.
ActiveX embedding is native in windows with OLE container Window class. |
| All times are GMT +5.5. The time now is 11:55. |