[connect update 5] SDK Update 5 info

Hi,

Does anybody have list/link  of fixed issues in SDK for Connect update 5 (10050040)?

Thanks

Nenad

Parents Reply
  • Unknown said:
    Windows 7, VS 2013, NO CLR support

    What do you mean by 'NO CLR support'?

    Unknown said:
    I get all kinds of errors when including PointCloudApi.h

    That header file is a convenience that #includes most of what you need for Point Cloud development.

    Unknown said:
    error C2039: 'OrientedBoxCR' : is not a member of 'Bentley::DgnPlatform'

    Class OrientedBox is defined in PointCloudClipHandler.h.  You need to #include that header before you #include PointCloudApi.h.

    Unknown said:
    error C2061: syntax error : identifier 'IPointCloudChannelVectorCR'

    I can't find any header that declares PointCloudChannelVector.  It's referenced here...

    POINTCLOUD_EXPORT IPointCloudQueryBuffersPtr  CreateBuffers(UInt32 capacity, UInt32 channelFlags, IPointCloudChannelVectorCR channels);
    

    Unknown said:
    I'll try with VS 2015. If still not working, I'll report a bug

    Yes, you should use Viz Studio 2015 with CONNECT v10.05.  However, a different compiler can't supply a missing header file: it's absence remains a defect.

     
    Regards, Jon Summers
    LA Solutions

Children
No Data