The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: RedHawK on January 17, 2007, 06:20:50 PM

Title: The comma does not work
Post by: RedHawK on January 17, 2007, 06:20:50 PM
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
Title: Re: The comma does not work
Post by: KetilO on January 17, 2007, 07:12:41 PM
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