Re: For the Windoze haters - VS2005



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.
.



Relevant Pages

  • Re: About C++ IDEs
    ... VC6 is more than an IDE and I didn't talk about the IDE. ... The compiler in VC6 is fine. ... What's wrong with C or even assembler? ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Problems with GetOpenFileName and GetSaveFileName
    ... > OK I've tested your program with VC6 SP6. ... what version of the Platform SDK are you using? ... even offered them free upgrades to 98SE but they didn't go for it). ... > SDK installed and available to the VC compiler.. ...
    (microsoft.public.win32.programmer.ui)
  • Re: fatal error LNK1103: Debug-Informationen beschaedigt
    ... Der Compiler ist so mies gegen alle seine Nachfolge, dass ich jedes Beharren darauf als nicht gerechtfertigt ansehe. ... Das ist meine ganz persönliche Meinung, die alle meine Entwicklerkolegen bei mir in der Firma jedoch alle teilen. ... Zudem sind die Flyouts noch platzsparender und erlauben noch mehr vom Code zu sehen! ... Ich arbeite zwar produktiv immer noch mit VS2003 aber jedesmal wenn ich mit VC6 noch irgendeinen Legacy Kram bei uns pflegen muss treibt mich der Compiler zu Wahnsinn... ...
    (microsoft.public.de.vc)
  • Re: performance , speed and portability of VC++.NET and VC++ 6.0
    ... VC6 is non-compliant in many many areas, ... Each compiler has generally seen optimizer improvements as well, ... In my experience, those are users that are heavily invested in MFC, ... which has much better IDE support in VC6 than in the later versions. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: VC6 on Vista?
    ... I will stay away from the newest SDK as long as I can to be ... VC6, due to changes in the language (the VS.NET compilers are ... the UAC feature. ... compiler and afterwards UAC from the compiler. ...
    (microsoft.public.vc.mfc)

Quantcast