Installing an AddIn

AddIns are small utility DLLs that extend the capability of RadASM or add new functionality to the IDE. All AddIns have an entry in the section of RadASM.ini. The entry takes this form:

XX=AddIn.dll,YY

XX is the next available AddIn number
AddIn.dll is the name of the dll that resides in the AddIns folder
YY is an option number that is passed to the AddIn. Set this to 0 if none are required

There will generally be a readme file that will detail the options for the particular AddIn you are installing.

Beginning with RadASM version 2.0.3.3 you can also use the , a GUI AddIn that allows you to dynamically load and unload AddIns in real time and enable options by simply checking them. The AddIn must be AddIn Manager compatible in order to work properly with the manager.