DLL Problems.....
This is a discussion about DLL Problems..... in the Windows Software category; I currently do tech support for a small company, and they are having problems getting there program to work under win2k/NT it comes up with cannot find blah. dll (blah being one of the dll that the program uses that is created in the dir) we have done everything but to no avail.
I currently do tech support for a small company, and they are having problems getting there program to work under win2k/NT it comes up with cannot find blah.dll (blah being one of the dll that the program uses that is created in the dir) we have done everything but to no avail...
The Program BTW is developed under Delphi 4 on a win98 machine...
Anyone know what they need to do to get it to work?
(FYI it works fine under win95/98)
[This message has been edited by DarkElf (edited 19 November 1999).]
The Program BTW is developed under Delphi 4 on a win98 machine...
Anyone know what they need to do to get it to work?
(FYI it works fine under win95/98)
[This message has been edited by DarkElf (edited 19 November 1999).]
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Nov 19
Nov 19
0
1 minute
Responses to this topic
This win98 machine you tested it on, it isn't the machine the program was developed on?
If it is, then you probably forgot to register the dll when you copied the program. regsvr32 blah.dll from the commandline should fix this...
Try that...
If it is, then you probably forgot to register the dll when you copied the program. regsvr32 blah.dll from the commandline should fix this...
Try that...