HOOPS Visualize package is shipped with different samples called Sandbox. These sandboxes are compatible with HOOPS Exchange but they need an additional setup detailled below.
Instructions for HPS_WPF_Sandbox
- Open the project properties from Visual Studio
- Navigate to Build and add
USING_EXCHANGEin conditional compilation symbols
- Add
hps_cs_sprk_exchange.dllas a reference in the WPF Sandbox Project references list
- Make sure the HOOPS Exchange DLL are in the PATH or near the application executable:
a. by using the environment variableHEXCHANGE_INSTALL_DIR. Its value must be the root of a HOOPS Exchange package
OR
b. by copying the content ofHOOPS_Exchange/bin/win64inside HOOPS Visualize bin directory

