PDA

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


latigo
07-10-2001, 08:00 PM
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
07-12-2001, 09:41 AM
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
07-13-2001, 09:42 AM
duh..i'll go back to older versions of sice then..
Thanks mate.

Latigo

f_v_man
08-02-2001, 08:01 AM
hey where can I get sice 4.5

latigo
08-03-2001, 06:16 PM
www.numega.com