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.

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar30.webp

4 Posts
Location -
Joined 1999-07-29
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).]

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Nov 19
Created
Nov 19
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar29.webp

21 Posts
Location -
Joined 1999-10-20
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...