hmm I am new to Assembler...so i made a .res in c++ a window.
(i am using masm32) how can i join the .res into the code??
Printable View
hmm I am new to Assembler...so i made a .res in c++ a window.
(i am using masm32) how can i join the .res into the code??
to add your .res, add this to your batch file. and replace all the names as needed.
c:\asm\MASM32\BIN\Cvtres.exe /machine:ix86 Script2.res
c:\asm\masm32\bin\Link /SUBSYSTEM:WINDOWS main.obj Script2.obj