The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ragdog on August 29, 2009, 11:25:59 AM

Title: Radasm question
Post by: ragdog on August 29, 2009, 11:25:59 AM
Hi

How i can disable it this by compile

accept the command?

gives an option in radasm?
Title: Re: Radasm question
Post by: ragdog on September 06, 2009, 01:14:39 PM
Have no any an idea :(

Title: Re: Radasm question
Post by: drizz on September 06, 2009, 05:18:12 PM
I would also like to see that this feature becomes optional.
Title: Re: Radasm question
Post by: drizz on September 06, 2009, 05:31:17 PM
If you compile radasm from source you can modify out\output.asm to remove the prompt

comment these four lines :
MakeThreadProc proc uses ebx,Param:DWORD
LOCAL sat:SECURITY_ATTRIBUTES
LOCAL startupinfo:STARTUPINFO
LOCAL bytesRead:DWORD
LOCAL buffer[256]:BYTE

; mov fThreadWait,TRUE
; invoke GetCommand,addr outbuffer,Param
mov fThreadWait,FALSE
; or eax,eax
; je Ex


Here is the recompiled exe without prompt.
Title: Re: Radasm question
Post by: ragdog on September 06, 2009, 07:59:02 PM
ok thanks

who can i download this source from the new version?
Title: Re: Radasm question
Post by: drizz on September 06, 2009, 10:24:56 PM
http://fbedit.svn.sourceforge.net/viewvc/fbedit/RadASM/

you can download GNU tarball of the folder