Re: libpq compiled not compiled with minGW

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: libpq compiled not compiled with minGW
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AED1@Herge.rcsinc.local
обсуждение исходный текст
Ответ на libpq compiled not compiled with minGW  (Alexander Cohen <alex@toomuchspace.com>)
Ответы Re: libpq compiled not compiled with minGW  (Alexander Cohen <alex@toomuchspace.com>)
Список pgsql-hackers-win32
> Alexander Cohen wrote:
> > Has anyone compiled libpq with anything else than MinGW? I need to
be
> > able to use libpq in an app im compiling from CodeWarrior and a lib
> > compiled with MinGW is not compatible with CW. Any ideas?
> >
>
> Sure.  7.4 and earlier have *.mak files for Visual C and Borland C++.
I
> assume CodeWarrior can use one of those.

Yep, and I still use the Microsoft compiled version of psql (along with
its libpq) because it seems deals with the console window better than
the mingw version.  Another reason to do this is to static link a MSVC
based app to the libpq dll.

Just watch out for various versions of libpq.dll floating around, this
can quickly turn into a mess (resist all temptations to put in
c:\windows).

Merlin

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: libpq compiled not compiled with minGW
Следующее
От: Alexander Cohen
Дата:
Сообщение: Re: libpq compiled not compiled with minGW