Board index » delphi » dbexpint.dll vs. dbexpint.dcu
Jaakko Salmenius
![]() Delphi Developer |
Fri, 09 Jan 2004 14:54:02 GMT
dbexpint.dll vs. dbexpint.dcu
Hi,
If I use the dbexpint.dll and GDS32.DLL to access Interbase via dbExpress mySQLConnection := TSQLConnection.Create(nil); However if I try to link dbexpint.dcu statically to my application. uses I get the following error when trying to open the connection: The DLL is on path and dbExpress can find it when I uses dbexpint.dll. Regards, Jaakko Salmenius |