RadASM2 Versions Save

RadASM v2

2.2.2.3

6 years ago

RadASM v2.2.2.3

If your not sure what to download, then the installer is recommended as it has multi-lingual support and the ability to choose which individual programming language support is installed. Alternatively you can download the full package zip.

Installer

RadASM-2.2.2.3-Setup.exe

Full Package

RadASM-2.2.2.3-FullPackage.zip

Individual Packages

RadASM EXE Only RadASM-2.2.2.3-IDEOnly.zip RAHelp.zip Language.zip Assembly.zip HighLevel.zip AdobeSourceCodeProFont.zip

Whats New

  • Increased custom control max count to 64
  • Extended custom control properties count. Previously this was limited to 127 total unique properties, of which 69 where in use by RadASM. These properties as defined by and stored in the ccdef and ccdefex structures are now handled in a new manner to store the text strings of the new property names in the notused field of the TYPES structure. Control IDs > 65535 will store the property strings in this manner and retrieved/parsed for inclusion in the dialog properties listview.
  • Added property description editbox below properties list.
  • Added support for custom control's property description, by adding and supporting 3 new method types, which allows for the property description string to placed after the property blocks:
PROP_STYLETRUEFALSE         EQU 1 ; old
PROP_EXSTYLETRUEFALSE       EQU 2 ; old
PROP_STYLEMULTI             EQU 3 ; old
PROP_STYLETRUEFALSE_DESC    EQU 4 ; new
PROP_EXSTYLETRUEFALSE_DESC  EQU 5 ; new
PROP_STYLEMULTI_DESC        EQU 6 ; new

HAND_POINTER                EQU 80h

PropertyHand                dd -1 xor HAND_POINTER,0
                            dd -1 xor HAND_POINTER,HAND_POINTER
                            db "Specifies if the mouse changes to a hand pointer...",0

Methods                     dd PROP_STYLETRUEFALSE_DESC,offset PropertyHand 
  • Took out some experimental code that I worked on trying to incorporate web search for F1/CTRL+F1.
  • Took out some experimental code that allowed opening of a url from a text string of a url in comments.

Latest

6 years ago

RadASM v2.2.2.3

If your not sure what to download, then the installer is recommended as it has multi-lingual support and the ability to choose which individual programming language support is installed. Alternatively you can download the full package zip.

Installer

RadASM-2.2.2.3-Setup.exe

Full Package

RadASM-2.2.2.3-FullPackage.zip

Individual Packages

RadASM EXE Only RadASM-2.2.2.3-IDEOnly.zip RAHelp.zip Language.zip Assembly.zip HighLevel.zip AdobeSourceCodeProFont.zip

Whats New

  • Increased custom control max count to 64
  • Extended custom control properties count. Previously this was limited to 127 total unique properties, of which 69 where in use by RadASM. These properties as defined by and stored in the ccdef and ccdefex structures are now handled in a new manner to store the text strings of the new property names in the notused field of the TYPES structure. Control IDs > 65535 will store the property strings in this manner and retrieved/parsed for inclusion in the dialog properties listview.
  • Added property description editbox below properties list.
  • Added support for custom control's property description, by adding and supporting 3 new method types, which allows for the property description string to placed after the property blocks:
PROP_STYLETRUEFALSE         EQU 1 ; old
PROP_EXSTYLETRUEFALSE       EQU 2 ; old
PROP_STYLEMULTI             EQU 3 ; old
PROP_STYLETRUEFALSE_DESC    EQU 4 ; new
PROP_EXSTYLETRUEFALSE_DESC  EQU 5 ; new
PROP_STYLEMULTI_DESC        EQU 6 ; new

HAND_POINTER                EQU 80h

PropertyHand                dd -1 xor HAND_POINTER,0
                            dd -1 xor HAND_POINTER,HAND_POINTER
                            db "Specifies if the mouse changes to a hand pointer...",0

Methods                     dd PROP_STYLETRUEFALSE_DESC,offset PropertyHand 
  • Took out some experimental code that I worked on trying to incorporate web search for F1/CTRL+F1.
  • Took out some experimental code that allowed opening of a url from a text string of a url in comments.

v2.2.2.2-installer

7 years ago

v2.2.2.2 updates

  • Template: Added in xml file rename. If ProjectName.xml exists for manifest it is renamed to new project output file.
  • Resource: Changed max resource items saved to .rc file from 256 items to 512.
  • Wizard: Increased project name's max length when creating a new project from 16 characters to 32.
  • Ini: Added additional allowed files to RadASM.ini for templates to include other files (for example RoboHelp HTML)
  • Theme: Updated back color for output current line/error line selection for use with darker themes.
  • Theme: Added Visual Studio Dark Grey theme.
  • Misc: Updated UpdateChecker sub project to fetch from this github repo.

v2.2.2.2-zips

7 years ago

v2.2.2.2 updates

  • Template: Added in xml file rename. If ProjectName.xml exists for manifest it is renamed to new project output file.
  • Resource: Changed max resource items saved to .rc file from 256 items to 512.
  • Wizard: Increased project name's max length when creating a new project from 16 characters to 32.
  • Ini: Added additional allowed files to RadASM.ini for templates to include other files (for example RoboHelp HTML)
  • Theme: Updated back color for output current line/error line selection for use with darker themes.
  • Theme: Added Visual Studio Dark Grey theme.
  • Misc: Updated UpdateChecker sub project to fetch from this github repo.

Download Contents

Assembly.zip - Adds support for the following assemblers: Masm, Tasm, Nasm, Fasm, GoAsm, Jwasm, HJWasm and Asmc

HighLevel.zip - Adds support for the following programming languages: bcc (Borland C/C++ 5.5), bcet (Basic), cpp (Visual Studio C/C++), dm (Digital Mars C/C++), fb (FreeBASIC), fp (Free Pascal), hla (High level assembly) and Lcc-win

Language.zip - Multilingual support for the following languages: Catalonian, Chinese, English, French, German, Hebrew, Italian, Korean, Norwegian, Portuguese(Brazil), Russian, Spanish, Turkish and Ukrainian

RadASM-2.2.2.2-FullPackage.zip - Full integrated package which includes content from Assembly.zip, HighLevel.zip, Language.zip, RAHelp.zip along with addins and other misc files.

RadASM-2.2.2.2-IDEOnly.zip - Just the basic IDE only.

RAHelp.zip - RadASM.chm help file.

v2.2.2.0

7 years ago

Copy of the v2.2.2.0 release that was originally on radasm.com,radasm.cherrytree.at, www.oby.ro/rad_asm, Softpedia and other sites.