Re: PQtrace doesn't work

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PQtrace doesn't work
Дата
Msg-id 200509260009.j8Q09In11992@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: PQtrace doesn't work  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-general
Daniel Verite wrote:
>     Bruce Momjian wrote:
>
> > Is there a problem with a DLL writing to a file descriptor opened by
> > application code?  I would think not, but perhaps.
>
> After some more testing, I've found out that it works only if the
> application code uses the shared version of the C library
> (msvcrt.dll)
> That means compiling with the /MD or /MDd options, or in
> the GUI, selecting in the project settings,
> C/C++ -> Code Generation -> Use runtime library -> Multithread DLL
> (or Debug Multithreaded DLL)
> That's apparently not the default when creating a new application
> with Visual Studio.
>
> libpq.dll must also having been compiled with /MD as well, but
> that should be the case unless the OP changed that himself
> in libpq/win32.mak

Yep, library version mismatch --- now documented.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-general по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: PQtrace doesn't work
Следующее
От: CSN
Дата:
Сообщение: Function keys cause psql to segfault