2014-12-05 10:42 PM - last edited on 2023-08-01 01:57 PM by Doreena Deng
2014-12-10 08:27 AM
poco2013 wrote:Could you write down please your compiling errors?
I’m having no success in trying to compile the API version 18, and ver. 18 examples under Windows using Visual Studio.
<AdditionalIncludeDirectories>..\..\Support\Inc;..\..\Support\Modules\GSRoot;..\..\Support\Modules\GSRoot\STL\imp;..\..\Support\Modules\GSUtils;..\..\Support\Modules\DGLib;..\..\Support\Modules\Geometry;..\..\Support\Modules\InputOutput;..\..\Support\Modules\UCLib;..\..\Support\Modules\GXImageBase;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_ITERATOR_DEBUG_LEVEL=0;WIN32;_WINDOWS;_USRDLL;_STLP_DONT_FORCE_MSVC_LIB_NAME;%(PreprocessorDefinitions)</PreprocessorDefinitions>(don't forget to add _DEBUG definition also for Debug build mode)
<Library Include="..\..\Support\Lib\Win\ACAP_STAT.lib"> <FileType>Document</FileType> </Library> <Library Include="..\..\Support\Modules\DGLib\Win\DGImp.lib"> <FileType>Document</FileType> </Library> <Library Include="..\..\Support\Modules\GSRoot\Win\GSRootImp.lib"> <FileType>Document</FileType> </Library>Regards,
2014-12-10 02:23 PM