News:

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

convert c++ 6.0 to Radasm

Started by ragdog, May 02, 2010, 01:28:48 PM

Previous topic - Next topic

ragdog

Hi

How i can convert a c++ 6.0 project file to  radasm project file


Thanks

ragdog

I have solved it

I have change the path settings ti VC98
Now have i the next problem with this

#include "stdafx.h"

In this source use this stdafx.h
i have search on the vc98 and found it on

VC98\ATL\SRC
VC98\mfc\SRC

I have change it to

#include "c:\VC98\ATL\SRC\stdafx.h"

Now have an error with the next include :'(

Gives not a unversal settings in radasm for it?



KetilO

Hi

Use RadASM's environment settings and set up the include and lib environment.
That way you dont have to worry about paths.

Option / Environment Variables

Name: include
Value: Paths to your include files

Mame: lib
Value: Paths to your libraries.

KetilO