Page 1 of 1

MSVC and .cc-files

Posted: Sun Jan 20, 2002 4:16 am
by Darkstar
Hi,

what exactly do I need to change in the registry for MSVC to recognize .cc files?

--Michael

Re: MSVC and .cc-files

Posted: Sun Jan 20, 2002 5:37 am
by Colourless
You need to add "*.cc" to

HKEY_CURRENT_USER\Software\Microsoft\Devstudio\6.0\Build System\Components\Platforms\Win32 (x86)\Tools\32-bit C/C++ Compiler for 80x86\Input_spec

Here's a .REG that will do it automatically for you

http://www.users.on.net/triforce/add_cc.reg

-Colourless Dragon