Hello,
I have tired to compile Geometry_Test example project with VS2017(v141) as Debug, but it provide a warning message like below.
1>------ Rebuild All started: Project: Geometry_Test, Configuration: Release x64 ------
1>Compiling the localized GRC file...
1>Compiling the non-localized GRC file...
1>Compiling the RC2 file...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17336
1>
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>
1>
1>APICommon.c
1>Geometry_Test.cpp
1>Generating Code...
1> Creating library Build\x64\Release\Geometry_Test.lib and object Build\x64\Release\Geometry_Test.exp
1>ACAP_STAT.lib(ACAPlib.obj) : warning LNK4099: PDB 'API_c.pdb' was not found with 'ACAP_STAT.lib(ACAPlib.obj)' or at 'd:\Work\buildsupport\AC23Support\Examples\Geometry_Test\Build\x64\Release\API_c.pdb'; linking object as if no debug info
1>Geometry_Test.vcxproj -> D:\Work\buildsupport\AC23Support\Examples\Geometry_Test\Build\x64\Release\Geometry_Test.apx
1>Done building project "Geometry_Test.vcxproj".
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Please advice.