Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem - Mailing list pgsql-interfaces

From bcsaba@balmazujvaros.hu
Subject Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Date
Msg-id 1082618038.408770b65f61a@mail.balmazujvaros.hu
Whole thread Raw
In response to Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem  (L J Bayuk <ljb220@mindspring.com>)
List pgsql-interfaces
L J Bayuk <ljb220@mindspring.com> wrote:

> Mine would crash whenever a notification message was received (like primary
> key create). The crash is in fprintf(stderr, ...), and the explanation I
> got was that the I/O runtime wasn't initialized properly inside the Borland
> DLL. But then, I was linking my BLIBPQ DLL with a MSVC-compiled program
> (ActiveTcl), so maybe your case is different. The fix was easy: link with
> Borland's "static" version of the runtime "cp32mt.lib" instead of
> "cp32mti.lib".  But again: that was because I was using the BCC-compiled
> DLL with a MSVC-compiled program. Your case may be different, and your
> library name is different (CC3250MT), but look for a static runtime instead
> of an import library runtime and try linking with that.

Thank you!
The same was here after adding cp32mt.lib to my component package and recompiled
the components, the problem solved and it is working fine now.

Csaba Bistey


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


pgsql-interfaces by date:

Previous
From: L J Bayuk
Date:
Subject: Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Next
From: "brian plummer"
Date:
Subject: I hope I'm missing something...