These folders have subfolders for different configurations. For example,
if you unpack TB_vc10dll.zip, vc10dll subfolders will be created. If you
unpack TB_vc10dlldbg.zip, vc10dlldbg subfolders will be created.
Go to \Platforms\<configuration name> and open the solution for samples.
Build the solution.
Find compiled .exe files in the .\exe\<configuration name> folder.
For example, to build the samples for MSVC 2010, DLL configuration:
Unpack TB_vc10dll.zip.
Open the solution .\Platforms\vc10dll\TB_vc10dll_ex.sln.
Build the solution.
Executables are in the .\exe\vc10dll folder.
Notes:
Some samples use the DirectX rendering device, the building of which requires DirectX SDK.
It can be downloaded from
Microsoft download center. After downloading and installing this SDK,
a DXSDK_DIR environment variable needs to be created and set to the full path
of the dxsdk directory.
Some projects in the solution depend on others. If you open an individual
project (.vcproj) outside of the solution (.sln), its build may fail.
Using Multiple Configurations
It's acceptable to unpack different Windows archives into the same folder. This is
convenient, for example, to build Release and Debug configurations using the same sources or
even to have dynamically and statically linked configurations. Unpacking other archives to the
same folder will cause warnings because some files are duplicated in both archives. This is
okay; duplicate files are the same.
Note: Always use empty folders for upgrading ODA BimRv SDK versions. Mixing
files from different ODA BimRv SDK versions may cause problems.