http://bugs.winehq.org/show_bug.cgi?id=3704
------- Additional Comments From cesarliws@gmail.com 2005-10-11 14:29 ------- I found the problem with firebird client: I install the latest wine 0.9.1, now the installer works fine, but still when I try run my app some problems happen with C:\windows\system32\gds32.dll, that is a wrapper to C:\Program Files\Firebird\Firebird_1_5\bin\fbclient.dll
the problem is that fbclient.dll try call msvpc60.dll that is in C:\Program Files\Firebird\Firebird_1_5\bin\ and can't. I copy msvpc60.dll to C:\windows\system32\ and now I cold make a connection with DBServer...
In Windows when call gds32.dll, and this wrapper is loaded, I guess that windows try locate the related dll in fbclient.dll path too, should wine do this too????
[]s