News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM 3.0 bugtest

Started by KetilO, May 31, 2010, 12:28:11 PM

Previous topic - Next topic

qWord

hi,
Sometimes crash occurs, when using undo/redo (ctrl+z / ctrl+y)

qWord
FPU in a trice: SmplMath
It's that simple!

Ficko

It freezes on ")DOT" as well if you type accidentally "(something)."

Gunner

Like the new icon... :U :wink
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

S_Alex

Bug.
Not correct include path:

ml /c /coff /Cp "4ek_Pint.asm"
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997.  All rights reserved.

Assembling: 4ek_Pint.asm
C:\RadASM30\..\masm32\Include\masm32rt.inc(38) : fatal error A1000: cannot open file : \masm32\include\windows.inc

Error(s) occured.

in 3.0.0.5 all OK!

KetilO

Hi qWord

Do you get an error report or does RadASM just close?

KetilO

KetilO

Hi Ficko

Will be fixed in next upload.

KetilO

KetilO

Hi S_Alex

No problems here. Is your project on the same drive as RadASM and masm32.
I noticed that in masm32rt.inc paths are absolute, thats not good as it will override environment setting.

KetilO

KetilO

New upload. If you are updating, use Tools / Check for Updates.

Version 3.0.0.6 2010-07-05
--------------------------
o Added support for FreeBASIC.
o Added AIM_OUTPUTDBLCLK addin message.
o Toolwindows now gets an active caktion when they get focus.
o Fixed bugs.

KetilO

qWord

Quote from: KetilO on July 05, 2010, 12:04:22 PMDo you get an error report or does RadASM just close?
it crash immediately. Currently I'm not able to reproduce these crashes - if so i will post an example.

I've also found an other bug: When writing the following line, radasm also crash without error report:
fSlv yCenter = abs(yMin) * mmpuy + 0
When adding an dot to the zero it crash. (the result should look like this: ...  mmpuy + 0.1 )
In your currently release an Debugwindow is opened with the message: esi = yMin*mmpuy+0

An other littleness: The code-completion-window (function list) is allways to small on first usage of RadAsm.

qWord

FPU in a trice: SmplMath
It's that simple!

Ficko

Yep, ")." causes the debug window to pop up instead of the freez. - Slight improvement :bg -

KetilO

New upload. Forgot to remove some debugging.

KetilO

rags

Just a typo report for 3.0.0.6
'Edit->Block->Indent to Taps'
Shouldn't it be? :
'Edit->Block->Indent to Tabs'
God made Man, but the monkey applied the glue -DEVO

Monolith

Another typo is:
under make->assamble modules
should be:
assemble modules

KetilO

Thanks

Typos fixed, new upload.

KetilO

KetilO

Hi all

Here are two masm projects to play with.

1. FlatCombo. Shows a way to create a flat ComboBox.
2. Property. Shows a way to create a ResEd like property tool window. Uses the flat combobox.

KetilO