all groups > visual c libraries > december 2005 >
You're in the

visual c libraries

group:

dllregisterserver failed 0x80040200



dllregisterserver failed 0x80040200 ofmars NO[at]SPAM gmail.com
12/15/2005 3:13:17 AM
visual c libraries: Hi,

I managed to compile a C++ MFC DLL and ran it with C# using DLLimport
to check if the method are giving the correct value and its working
fine.

However I want to register it using regsvr32 and it gives me an error
"DllRegisterServer in c:\MyDll.dll failed. Return code was 0x80040200".
I searched the net but found nothing about this error concerning dlls
:(.

Can anyone help me about this problem?

Any help appreciated
Thanks
RE: dllregisterserver failed 0x80040200 Stephen MacKenzie
12/15/2005 3:00:03 PM
Could be one of the following:
DIERR_INSUFFICIENTPRIVS dinput.h
MAPI_E_END_OF_SESSION mapicode.h
TF_E_INVALIDPOS msctf.h
TS_E_INVALIDPOS textstor.h
UPNP_E_ROOT_ELEMENT_EXPECTED upnp.h
VFW_E_INVALIDMEDIATYPE vfwmsgs.h
--
Stephen MacKenzie
Microsoft Visual C++


[quoted text, click to view]
Re: dllregisterserver failed 0x80040200 Willy Denoyette [MVP]
12/15/2005 5:39:53 PM

[quoted text, click to view]

Guess your DLL is a non COM server DLL, so you can't register it using
regsvr32.

Willy.

AddThis Social Bookmark Button