MikeSalway
Programmer
Hi.
I hope someone can help me..
I've developed an application using Delphi 2 on Windows 95 (a while ago), and now the resulting application needs to be installed on Windows NT/2000.
I have since re-installed my development system to Windows 98, and I'm having problems getting my application to compile again - but that's not my question.
If I simply try to run (not compile) the application on Windows NT/2000 (it was developed and compiled on Win95), I get the error:
The dynamic link library shell32 could not be found in the specified path [path]
The [path] lists my entire PATH variable, which includes WINNT/system, WINNT/system32 and the current directory.
shell.dll and shell32.dll both live in WINNT/system32, and I tried copying them into the current directory, but I get the same error.
Can anybody please help me with this problem..
Thanks!
I hope someone can help me..
I've developed an application using Delphi 2 on Windows 95 (a while ago), and now the resulting application needs to be installed on Windows NT/2000.
I have since re-installed my development system to Windows 98, and I'm having problems getting my application to compile again - but that's not my question.
If I simply try to run (not compile) the application on Windows NT/2000 (it was developed and compiled on Win95), I get the error:
The dynamic link library shell32 could not be found in the specified path [path]
The [path] lists my entire PATH variable, which includes WINNT/system, WINNT/system32 and the current directory.
shell.dll and shell32.dll both live in WINNT/system32, and I tried copying them into the current directory, but I get the same error.
Can anybody please help me with this problem..
Thanks!