This topic contains step-by-step instructions on how to create and set up a project in Microsoft® Visual Studio® 2017. Note that <KERNEL_DIR>
is the directory where you unpacked the Kernel archive.
<KERNEL_DIR>\Platforms\vc15dll\Kernel_vc15dll_ex.sln
solution file.
FirstApp
as the project name and <KERNEL_DIR>\Platforms\vc15dll\FacetModeler\examples\
as the location. FirstApp
as a startup project if you want to have it active when the solution opens.
FirstApp.cpp
and place it in the <KERNEL_DIR>\FacetModeler\examples\FirstApp\
folder.
<KERNEL_DIR>\exe\vc15dll\
<KERNEL_DIR>\Kernel\Extensions\ExServices\
<KERNEL_DIR>\Kernel\Include\
<KERNEL_DIR>\ThirdParty\
<KERNEL_DIR>\ThirdParty\activation\
<KERNEL_DIR>\FacetModeler\include\
pch.cpp
and pch.h
are automatically generated in your project, remove these files from the project:<KERNEL_DIR>\exe\vc15dll\
<KERNEL_DIR>\lib\vc15dll\
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
comdlg32.lib
advapi32.lib
<KERNEL_DIR>\lib\vc15dll\FacetModeler.lib
<KERNEL_DIR>\lib\vc15dll\TD_ExamplesCommon.lib
Secur32.lib
<KERNEL_DIR>\lib\vc15dll\TD_Ge.lib
<KERNEL_DIR>\lib\vc15dll\TD_Root.lib
ws2_32.lib
crypt32.lib
<KERNEL_DIR>\lib\vc15dll\TD_Alloc.lib
Now that your project has been created and set up, make sure you have activated ODA Software.
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|