The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ragdog on May 02, 2010, 01:28:48 PM

Title: convert c++ 6.0 to Radasm
Post by: ragdog on May 02, 2010, 01:28:48 PM
Hi

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


Thanks
Title: Re: convert c++ 6.0 to Radasm
Post by: ragdog on May 02, 2010, 02:26:36 PM
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?


Title: Re: convert c++ 6.0 to Radasm
Post by: KetilO on May 06, 2010, 01:25:49 PM
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