>Hello, I've just acquired a new PC with Vista. I was considering
>installing VS C++
>2005 to do some native non-NET code. My basic query is, will native
>C++ code
>developed on Vista still be backwards compatible with 98/XP (or at
>least without massive changes)
> >Hello, I've just acquired a new PC with Vista. I was considering
> >installing VS C++
[quoted text clipped - 14 lines]
>
> Dave
Thanks Dave. I've read that Express has the following limitation,
according to wikipedia:
"Microsoft Visual C++ 2005 Express Edition is available from the
Microsoft
Developer Network (MSDN) web site as a free download. However, the
Visual C++ 2005 SP1 Redistributables are not included and cannot be
downloaded from Microsoft. Thus, an executable compiled using default
options (dynamic linking) in Visual C++ 2005 Express SP1 cannot be
deployed to PC's that do not have Visual C++ 2005 Express SP1
installed."
This is slightly worrying, obviously, unless I have misinterpreted it.
David Lowndes - 28 Mar 2007 00:22 GMT
>Thanks Dave. I've read that Express has the following limitation,
>according to wikipedia:
I've never used the express version so I can't confirm it.
Dave
gordon.is.a.moron@gmail.com - 28 Mar 2007 04:48 GMT
> >Thanks Dave. I've read that Express has the following limitation,
> >according to wikipedia:
>
> I've never used the express version so I can't confirm it.
>
> Dave
I've downloaded it, so assuming I can configure it properly I'll try a
hello world
program on another box and see what happens.
Cheers,
Gordy.
jnc100 - 01 Apr 2007 22:32 GMT
Yes, you interpret it correctly. Apps built with Visual C++ require the
Microsoft runtime to be distributed on the target computer. In previous
versions, this just involved distributing a dll, but with VS2005,
side-by-side distributing and manifests make it slightly harder, and the
express edition does not have the easy to use installer for the runtimes that
is provided in other versions. You can make your own vcredist installer,
however, by following the instructions here:
http://www.codeproject.com/cpp/vcredists_x86.asp
It worked a treat for me.
Regards,
John.
> > >Hello, I've just acquired a new PC with Vista. I was considering
> > >installing VS C++
[quoted text clipped - 28 lines]
>
> This is slightly worrying, obviously, unless I have misinterpreted it.