Hi,
My system is w7 and I am using vs 2013
I am trying to migrate from v8i code to Connect.
When including files:
#include <Mstn\MstnPlatformAPI.h> #include <DgnPlatform\DgnPlatform.h> #include <PointCloud\PointCloudApi.h> #include <DgnPlatform\PointCloudHandler.h> #include <mscnv.fdf> #include <DgnPlatform\ElementHandle.h>
I am getting a long list of errors, something like this one:
error C2039: 'OrientedBoxCR' : is not a member of 'Bentley::DgnPlatform'
I am guessing some reference is missing but I can not figure out which one.
thanks,
Nenad