Manual Installation
Last updated
Last updated
Follow these instructions:
Get Visual Studio Community from the following link: . Install it to get an x64-debugger and the latest tool chain from Microsoft®.
Get Windows Kits SDK from the following link: and install it to get additional tools.
Get the ObjAsm package from and install it. Depending on the destination drive and subdirectory, some paths may have to be adjusted.
Get UASM64.exe and UASM32.exe from and install it in the “...\ObjAsm\Build\Tools” folder.
Copy the necessary .lib files from the sdk (2) in the “...\ObjAsm\Code\Lib\32\Windows” and “...\ObjAsm\Code\Lib\64\Windows” folders.
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.
Adjust the paths in the file “...\ObjAsm\Build\OA_SET.cmd” accordingly to the previous installation.
Compile the ObjMem library using the file „...\ObjAsm\Code\ObjMem\MakeObjMem.cmd“
Optionally compile the objects using the file „...\ObjAsm\Code\Objects\MakeObjects.cmd“
Optionally compile the Demo-Applications and Projects using the Make.cmd file in each directory