latigo
July 10th, 2001, 19:00
Hi there!
I'm trying to build my asm project with symbolic debug under WinME but i seem to have problems..
Aparently the debug info is inserted in the exe because the executable ends bigger after linking. But when i try to load it using either nmsym or the loader32, my .NMS file is deleted by the afore mentioned tools.
Currently, i'm assembling with:
\masm32\bin\ml /Cp /coff /Zi /c %1.asm
Linking with:
\masm32\bin\Link /SUBSYSTEM:WINDOWS /DEBUG /DEBUGTYPE:CV /LIBPATH:c:\masm32\lib %1.obj %1.res
and trying to load my exe into softice with:
D:\WinApps\NuMega\Winnie4.5
msym /translate:source,package,always /source: MyProject.ASM /load:execute,break MyProject.exe
I'm kinda desoriented :/
Any ptr is appreciated as per usual.
TIA.
Latigo
I'm trying to build my asm project with symbolic debug under WinME but i seem to have problems..
Aparently the debug info is inserted in the exe because the executable ends bigger after linking. But when i try to load it using either nmsym or the loader32, my .NMS file is deleted by the afore mentioned tools.
Currently, i'm assembling with:
\masm32\bin\ml /Cp /coff /Zi /c %1.asm
Linking with:
\masm32\bin\Link /SUBSYSTEM:WINDOWS /DEBUG /DEBUGTYPE:CV /LIBPATH:c:\masm32\lib %1.obj %1.res
and trying to load my exe into softice with:
D:\WinApps\NuMega\Winnie4.5
msym /translate:source,package,always /source: MyProject.ASM /load:execute,break MyProject.exe
I'm kinda desoriented :/
Any ptr is appreciated as per usual.
TIA.
Latigo