changed dll file names in IDL 6.3 [message #49126] |
Wed, 21 June 2006 01:53 |
googlegroups
Messages: 6 Registered: February 2006
|
Junior Member |
|
|
Hi,
I have some .sav programs which ran fine in the IDL6.0 Virtual Machine.
I recently needed to install the VM on a new PC, and of course the VM
is now up to version 6.3.
The .sav expects to find the files idl32.dll and lib32.dll in IDL's
program files, however, in IDL 6.3 these have been renamed to idl.dll
and lib.dll. As a result, my .sav will not run.
I simply made copies of the two dll files and renamed them with the
filenames what my .sav expects.
Is this solution likely to cause any problems - having two identical
dll files (the official one and the copied one)? Is the .sav going to
be using one, and IDL VM using the other?
Thanks
Dave
|
|
|