Some dlls are missing in latest MIPSDK

Hello,

I use export function with MIP SDK 2016 R2 10.1.

In CopyExportFiles.bat, j2KCorex.dll and VideoOS.Platform.Database.dll are called,

but, these files are not found in this version MIPSDK.

However, it seems like it works well even without these files at the moment.

Are these files not always necessary in exporting?

Thank you for your cooperation.

VideoOS.Platform.Database.dll is not needed, I will make sure it is removed from the copy statements in a future version of the MIP SDK.

j2KCorex.dll is a bit special; it is needed if you are deploying a 32-bit application, it is not needed if you are deploying a 64-bit application.

Hi, Bo

I understood about it.

Thanks for your response.