Difficulty renewing my Visual C++ compilerThanks. Revising my program for the 22 compiler has proved to be a long job, so I again tried to acc...
Compiler incompatibilityThe offending statement is GetDlgItemText(db, 11, C, 1024); where GetDlgItemText is automatically...
Compiler incompatibilityThanks. In this new version, how can I tell the compiler to treat all 'char*' declarations as 'long...
Compiler incompatibilityI wrote a Visual C++ program which in an .h file had the lines char*charnames[256]={"00", "lbutton"...
Difficulty renewing my Visual C++ compilerI have got it working now.