Well, I am developing an application that has been in fairly continuous development over the past 16 years, from C to DOS, thanks to the different flavors of C ++ and is currently heavily based on C ++ with the MFC and StingRay GUIs and various other SDKs .
While I use VS 2005 to build releases, I still use MSVC 6 for most of the building of the GUI, simply because ClassWizard is much faster in this environment than weak equivalent tools. Note that I use ClassWizard to automatically generate code for my own custom types (see Custom DDX ), and I like to add many member variables and methods at a time. Creating them one at a time in accordance with later versions of Visual Studio is a big step back for me. Working with multiple IDEs is also a pain, however.
My question has two parts:
source
share