I have written a VB Game application that consists of several .DLL's
some of which link to other .DLL's.. When I run my application on
Windows 95, 98, ME it runs fine.. But I've tried to run this application
on Windows NT (2000) And it continues to get a File Not Found.
I am using a 16bit PB2.0 but apparently it can't find ANY .DLL's that
also link to .DLL's.. This seems wierd considering the .DLL's
can link to the GDI, and Windows .DLL's...
Apparently when the DLL is registered it is NOT looking in the executable
path for the other .DLL's. Is there anyway to control this? Or Specify the
path dynamically in the Declare statement?
I also noticed that the order in which .DLL's are Called within my VB
application can affect whether the system can "see" them or not. Why?
Is there something I am missing?
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
some of which link to other .DLL's.. When I run my application on
Windows 95, 98, ME it runs fine.. But I've tried to run this application
on Windows NT (2000) And it continues to get a File Not Found.
I am using a 16bit PB2.0 but apparently it can't find ANY .DLL's that
also link to .DLL's.. This seems wierd considering the .DLL's
can link to the GDI, and Windows .DLL's...
Apparently when the DLL is registered it is NOT looking in the executable
path for the other .DLL's. Is there anyway to control this? Or Specify the
path dynamically in the Declare statement?
I also noticed that the order in which .DLL's are Called within my VB
application can affect whether the system can "see" them or not. Why?
Is there something I am missing?
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
Comment