Get Started > Installing and Testing the Creo Object TOOLKIT C++ Development Environment
Installing and Testing the Creo Object TOOLKIT C++ Development Environment
This section discusses the process to install Creo Object TOOLKIT C++ and to test the development environment. The test application and other sample code described in this guide assume the use of a Windows environment.
Installing Creo Object TOOLKIT C++
Creo Object TOOLKIT C++ is on the Creo Parametric DVD-ROM. When you install Creo Parametric under API Toolkits, select Creo Object TOOLKIT C++ to install it.
An installation of Creo Object TOOLKIT C++ contains directories under the Creo load point.
Directory
Description
otk\otk_cpp
Top-level directory where C++ application files are installed
otk\otk_cpp\include
Contains all the header files
otk\otk_cpp\otk_async_examples
Sample application source files for asynchronous mode of application
otk\otk_cpp\otk_examples
Sample application source files for synchronous mode of application
otk\otk_cpp\<machine_type>\obj
Library files and sample makefiles
otk_cpp_doc
Top-level directory where C++ documentation files, such as, APIWizard and User’s Guide, are installed
otk_cpp_doc\otk_cpp_examples_html
Sample application files in HTML format.
Was this helpful?