|
-
Oct 9th, 2000, 08:23 AM
#1
Thread Starter
Fanatic Member
Hi
I register a dll, but when I add in the VB It return message
C:\WINDOWS\SYSTEM\PRC.DLL could not be loaded
What Happened ?
thank you in advance
-
Oct 9th, 2000, 08:52 AM
#2
Does it have any dependencies that aren't one your system?
- gaffa
-
Oct 9th, 2000, 11:49 AM
#3
Frenzied Member
Is the Dll a VbAx Dll or a C++ dll.What do you want to do with it.Call a function from the dll.
if it is a C++ dll then:
Code:
Public Declare Function yourfunction Lib "PRC.DLL" (ByVal arguments) As something
You can also load a dll using the LoadLibrary API Function.
-
Oct 9th, 2000, 01:01 PM
#4
Monday Morning Lunatic
You can't use LoadLibrary and it's associated functions in VB because there are no function pointers.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 9th, 2000, 01:49 PM
#5
-
Oct 9th, 2000, 01:57 PM
#6
Thread Starter
Fanatic Member
dll with VB
Hi
The DLL made in VB
thank you very much
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
|