Can anyone help with this.
I am using the December update of Delphi2007.
I try to connect to the Gupta database through ODBC and get an error: the specified module was not found. C:. \ Windows \ System32 \ c2gup15.dll
The DLL is 32 bits long and is located in the c: \ Windows \ SysWow64 directory, as it should be.
When running my compiled program autonomously (not inside Delphi) I have no problem.
In XP (my other machine), running in a Delphi environment, no problem.
All other connection methods (for example, Excel) through this ODBC driver work fine.
I have a problem with ODBCExpress and AnyDac.
As I understand it: when running a 32-bit application in Win7, 64-bit windows should automatically use SysWow64 instead of System32.
Does Delphi2007 somehow destroy or cancel it?
Any suggestions for resolving it? (It is not easy to develop software if you cannot use a debugger)
source
share