>
>I am developing a simple local COM server, after I finished building
>this server(compiled, ran), then I used the OLE/COM object viewer to
>check it (I am using VC6.00, and this OLE/COM object viewer is a tool
>provided in the IDE of VC6.0), I opened up the "All Objects" item in
>this viewer, I can see the class (CLSID) that is inside my newly created
>local COM server, but when I clicked the "+" sign that is in front of
>this class name to open it more up, it says the following:
>
>GetObject() failed,
>The system cannot find the path specified, $80070003
>
>And the client I developed to use this server also failed.
>Anyone knows what is this and what is reason??
The COM architecture can't find the DLL on your system or it failed to load
with LoadLibrary() are the two most common causes. Make sure the path in
the registry for the COM server is correct. Make sure you have the proper
threading model in place and it is the correct server type (e.g.
InProcServer).
Thomas J. Hruska
[EMAIL PROTECTED]
Shining Light Productions
Home of the Nuclear Vision scripting language and ProtoNova web server.
http://www.slproweb.com/
To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>.
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/c-prog/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
