Small Bug in Radasm compilation

Started by Zivarok, March 20, 2009, 03:44:22 PM

Previous topic - Next topic

Zivarok

Dear KetilO,

first of all i want to say you that ur IDE is a beatiful tool to handle with asm.
Im love asm  and are very thanksfull to you for the Radasm IDE.

The small problem/bug is:

If i go to Project >> Projectoptions >> Link Commandline  -  and type in the editbox for additional
like "/section:.text,RWE" the Radasm parser removes ","
and makes '/section:.text' + 'RWE' in different quotes.

Please give update this or give me and advise how i can use like "/section:.text,RWE" in the Link Commandline.


Thank you. ( and sorry for my bad english )


UtillMasm

/SECTION:.rdata|ERW

This is come from RadASM.chm file.

Zivarok