Re: Visual C++ 2005

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Visual C++ 2005
Date: 2006-04-22 09:37:27
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F927@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> >>>Now that Visual C++ 2005 Express Edition is free from
> Microsoft, is
> >>>there any reason not to upgrade the VC project files to the latest
> >>>version and drop VC++6 support?
> >>
> >>I think VC++6 environment is required until it stops
> supporting W2K.
> >
> >
> > Why?
>
> Apparently, VC2005 links mandatorily/unavoidable to .NET CRT
> libs which aren't necessarily present on the system, and
> which should not be delivered with the app (according to MS).
> If this wouldn't be the problem, we'd have VC2005 projects in
> svn for some months now...

Uh. .Net libs are only pulled in if you set it to do "managed code".
It's quite possible they changed the defualt to that, but it's certainly
not necessary. New versions of the native runtime libraries are, though.

//Magnus

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-04-22 09:41:21 Re: Visual C++ 2005
Previous Message Magnus Hagander 2006-04-22 09:36:20 Re: Visual C++ 2005