Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CoCreateInstance error.

0 views
Skip to first unread message

Kim Dong Gyun

unread,
Sep 7, 1998, 3:00:00 AM9/7/98
to
>I made COM client application and COM server using ATL.
>But CoCreateInstance function call returned 0x8004010F.
>The value is defined in winerror.h like following.
>#define CO_E_FIRST 0x800401F0L
>What does the error code mean?


mickey williams

unread,
Sep 7, 1998, 3:00:00 AM9/7/98
to
CO_E_FIRST is just an error index, there is also a CO_E_LAST. To determine
the text for this or any Win32 error, use the Visual C++ ErrorLookup utility
(errlook.exe). Passing this value to errlook returns:

CoInitialize has not been called.

You must call CoInitialize before CCI
--
----
Mickey Williams
codev technologies
Author - Programming Windows NT Unleashed
Author - Teach Yourself Visual C++ in 24 Hours

Kim Dong Gyun <dg...@penta.co.kr> wrote in message
35F3410F...@penta.co.kr...

0 new messages