Re: Trying Compile libpq.dll with VC++ 9.0, but need help

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Дата
Msg-id D425483C2C5C9F49B5B7A41F894415470100126B@postal.corporate.connx.com
обсуждение исходный текст
Ответ на Re: Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Ответы Re: Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
> -----Original Message-----
> From: Tony Caduto [mailto:tony_caduto@amsoftwaredesign.com]
> Sent: Monday, November 17, 2008 12:44 PM
> To: Dann Corbit
> Cc: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Trying Compile libpq.dll with VC++ 9.0, but
need
> help
>
> Dann Corbit wrote:
> >
> >
> > How much disk space do you have?
> >
> > I guess that you are running out of space.
> >
> > During the link, watch the available disk space.
> >
> >
>
> Hi Dan,
> Thanks for the reply :-)
>
> I actually got it working.    Now the only problem is it still has a
> dependency for
> MSVCR90.DLL
>
> Does anyone know if this can be done with mingw so I can eliminate the
> MSVCR90.DLL dependency?
> I have it installed but that is even more foreign to me than VS :-)
> (mostly use borland CodeGear tools)

Change from /MD to /MT and it will not use the runtime DLL.
Look under: Properties -> Configuration Properties -> C/C++ -> Code
Generation -> Runtime Library


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Следующее
От: Tomas Lanczos
Дата:
Сообщение: Re: citing postgresql