DarkElf 0 Posted November 19, 1999 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).] Share this post Link to post
cyb97 0 Posted November 19, 1999 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... Share this post Link to post