The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: ragdog on July 27, 2013, 02:53:58 AM

Title: Radasm 3.x Bug?
Post by: ragdog on July 27, 2013, 02:53:58 AM
Hey

I use the last version of Radasm 3 now have i copy my OllyDBg on C:\OllyDbg\Ollydbg.exe
In Radasm the Environment  have i c:\..\masm32\Bin;c:\..\Ollydbg

How i can run Ollydbg with my coded Exe from Radasm?

Greets,
Title: Re: Radasm 3.x Bug?
Post by: KetilO on July 31, 2013, 10:44:06 PM
Hi ragdog

Use Option / Make Options and set External Debugger.
Example:
C:\OllyDbg\OLLYDBG.EXE

Use Make / Run With Debug to debug your program.

KetilO
Title: Re: Radasm 3.x Bug?
Post by: ragdog on January 26, 2014, 08:26:41 PM
Hi Ketilo

I use Radasm under win7 without any problems.
but if i use it under XP sp3 and compile a project it very very slow by Go All
Ml and link is all ok only by executing the project exe it take a while 2 minutes or 3 run this exe


executing: test.exe

I have testet Radasm2 and this have not this bug


I have look in this source i cannot find this bug
Title: Re: Radasm 3.x Bug?
Post by: ragdog on February 08, 2014, 08:55:36 PM
Hi Ketilo

Indent to Spaces has a bug i t convert not correctly from tabs 2 spaces

http://masm32.com/board/index.php?action=post;quote=24229;topic=2340.0;last_msg=24249

Tabs


lea ebx, pMagic



Indent to Spaces

                    lea ebx, pMagic



between lea and ebx is after Indent to Spaces are still tabs

(http://s1.directupload.net/images/140209/dxpfrtfp.png)


I think is a bug in Raedit >> ClipBoard.asm >>ConvertIndent
.if nFunction==CONVERT_TABTOSPACE

Please bugfix it