I have this in my masm.ini file
0=.rap
1=.rc
2=.asm
3=.obj
4=.res
5=.exe
6=.def
7=.dll
8=.txt
9=.lib
10=.mak
11=.hla
12=.com
13=.sys
This option
Link=13,O,$B\LINK.EXE /nologo /driver /base:0x10000 /align:32 /out:$13 /subsystem:native /ignore:4078 /LIBPATH:"$L" ,3,4
result in "Make error(s) occured." and a xxx.rc3 file
if I change
Link=12,O,$B\LINK.EXE /nologo /driver /base:0x10000 /align:32 /out:$12 /subsystem:native /ignore:4078 /LIBPATH:"$L" ,3,4
result is a xxx.com file. That's OK
If I change 12=.sys it still makes a xxx.com file.
What is wrong? It seems as it can't read the ini file properly.
Regards
0=.rap
1=.rc
2=.asm
3=.obj
4=.res
5=.exe
6=.def
7=.dll
8=.txt
9=.lib
10=.mak
11=.hla
12=.com
13=.sys
This option
Link=13,O,$B\LINK.EXE /nologo /driver /base:0x10000 /align:32 /out:$13 /subsystem:native /ignore:4078 /LIBPATH:"$L" ,3,4
result in "Make error(s) occured." and a xxx.rc3 file
if I change
Link=12,O,$B\LINK.EXE /nologo /driver /base:0x10000 /align:32 /out:$12 /subsystem:native /ignore:4078 /LIBPATH:"$L" ,3,4
result is a xxx.com file. That's OK
If I change 12=.sys it still makes a xxx.com file.
What is wrong? It seems as it can't read the ini file properly.
Regards
Hi minor28
Those things from the ini file is only used when you create a new project.
To change it in an existing project, edit the rap file.
KetilO
Those things from the ini file is only used when you create a new project.
To change it in an existing project, edit the rap file.
KetilO