Re: For the Windoze haters - VS2005
- From: Matthias Melcher <mm@xxxxxxxxxxxxx>
- Date: Tue, 07 Feb 2006 09:01:55 +0100
So this is what I do: use the VS2005 setup to develop the app and debug. Once it is running well, I recompile the release version on VC6 and distribute that. And my clients are happy that my files are tiny and run on WIndows ME, 2000 and XP without any installation process at all.
So why bother with VS2005 at all?
The VS2005 compiler is much better and finds a lot of bugs at compile time and run time (for example, use of an uninitialized variable) that VC6 would never catch. Also, the IDE provides the long missed project wide text search and replace function.
So if my app compiles without warnings and runs without errors on 2005, it'll be cleaner for VC6 as well.
.
- References:
- For the Windoze haters - VS2005
- From: The Real Andy
- Re: For the Windoze haters - VS2005
- From: IanM
- Re: For the Windoze haters - VS2005
- From: Matthias Melcher
- Re: For the Windoze haters - VS2005
- From: IanM
- For the Windoze haters - VS2005
- Prev by Date: Re: For the Windoze haters - VS2005
- Next by Date: Re: Smoke alarm switch?
- Previous by thread: Re: For the Windoze haters - VS2005
- Next by thread: Re: For the Windoze haters - VS2005
- Index(es):
Relevant Pages
|