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
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.5
b installed?
Hi Petroizki
Thanks
There was a bug. Download again.
KetilO
Hi all
New upload.
- Fixed problem with choosing line numbers font.
- Fixed problem with lost make menu.
KetilO
Hi all
New upload.
- Many improvments on code properties listbox.
- Updated MakeDef addin.
KetilO
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.
Thanks
Will be fixed.
KetilO
hi Ketil,
I still cannot use the 'Run w/Debug', i get the same error. :eek
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
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
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?
Hi dev_zero
Yes assembly programming is very detailed. You can use Export ID equ's on the tools menu.
KetilO
Thanks! My program is working, but I had to ask anyway. Just to be sure.
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
Hi all
New upload.
o Fixed problems related to tool font size.
KetilO
Hi all
New upload.
o Made Threaded Build optional.
KetilO
Hi all
New upload.
o Fixed bug with showing parameter/locals code complete listbox.
KetilO
Hi all
New upload
o Renaming of a projects file (treeview label edit).
o Optional Notification if an open file is changed outside the editor.
KetilO
Hi :8)
When i use CTRL+SPACE or the point to open the completion popup RA crash and quit
Ernest33 :green
PS:Here is the crash log from RA.
Module name: RadASM.exe (RadASM version 2.1.0.6)
Windows XP Service Pack 2
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 00403095h
Registers:
eax=00004D52h ebx=00000000h ecx=74747542h
edx=7C91EB94h esi=0045FEA2h edi=748A5A74h
ebp=0012FD30h esp=0012FCF4h eip=00403095h
Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=003Bh GS=0000h
Flags: PF AF IF
Flags: PF AF IF
F3h SS=0023h
ES=0023h FS=003Bh GS=0000h
Stack:
00402F58 0012FEB8 0043E8BF 0012FD30
0012FD18 00000000 7C91EB94 0012FCD0
0000002E 00000CD6 00000CE0 00000CDD
00000CDF 00000CE0 00000CE0 0012FE50
::) Forget my previous message i have made a mistake in the modification to "masm.ini".
Anyway i have a problem with completion of a structure.
The structure is a RectF (gdiplus) i can't get the completion. It's ok with stucture like RECT. :eek
Hi
You have to add the definition to masmApiStruct.api
KetilO
Ok....but ;) if i put the struct declaration in my .inc of my project (test.asm & test.inc) i have the completion of the struct. But if the inc contening the struct declaration is include in an include file (gdiplus_struct.inc in test.inc)...i can't get it. Hope you understand what i'm trying to say with my ugly english. :green
Ernest33
Hi
RadASM only parse files that are added to your project. It does NOT parse files that are included in your source.
KetilO