From: Giovanni Dicanio on

"Starglider 4 (marco)" <rebel-6-out(a)planet.nl> ha scritto nel messaggio
news:4823763f$0$6006$ba620dc5(a)text.nova.planet.nl...
>i mean if you program in native, you don't need
> .NET, so:
> you will encounter much lesser problems, right?

marco: Ben answered your question.

To have a good development experience in native C++ with VS2005 under Vista,
you need:

o Visual Studio 2005 SP1, which you can download here:

http://www.microsoft.com/downloads/details.aspx?familyid=bb4a75ab-e2d4-4c96-b39d-37baf6b5b1dc&displaylang=en


o Update for Vista:

http://www.microsoft.com/downloads/details.aspx?familyid=90e2942d-3ad1-4873-a2ee-4acc0aace5b6&displaylang=en


I would also install a so-called QFE (Quick Fix Engineering) or "hotfix" for
Visual Studio 2005 SP1 IntelliSense:

http://blogs.msdn.com/vcblog/archive/2007/11/12/performance-improvements-in-visual-c.aspx#6534391


(BTW: I don't understand your last question well: "if you program in native,
you don't need .NET, so: you will encounter much lesser problems, right?"
You can use VS2005 to develop both native and .NET software for Vista... )

Giovanni


From: Tom Serface on
I've been using VS 2005 on Vista since Vista was released (I think a year
ago last January) with not problems. I have set up a shortcut on my quick
link bar and set the default to Run as Administrator in the Advanced
properties screen. That way when I click that icon I always get asked if I
want to "Continue" (as is Vista's way) and it starts up VS 2005 in admin
mode. I mostly need this for doing ASP.NET programming, but it's a handy
way to not have to remember to open it that way sometimes. You could turn
off UAC, but I like getting the whole user experience. The one downside, of
course, is my applications are run elevated as well when run from the IDE so
I need to test them elsewhere as well.

Still, I never have any problems. It doesn't make VS 2005 any better
though :o)

Tom

"Starglider 4 (marco)" <rebel-6-out(a)planet.nl> wrote in message
news:4823318f$0$6008$ba620dc5(a)text.nova.planet.nl...
> does vstudio 2005 run perfectly under vista?
> and if you don't need .net (if you program in native)?
>
> regards,
>
> marco
>
>

From: Tom Serface on
Yes, you do need the Vista patch otherwise, if I remember correctly, it will
continue compiling the first file you try forever (well at least a very long
time before I gave up and killed it). VS 2008 doesn't have this problem
though.

Tom

"Ben Voigt [C++ MVP]" <rbv(a)nospam.nospam> wrote in message
news:OR7vbJUsIHA.5268(a)TK2MSFTNGP06.phx.gbl...
> Starglider 4 (marco) wrote:
>> does vstudio 2005 run perfectly under vista?
>
> You should install SP1 and the Vista patch, then it will run very well.
>
>> and if you don't need .net (if you program in native)?
>
> You can write native programs that don't need .NET installed. Visual
> Studio itself needs .NET, but the programs you write won't.
>
>>
>> regards,
>>
>> marco
>
>

From: Duane Hebert on

"Tom Serface" <tom.nospam(a)camaswood.com> wrote in message
news:8837D81F-0D32-447F-A16F-F42D1352E55F(a)microsoft.com...
> Yes, you do need the Vista patch otherwise, if I remember correctly, it
> will continue compiling the first file you try forever (well at least a
> very long time before I gave up and killed it). VS 2008 doesn't have this
> problem though.

I'm getting a new PC shortly with Vista so this thread is sort of topical.
Concerning the patch, when I install VS 2005, at the end there's the bit
about
updates. It will find and install sp1 for example. Will it also find the
Vista patch?


From: Tom Serface on
I'm not sure, I did it so long ago, but you can easily download it from
here:

http://www.microsoft.com/downloads/details.aspx?familyid=90e2942d-3ad1-4873-a2ee-4acc0aace5b6&displaylang=en

Tom

"Duane Hebert" <spoo(a)flarn.com> wrote in message
news:%23Fhya3fsIHA.3780(a)TK2MSFTNGP03.phx.gbl...
>
> "Tom Serface" <tom.nospam(a)camaswood.com> wrote in message
> news:8837D81F-0D32-447F-A16F-F42D1352E55F(a)microsoft.com...
>> Yes, you do need the Vista patch otherwise, if I remember correctly, it
>> will continue compiling the first file you try forever (well at least a
>> very long time before I gave up and killed it). VS 2008 doesn't have
>> this problem though.
>
> I'm getting a new PC shortly with Vista so this thread is sort of topical.
> Concerning the patch, when I install VS 2005, at the end there's the bit
> about
> updates. It will find and install sp1 for example. Will it also find the
> Vista patch?
>