I am having trouble linking a .DLL I've compiled with PB2.0 with VB5..
Every time I attempt to use a function in the .DLL is says the DLL isn't
found. When I give the FULL path in the DECLARE statement, the VB
application still doesn't see the .DLL
Any idea why?
It is a 16bit .DLL but I can't understand why VB5 won't recognize it..
Does it need to be registered? If so, how do I register a custom
stand alone .DLL in VB5?
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
Every time I attempt to use a function in the .DLL is says the DLL isn't
found. When I give the FULL path in the DECLARE statement, the VB
application still doesn't see the .DLL
Any idea why?
It is a 16bit .DLL but I can't understand why VB5 won't recognize it..
Does it need to be registered? If so, how do I register a custom
stand alone .DLL in VB5?
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
Comment