NEW SDK Build_ updated 30.11.2017

Dear All,

If you are experiencing troubles with accesing SDK hard expiration extension version available here:

http://rcbuilds.capturingreality.com/20171026-SDK-1-0-2-3309-A28176E4-5CB4-453C-8D1E-B3385BCD3972.msi

Old SDK build

 

http://rcbuilds.capturingreality.com/20 … 6C4E7B.msi

http://rcbuilds.capturingreality.com/20 … DBA6A2.msi

http://rcbuilds.capturingreality.com/20 … 954380.msi

Hi!

I tried to test the new SDK build but I got an error message which says the CapturingReality.ImageCodecPack.dll is missing. It seems it is not included in the current build. Where I could download the missing file? Or do you have a new SDK build available?

Regards,
Jukka

I’m failing to compile the SDK Build on line 574 of CapturingReality.ModelTools.h

Error C2653 ‘Kernel’: is not a class or namespace name MeshingExample C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\RealityCapture Sdk for Windows\1.0\Include\CapturingReality.ModelTools.h 574

I’ll be rolling back for now

Hi Luiz,

You can fix the compile error by adding the namespace definition to your stdafx.h file before the CapturingReality headers.

namespace Kernel {
class IItemSelection;
}

After this fix, you will probably get a runtime error about the missing dll-file.

Awesome! Thanks Jukka.

I also got an error with min/max not being defined, is that something you got as well? I just changed the file and defined it myself, but that’s not a great solution either

Hello.

I tried to test the new SDK build but I got an error message which says the CapturingReality.ImageCodecPack.dll is missing. It seems it is not included in the current build. Where I could download the missing file? Or do you have a new SDK build available?

Sorry for the troubles. We are working on fixing this problem. The CapturingReality.ImageCodecPack.dll file is included with RealityCapture application executables ( C:\Program Files\Capturing Reality\RealityCapture ). If you have the application installed, I suggest you copy the missing dll file into your project. This is just a quick fix, before we fix the problem in the SDK build. We will let you know, when we solve this issue.

I also got an error with min/max not being defined, is that something you got as well? I just changed the file and defined it myself, but that’s not a great solution either

No, the SDK doesn’t supply an implementation of min and max. As far as I know, these are defined in Windows.h.

Hi!

Do you have new SDK build available? Latest one stopped working due the hard expiration.

Jukka