Error occurred in sample provided by MIPSDK

An error has occurred in the MIPSDK sample software.

In order to check the operation of the provided sample software, I edited only the necessary items and executed the build, but an error occurred.

Since the location where the error occurred is like the provided library

It seems to be a bug in the provided library.

The details of the error are as follows.

Sample software: MediaLiveServiceJPEG

Occurrence line: 144

error contents:

An unhandled exception occurred in 0x00007FFD8ABE9329 (in MediaLiveServiceJPEG.exe): Microsoft C ++ exception: xercesc_3_2 :: OutOfMemoryException (memory location 0x000000043D96D911). Has occurred

Please check if Solution Platforms setting in Visual Studio is ”x64”.

Solution Platforms

I’m building on x64 of Visual Studio 2017.

You need to build in release mode.

Alternatively, if not using NuGet but the installed MIP SDK, you can use the files from [C:\Program](file:C:/Program) Files\Milestone\MIPSDK\Bin\Debug instead of the files from [C:\Program](file:C:/Program) Files\Milestone\MIPSDK\Bin

Thanks to you, I was able to solve the problem.