Log in

View Full Version : loader32 deletes my .nms file after creating it?


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

rKo
July 12th, 2001, 08:41
Hi,
You seem to be using Softice 4.5. Sadly that doesn't work with MASM. Last known working version was 3.25. But is does work with TASM.

latigo
July 13th, 2001, 08:42
duh..i'll go back to older versions of sice then..
Thanks mate.

Latigo

f_v_man
August 2nd, 2001, 07:01
hey where can I get sice 4.5

latigo
August 3rd, 2001, 17:16
www.numega.com