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

New upload.

o Made Threaded Build optional.

KetilO

KetilO

Hi all

New upload.

o Fixed bug with showing parameter/locals code complete listbox.

KetilO

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

ernest33

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

ernest33

 ::) 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

KetilO

Hi

You have to add the definition to masmApiStruct.api

KetilO

ernest33

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

KetilO

Hi

RadASM only parse files that are added to your project. It does NOT parse files that are included in your source.

KetilO