All downloads are available from the download section at the sourceforge project site.

Only the Windows version is available.

exoTKAD_Setup_WithOCC.exe

This file is the binary distribution of exoTKAD , including the OpenCASCADE libraries.
Simply follow the setup, and the application should work

exoTKAD_Setup_WithoutOCC.exe

This file is the binary distribution of exoTKAD , but without the OpenCASCADE libraries.
Use this one if you already have the official OpenCASCADE 4.0 installed on your computer.

Follow the setup.
Once the installed is complete, you need to modify your registry, according to your OpenCASCADE paths.
Here are the registry entries to modify :

\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\exotkPluginPath :
point to the directory where are located the *.pgi or *.pgid : this step should be correctly done with the setup programm.
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCOpenGLFilenameDebug :
only used in DEBUG mode. So, you don't need to modify this one ( not used because the binary version is compiled in Release mode )
Should point to the debug version of the TKOpenGL.dll ( <OpenCASCADE path>\Windows_NT\dlld\TKOpenGl.dll).
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCOpenGLFilename :
only used in Release mode.. Should point to the release version of the TKOpenGL.dll ( <OpenCASCADE path>\Windows_NT\dll\TKOpenGl.dll).
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCUnitsFilename :
point to the Units.dat file ( <OpenCASCADE path>\src\UnitsAPI\Units.dat)
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCLexiFilename :
point to the Lexi_Expr.dat file ( <OpenCASCADE path>\src\UnitsAPI\Lexi_Expr.dat)
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCTexturesDirectory :
point to the directory containing the OpenCASCADE textures ( <OpenCASCADE path>\src\Textures)
\HKEY_LOCAL_MACHINE\SOFTWARE\exotk\exoTKAD\OCCFontsDirectory:
point to the directory containing the OpenCASCADE fonts ( <OpenCASCADE path>\src\FontMFT)

ShapeGallery.zip

This archive contains extra shapes from OpenCASCADE.com, that you can use with exoTKAD

0.1Beta_src.zip

This archive contains all the sources to build exoTKAD.
Take care, if you want to build the programm, you will need to download OpenCASCADE ( see http://www.opencascade.com ).