Manual Installation

Follow these instructions:

  1. Get Visual Studio Community from the following link: https://www.visualstudio.com/. Install it to get an x64-debugger and the latest tool chain from Microsoft®.

  2. Get Windows Kits SDK from the following link: https://developer.microsoft.com/de-de/windows/downloads/windows-10-sdk and install it to get additional tools.

  3. Get the ObjAsm package from http://objasm.x10host.com and install it. Depending on the destination drive and subdirectory, some paths may have to be adjusted.

  4. Get UASM64.exe and UASM32.exe from http://www.terraspace.co.uk/uasm.html and install it in the “...\ObjAsm\Build\Tools” folder.

  5. Copy the necessary .lib files from the sdk (2) in the “...\ObjAsm\Code\Lib\32\Windows” and “...\ObjAsm\Code\Lib\64\Windows” folders.

  6. Create the following environment variables and adjust the paths to your installation:

    a. OBJASM_PATH = C:\ObjAsm

    b. MSVS_PATH = C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin

    c. WINKIT_PATH = C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0

    d. Reboot if necessary.

  7. Adjust the paths in the file “...\ObjAsm\Build\OA_SET.cmd” accordingly to the previous installation.

  8. Compile the ObjMem library using the file „...\ObjAsm\Code\ObjMem\MakeObjMem.cmd“

  9. Optionally compile the objects using the file „...\ObjAsm\Code\Objects\MakeObjects.cmd“

  10. Optionally compile the Demo-Applications and Projects using the Make.cmd file in each directory

  • Some applications may have hard coded paths. Adjust them before compiling

  • Some .inc files cannot be used as they are. In most cases, only the API-Name-Prefix must be changed.

Last updated