Hi List,
I have Delphi 6 & 7 Pro and have developed software which is of course 32-bit. Some of the exe files I developed use MS dll files which I have included as part of my installation (i'm guessing the dll are 32 bit also but have not checked), during the installation these dll files are copied to the OS system folder (i use INNO setup).
A couple of users running my software on 64bit operating system have said the programs do not work... this appears to be limited to only the software which rely on the MS dll.
I have read that I cannot access a 64 bit dll with a 32 bit exe and Delphi is limited to 32bit exe. Is there a way I can still use the 32bit dll on a 64 bit OS? Can I copy the dll to the installation folder instead of the system folder?
Hope this makes sense, thanks.
I have Delphi 6 & 7 Pro and have developed software which is of course 32-bit. Some of the exe files I developed use MS dll files which I have included as part of my installation (i'm guessing the dll are 32 bit also but have not checked), during the installation these dll files are copied to the OS system folder (i use INNO setup).
A couple of users running my software on 64bit operating system have said the programs do not work... this appears to be limited to only the software which rely on the MS dll.
I have read that I cannot access a 64 bit dll with a 32 bit exe and Delphi is limited to 32bit exe. Is there a way I can still use the 32bit dll on a 64 bit OS? Can I copy the dll to the installation folder instead of the system folder?
Hope this makes sense, thanks.