The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: minor28 on November 14, 2009, 10:56:58 AM

Title: RadAsm bug?
Post by: minor28 on November 14, 2009, 10:56:58 AM
If I close Project Group dialog with the sysmeny x RadAsm menuitems stops to work.

edit:
One more thing. Sometimes I happen to click on a toolbar button with right and left mouse button at the same time. Then whole ide stop working.

And
CreateProtoEx addin cannot create c calling convention prototypes
Title: Re: RadAsm bug?
Post by: UtillMasm on November 14, 2009, 11:01:28 AM
 :U
Title: Re: RadAsm bug?
Post by: KetilO on November 17, 2009, 07:29:53 AM
Hi minor28

>If I close Project Group dialog with the sysmeny x RadAsm menuitems stops to work.
This will be fixed in next release.

>One more thing. Sometimes I happen to click on a toolbar button with right and left mouse button at the same time. Then whole ide stop working.
I cant make this happend.

>CreateProtoEx addin cannot create c calling convention prototypes
I will have a look at it.

KetilO

Title: Re: RadAsm bug?
Post by: minor28 on November 17, 2009, 09:41:29 AM
Quote
>One more thing. Sometimes I happen to click on a toolbar button with right and left mouse button at the same time. Then whole ide stop working.
I cant make this happend.

Even if I uninstall every addin the whole ide stops working if I click on a toolbar button with the two mousebuttons at the same time. My version is 2.2.1.8c
Title: Re: RadAsm bug?
Post by: KetilO on November 17, 2009, 03:40:14 PM
Hi minor28

Yes, it hangs on XP and works on Vista.
I have made a workaround in RadASM 2.2.1.8d.

KetilO
Title: Re: RadAsm bug?
Post by: jj2007 on January 03, 2010, 12:59:02 AM
Maybe unrelated, but I have a similar problem: When loading a medium size source, MasmEd.exe 1.1.0.2c hangs. If I shorten the source to about 8% of its original size, it loads fine. The attached two files mark roughly the breakpoint. One opens fine, the other hangs.
I can kill the process but unfortunately, my system gets really sluggish afterwards, so I have to reboot...
Title: Re: RadAsm bug?
Post by: KetilO on January 04, 2010, 09:24:25 AM
Thanks

MasmEd 1.1.0.2d is uploaded.

The hang was caused by the code parser. It did not like to find the word Comment in two strings on the same line.

KetilO
Title: Re: RadAsm bug?
Post by: jj2007 on January 04, 2010, 11:09:34 AM
Quote from: KetilO on January 04, 2010, 09:24:25 AM
The hang was caused by the code parser. It did not like to find the word Comment in two strings on the same line.

db "&Comment (F4),", crlf, "Un-Comment,"

Great, thanks for fixing this.