-
Hi, I'm trying to run a very old HP Chemstation from HP Kayak from 1998 I think, but the problem it requires a .dll (quite a lot of them) and it does not seem to take it from the system path set in host system (win 10 64 bit). Is there a way to define PATH for otvdm ? It also required a win.ini - but after copying one to WINDOWS folder in otvdm folder I get past that. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Perhaps try putting all the .dlls into the same folder with the executable? That often works. |
Beta Was this translation helpful? Give feedback.
-
@MainManPL - Very glad to know that the dll-in-same-folder trick worked. I think it's always worked for me. I'll be curious about what happens in the other thread about this. @cracyc - Perhaps there could be a recommendation to copy all needed dlls into the executable folder in the exe complains that it can't find a dll? |
Beta Was this translation helpful? Give feedback.
-
PATH can be defined using the PATH16 environment variable. directory structure:
|
Beta Was this translation helpful? Give feedback.
PATH can be defined using the PATH16 environment variable.
Or, you can define PATH by creating AUTOEXEC.BAT in the C directory at the same level as the WINDOWS directory and writing
SET PATH=C:\PATH\TO\;
.directory structure: