|
-
November 19th, 2009, 11:58 PM
#10
Re: DllRegisterServer entry point was not found
Hello All,
I have created a win32 DLL in Visual C++ 6, for use in Visual Basic 6. It's working fine I can call it from VB, but still i can't register the DLL, I got the error. When i tried to registering the DLL ,I got the error "example1.dll was loaded, but the DLLregisterserver entry point was not found etc...". Is this a serious error? Any help appreciated.
I followed this procedure for registering the dll
Step1:Copy the dll to the folder [c:\WINDOWS\system32]
Step2:Afterwards in the run type the command
Regsvr32 "C:\WINDOWS\system32\example1.dll"
or
regsvr32 example1.dll
after running that command i am getting the above error.
Thanks in advance.
please reply for this post if any body know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|