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

Поиск
Список
Период
Сортировка
От bcsaba@balmazujvaros.hu
Тема Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Дата
Msg-id 1082618038.408770b65f61a@mail.balmazujvaros.hu
обсуждение исходный текст
Ответ на Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem  (L J Bayuk <ljb220@mindspring.com>)
Список 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 по дате отправления:

Предыдущее
От: L J Bayuk
Дата:
Сообщение: Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Следующее
От: "brian plummer"
Дата:
Сообщение: I hope I'm missing something...