Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem

From: bcsaba(at)balmazujvaros(dot)hu
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Date: 2004-04-22 07:13:58
Message-ID: 1082618038.408770b65f61a@mail.balmazujvaros.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

L J Bayuk <ljb220(at)mindspring(dot)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.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message brian plummer 2004-04-23 23:58:22 I hope I'm missing something...
Previous Message L J Bayuk 2004-04-21 22:39:16 Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem