News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

CPP Project

Started by CObject, July 06, 2005, 10:23:32 AM

Previous topic - Next topic

CObject

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:

KetilO

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