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
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
Hi Ketilo,
Thank you very much for your explanations and support ;)
:U