Hi,
How can I build CPP Project with RadAsm 2.2.0.2 ?
I always get an error. Just an error.
My CL.exe is from Visual Studio .NET 2003.
I made a build.bat in ..\masm32\bin directory, but cannnot start it from RadAsm IDE, because I need put project name as .bat's comands options.
How to get project name from IDE ?
Something like this:
- $P -> project path
- $R -> RadAsm path
..
- ,2 -> "project_name.cpp"
I only need the "project_name" not "project_name.cpp".
I'm so sad :boohoo:
Hi
If you add the command to the tools menu:
Command: build.bat,0
However, changing the enviroment setting in cpp.ini works for me:
[Enviroment]
1=path,C:\Program Files\Microsoft Visual Studio .NET\Vc7\bin;C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE;
KetilO