News:

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

RadASM 2.1.0.6 bugtest

Started by KetilO, December 19, 2004, 02:48:53 PM

Previous topic - Next topic

KetilO

Hi all

Help me test RadASM 2.1.0.6

Important!
You must previously have installed 2.1.0.5 or 2.1.0.5b

2.1.0.6
o Improved build processing (Optional).
- Progress indicator.
- Build process can be terminated with Esc.
o Support for FUNC and $invoke macros.
- Code complete.
- Parameter tooltip.
  - masm.ini section [Api] Trig=invoke,func(,call,$invoke(
o Better font options.
o Fixed bug with Resource, Accelerator and String table.
o Improved property fake combobox.
- Acts more like a real combo.
o Many improvments on code properties listbox.
o Added option to set default dialog editor font.
o Added support for local code properties.
- masm.ini section {Code] Local={C},local $
- Show the code complete listbox with only proc parameters and locals using Shift+Ctrl+Space
o Added FONT resource type.

Get it here:
http://radasm.visualassembler.com/Upload/RadASM2106.zip

KetilO

Petroizki

hi,

For some reason i cannot use the 'Run w/Debug', because it seems to always fail. The path and parameter are ok, and works if i copy-paste it to command line, but...

QuoteExecuting:
C:\Program Files\Applications\Olly Debugger\OLLYDBG.EXE "C:\OHJELM~1\DTBATT~1\battle_list.exe"
00000002

Make error(s) occured.
Is it because i had 2.1.0.5b installed?

KetilO

Hi Petroizki

Thanks
There was a bug. Download again.

KetilO

KetilO

Hi all

New upload.

- Fixed problem with choosing line numbers font.
- Fixed problem with lost make menu.

KetilO

KetilO

Hi all

New upload.

- Many improvments on code properties listbox.
- Updated MakeDef addin.

KetilO

Shantanu Gadgil

In the menu Options > Dialog Editor Options, the "Grid as Lines" option does not toggle the "Apply" button on.

This problem has been since the new (two, I think) options were added to that dialog.
To ret is human, to jmp divine!

KetilO


Petroizki

hi Ketil,

I still cannot use the 'Run w/Debug', i get the same error. :eek

KetilO

Hi Petroizki

There was a bug if the project path or filename contains spaces.

Note:
If the debuggers path contains spaces the command must be quoted.
Run w/Debug: 0,0,"$E\OllyDbg",5

KetilO

KetilO

Hi all

New upload:

- Fixed bug where some dialog options did not enable apply button.
- Fixed a 'spaces in filenames' problem on Run and Run w/Debug build commands.

KetilO

dev_zero

Quotetest.asm(28) : error A2006: undefined symbol : IDC_IMG
test.asm(28) : error A2114: INVOKE argument type mismatch : argument : 1
I get this error message when I try to compile my test program. But IDC_IMG is allready defined in one of the .rc files to 1003.. To get this program to compile I have to add this line to the .inc file: "IDC_IMG equ 1003"
Should it be like this, or Is it because I do something wrong?

KetilO

Hi dev_zero

Yes assembly programming is very detailed. You can use Export ID equ's on the tools menu.

KetilO

dev_zero

Thanks! My program is working, but I had to ask anyway. Just to be sure.

KetilO

Hi all

New upload.

o Added option to set default dialog editor font.
o Added support for local code properties.
- masm.ini section {Code] Local={C},local $
- Show the code complete listbox with only proc parameters and locals using Shift+Ctrl+Space
o Added FONT resource type.

KetilO

KetilO

Hi all

New upload.

o Fixed problems related to tool font size.

KetilO