The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: BogdanOntanu on January 18, 2008, 09:37:57 PM

Title: RadASM and plain C files
Post by: BogdanOntanu on January 18, 2008, 09:37:57 PM
Hi Ketilo,

Again thanks for RadASM.

I have a question:
I have noticed that in CPP projects IF I change the file extension from ".cpp" to ".c" THEN the file parsing stops.

1) Is this on purpose?
2) Is there a way that I can use RadASM with plain C files without renaming them to ".cpp" ?

Thank you,
Bogdan
Title: Re: RadASM and plain C files
Post by: KetilO on January 19, 2008, 04:00:22 PM
Hi Bogdan

Here is how to solve the problem.
Make a copy of cpp.ini and name it ccpp.ini
Make a copy of your cpp folder and name it ccpp
Edit ccpp.ini section {Code}
Add the line nAsm=7 and save

Use RadASM Option / Programming Languages and add ccpp.ini

to convert cpp projects to ccpp project open the .rap file in notepad and change:
[Project]
Assembler=cpp
To:
[Project]
Assembler=ccpp

ccpp projects will support both c and cpp files

KetilO
Title: Re: RadASM and plain C files
Post by: BogdanOntanu on January 19, 2008, 04:43:59 PM
Hi Ketilo,

Thank you very much for your explanations and support ;)

:U