The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Salimbeni on June 27, 2008, 09:45:56 PM

Title: Possible bug found in RadASM 2.2.1.2
Post by: Salimbeni on June 27, 2008, 09:45:56 PM
Greetings to KetilO.

I am using RadASM IDE with FASM package. I was trying to extend user32.inc file contents with some Windows API function declaration - that not existed before adding. Actually, I've inserted new line (as an argument to an api macro) and typed first letter. After that, Process Explorer showed CPU utilisation about 90%.

Do you have any idea how to fix this?
Title: Re: Possible bug found in RadASM 2.2.1.2
Post by: KetilO on July 01, 2008, 12:51:38 PM
Thanks Salimbeni

There is a bug in the parser. It wil be fixed in 2.2.1.3, soon to be released.

As a temporary solution, edit the file using notepad.

KetilO