Skip to content
English
  • There are no suggestions because the search field is empty.

Building-and-Running-the-Example-Program-in-Windows

Customer Support

zForce® SDK : Building and Running the Example Program in Windows

zForce® SDK : Building and Running the Example Program in Windows

Build the program

  1. Open the solution file zForceSDK-Example.slndo either of the following: 
    1. Open it from Visual Studio 2017.
    2. Open it from the File Explorer.
  2. Make sure that the configuration is set to “x64”. 
  3. Select build type: Release or Debug
  4. Select Build>>Build Solution in the menu.
    Result: the directory zForceSDK is created.

Run the program the first time

  1. From the File Explorer, open the folder zForceSDK\Windows\x86-64.
  2. Copy zForce.dll.
  3. Open the folder zForceSDK\x64
  4. Paste zForce.dll into the subfolder Release or the subfolder Debug (either will be present depending on the selected configuration)
  5. Select either
    1. Debug >>Start Debugging, or
    2. Debug >>Start without Debugging

Repeat steps 1 to 4 whenever you change the build type (Release or Debug).