RadASM 2.2.0.1 C/C++ package bugtest.

Started by KetilO, April 18, 2005, 10:20:09 AM

Previous topic - Next topic

KetilO

RadASM 2.2.0.1 with C/C++ package

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

Whats new:
- Find should now work with any locale (upper/lower case problem)
- Fixed a disabled menu item problem in AlexMenu addin.
- Added support for C/C++ (VC6) See included readme.txt file

KetilO

tommy

Nice! I like to see the C/C++ support.. ;)

KetilO

Thanks Tommy

New upload.

- Added support for F2 - Find Declare

Since I am not a C programmer I could need help completing the cppType.api file.

KetilO

KetilO

Hi all

New upload.

- Added Collapse addin (Saves collapsed states to project file). Activate with addin manager.

KetilO

ramguru

Thanks, addin works perfectly  :thumbu

BiMode

I wish to see RadAsm supports structure member listing in the future.  :thumbu

ernest33

 :toothy RadAsm is able to use cpp. Could i configure RadAsm to use GCC ? :green
Anyway  :cheekygreen:

Shantanu Gadgil

setting the dialog font to Tahoma,8 is causing the hyperlink in the Help > About dialog to be chopped on the left :(
To ret is human, to jmp divine!

KetilO

Hi BiMode

Currently the cpp parser does not handle locals at all. Global structures are working.

KetilO

KetilO


KetilO

Hi shantanu_gadgil

Use the language option to magnify the dialogs a little.

KetilO

KetilO

Hi all

New upload.

- Improved variable parsing

char szFileName[MAX_PATH]="",szLine[]="Ln: %d Char: %d",szBuff[512]="",szTst[10]="abc";
ULONG Var1,Var2,Var3;

- Added typedef parsing

typedef LNG(ULONG);
LNG MyVar1,MyVar2;

- Added description on how to enable cpp template creation in ReadMe.txt
- Changed the way the linker commandline includes libraries.

KetilO

secmask

hi all!
to KetilO: could you show me how to add this option to link command line "/SECTION:.bss,s"
when i add this , Radasm converts it to "/SECTION:.bss s" , so the linker ignore it . Thank you. 

KetilO

Hi secmask

There is a trick. Type "/SECTION:.bss|s" instead. RadASM will replace pipe symbol with a comma.

KetilO


KetilO

Hi all

New upload:

- Fixed bugs in CppParse.dll
- Added C++ console example.
- Updated Cpp.ini (Enviroment paths (RC.EXE), Project types and CodeMacro)
- Included CppParse source (masm)
- Included Collapse sourct (masm)

KetilO