I am attempting to run a delphi 7 developed application on a windows 7 64bit laptop.
I've placed the redistributables in the system32 folder, like always.
the application has been installed in the program files (x86) directory
(it didn't work at all under the program files directory)
when I go to execute the application I get this error:
qtinf70.dll not found
but the file is in the system32 directory.
I even tried placing the redistributables in the program files\windows NT directory;
nothing gets rid of the error.
I've searched, via google, embarcadero, and others, and there doesn't seem to be any information I can find.
any ideas?