Hi
How i can convert a c++ 6.0 project file to radasm project file
Thanks
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?
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