The MASM Forum
General => The Soap Box => Topic started by: cman on January 10, 2014, 02:59:13 AM
-
I've been trying to convert all my old C Windows programs written on Visual studio 6.0 to Windows 7 programs by compiling them on Visual Studio 10.0. I've noticed the resource scripts created with VC++ 6.0 don't work with VC++ 10.0 ( I've been converting them with ResEdit by regenerating *.rc files from old *.res files made with VC++ 6.0 ). When did they change resource script formats and why? Thanks for any information.