News:

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

Odd bug with RadAsm+lcc

Started by dancho, January 04, 2007, 08:23:08 PM

Previous topic - Next topic

dancho

Im using RadAsm 2.2.1.0b + latest lcc compiler Nov 21 ,2006.

situation 1.

File->New Project->Dialog Template for lcc:

Project Options ->Link Description ->5,O,$B\LCCLNK.EXE /s /SUBSYSTEM WINDOWS /o "$5",3,4

RadAsm is using / and after building size of dialog.exe is 6kb

situation 2.

File->New Project->Dialog Template for lcc:

Project Options ->Link Description -> 5,O,$B\LCCLNK.EXE -s -SUBSYSTEM WINDOWS -o "$5",3,4

I replaced / with - and after building size of dialog.exe is 5kb


So , Im guessing that with / all switches arent active or maybe something else is wrong here...