News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

The comma does not work

Started by RedHawK, January 17, 2007, 06:20:50 PM

Previous topic - Next topic

RedHawK

Hello to all, which is the equivalence of the comma in the command
d:\masm32\bin\Link/SECTION:.bss, S/DLL/DEF:hokkdll.def/SUBSYSTEM:WINDOWS/LIBPATH:D:\masm32\lib hokkdll.obj
this command does not work in masm32 for the comma ',' which has it S

and neither this works in RadASM:
7, OT, $B\LINK.EXE/SUBSYSTEM:WINDOWS/RELEASE/DLL/DEF:$6/SECTION:.hook, S/LIBPATH: '$L', 3 (this command does not work in the radasm) :red

KetilO

Hi RedHawK

Replace the comma ',' with a pipe symbol '|'
RadASM will replace the pipe symbol with a comma in its final stage when creating the command line.

KetilO