Subject Re: [firebird-support] Where is gds32_ms.lib?
Author Paul Reeves
On Wednesday 09 March 2005 09:19, yuraukar wrote:
> I am trying to write an UDF from C and am using isc_decode_timestamp
> for this. As I understand, I need to link gds32_ms.lib, but I cannot
> find such a file. It is not under lib, neither for FB 1.5.1 nor FB
> 1.5.2
>
> Am I missing the point here?
>

'fraid so. :-)

The client library name has changed to fbclient.dll and gds32.dll is now
only provided for legacy support. gds32 is basically a renamed fbclient
with a version number changed to keep IBX components happy. There is only
one client library and that is fbclient.

So the lib file you need (assuming you are using an MS compiler) is
fbclient_ms.lib, which is in your lib directory.


Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase