Can anyone help with this.
I'm using Delphi2007 December update.
I'm trying to connect to a Gupta database through ODBC and get the error message: The specified module could not be found. C:\Windows\System32\c2gup15.dll.
The DLLs are 32 bit and are found in c:\Windows\SysWow64 as they should be.
When running my compiled program standalone (not inside Delphi) I have no problems.
On XP (my other machine) running within Delphi IDE gives no problems.
All other ways of connecting (like Excel) through this ODBC-driver works perfect.
I'm having this problem both with ODBCExpress and AnyDac.
As I have understood it: When running a 32 bit app in Win7 64 bit windows should automatically use SysWow64 instead of System32.
Does Delphi2007 in some way ruin or override this?
Any suggestions how to solve it? (It's not easy developing software when you can't use your debugger)