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

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Date: 2008-11-17 20:51:32
Message-ID: D425483C2C5C9F49B5B7A41F894415470100126B@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: Tony Caduto [mailto:tony_caduto(at)amsoftwaredesign(dot)com]
> Sent: Monday, November 17, 2008 12:44 PM
> To: Dann Corbit
> Cc: pgsql-general(at)postgresql(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Lanczos 2008-11-17 20:56:51 Re: citing postgresql
Previous Message Dave Page 2008-11-17 20:49:54 Re: Trying Compile libpq.dll with VC++ 9.0, but need help