|
-
October 24th, 2003, 09:08 AM
#1
Registering and Using the DLL
Hi,
I have a DLL file. When i try to add a reference of it through Project -> Add REference, it says "Can't add a reference to the specified file". and when i try to register it through regsvr32, it displays an error
"CHPSL.Dll was loaded, but hte DLLRegisterServer entry point was not found. DLLregsiterServer may not be exported, or a corrupt version of CHPSL.dll may be in memory. Consider using PView to detect and remove it."
I have all the dependent files register on my computer which this DLL requires.
Pls let me know how can i use this DLL.
Thanks
Sangeet
-
October 24th, 2003, 09:26 AM
#2
First of all, are you sure that this is a COM dll.
use the dependency walker to see if it really exports the DLLRegisterServer function.
-
October 24th, 2003, 09:31 AM
#3
Hi,
I dont think that it is a COM Dll. Becuase it really dont export the DLLREgisterServer Method. But now how can i use that dll in my VB program i.e NON COM dll
Sangeet
-
October 24th, 2003, 09:24 PM
#4
Check the Declare statement. But I'm afraid that you should know the author's documentation for the function that you are going to use.
Busy 
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
|