diff --git a/examples/10.x/command-line/CMakeLists.txt b/examples/10.x/command-line/CMakeLists.txt index 0c41e51..25adbd8 100644 --- a/examples/10.x/command-line/CMakeLists.txt +++ b/examples/10.x/command-line/CMakeLists.txt @@ -4,6 +4,8 @@ MESSAGE( STATUS "PROJECT_NAME: " ${PROJECT_NAME} ) if (CMAKE_HOST_WIN32) set(WINDOWS 1) +elseif(CMAKE_HOST_APPLE) + set(MACOS 1) elseif(CMAKE_HOST_UNIX) set(LINUX 1) endif() @@ -51,7 +53,13 @@ elseif(LINUX) if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64) MESSAGE( STATUS "Link directory: ${PROJECT_SOURCE_DIR}/../sdk/platforms/linux/" ) link_directories("${PROJECT_SOURCE_DIR}/../sdk/platforms/linux/") + elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64) + MESSAGE( STATUS "Link directory: ${PROJECT_SOURCE_DIR}/../sdk/platforms/aarch64/" ) + link_directories("${PROJECT_SOURCE_DIR}/../sdk/platforms/aarch64/") endif() +elseif(MACOS) + MESSAGE( STATUS "Link directory: ${PROJECT_SOURCE_DIR}/../sdk/platforms/macos/" ) + link_directories("${PROJECT_SOURCE_DIR}/../sdk/platforms/macos/") endif() include_directories("${PROJECT_BINARY_DIR}" "${PROJECT_SOURCE_DIR}/../sdk/include/") @@ -70,10 +78,22 @@ if(WINDOWS) COMMAND ${CMAKE_COMMAND} -E copy_directory "${PROJECT_SOURCE_DIR}/../sdk/platforms/win/bin/" $) -else() +elseif(LINUX) + if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64) + add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_directory + "${PROJECT_SOURCE_DIR}/../sdk/platforms/linux/" + $) + elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64) + add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_directory + "${PROJECT_SOURCE_DIR}/../sdk/platforms/aarch64/" + $) + endif() +elseif(MACOS) add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory - "${PROJECT_SOURCE_DIR}/../sdk/platforms/linux/" + "${PROJECT_SOURCE_DIR}/../sdk/platforms/macos/" $) endif() diff --git a/examples/10.x/command-line/multi_page.pdf b/examples/10.x/command-line/multi_page.pdf new file mode 100644 index 0000000..faa5cb2 Binary files /dev/null and b/examples/10.x/command-line/multi_page.pdf differ diff --git a/examples/10.x/command-line/multi_page.tif b/examples/10.x/command-line/multi_page.tif new file mode 100644 index 0000000..7566835 Binary files /dev/null and b/examples/10.x/command-line/multi_page.tif differ diff --git a/examples/10.x/command-line/single_page.tif b/examples/10.x/command-line/single_page.tif new file mode 100644 index 0000000..0a7f76b Binary files /dev/null and b/examples/10.x/command-line/single_page.tif differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamicImage.so b/examples/10.x/sdk/platforms/aarch64/libDynamicImage.so new file mode 100644 index 0000000..b5d453f Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamicImage.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamicPdf.so b/examples/10.x/sdk/platforms/aarch64/libDynamicPdf.so new file mode 100644 index 0000000..3dab427 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamicPdf.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamicPdfCore.so b/examples/10.x/sdk/platforms/aarch64/libDynamicPdfCore.so new file mode 100644 index 0000000..da02216 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamicPdfCore.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftBarcodeReader.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftBarcodeReader.so new file mode 100644 index 0000000..b276314 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftBarcodeReader.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftCaptureVisionRouter.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftCaptureVisionRouter.so new file mode 100644 index 0000000..c685757 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftCaptureVisionRouter.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftCore.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftCore.so new file mode 100644 index 0000000..37e7301 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftCore.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftImageProcessing.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftImageProcessing.so new file mode 100644 index 0000000..7d7dce2 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftImageProcessing.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftLicense.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftLicense.so new file mode 100644 index 0000000..140456e Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftLicense.so differ diff --git a/examples/10.x/sdk/platforms/aarch64/libDynamsoftUtility.so b/examples/10.x/sdk/platforms/aarch64/libDynamsoftUtility.so new file mode 100644 index 0000000..466c6f0 Binary files /dev/null and b/examples/10.x/sdk/platforms/aarch64/libDynamsoftUtility.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamicImage.so b/examples/10.x/sdk/platforms/linux/libDynamicImage.so index 05f0e6f..0bb4275 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamicImage.so and b/examples/10.x/sdk/platforms/linux/libDynamicImage.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamicPdf.so b/examples/10.x/sdk/platforms/linux/libDynamicPdf.so index 981513f..6918e95 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamicPdf.so and b/examples/10.x/sdk/platforms/linux/libDynamicPdf.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamicPdfCore.so b/examples/10.x/sdk/platforms/linux/libDynamicPdfCore.so index 6384ef0..3c8106f 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamicPdfCore.so and b/examples/10.x/sdk/platforms/linux/libDynamicPdfCore.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftBarcodeReader.so b/examples/10.x/sdk/platforms/linux/libDynamsoftBarcodeReader.so index 575a348..8793dc8 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftBarcodeReader.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftBarcodeReader.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftCaptureVisionRouter.so b/examples/10.x/sdk/platforms/linux/libDynamsoftCaptureVisionRouter.so index 9b2fd3a..bd21156 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftCaptureVisionRouter.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftCaptureVisionRouter.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParser.so b/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParser.so deleted file mode 100644 index f411e8d..0000000 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParser.so and /dev/null differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParserDedicator.so b/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParserDedicator.so deleted file mode 100644 index 7a7b625..0000000 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftCodeParserDedicator.so and /dev/null differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftCore.so b/examples/10.x/sdk/platforms/linux/libDynamsoftCore.so index 0e2a0fe..51a6ed9 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftCore.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftCore.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftDocumentNormalizer.so b/examples/10.x/sdk/platforms/linux/libDynamsoftDocumentNormalizer.so deleted file mode 100644 index 44daefa..0000000 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftDocumentNormalizer.so and /dev/null differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftImageProcessing.so b/examples/10.x/sdk/platforms/linux/libDynamsoftImageProcessing.so index 0e5d0b7..28d53d6 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftImageProcessing.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftImageProcessing.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftLabelRecognizer.so b/examples/10.x/sdk/platforms/linux/libDynamsoftLabelRecognizer.so deleted file mode 100644 index 6d3a1ae..0000000 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftLabelRecognizer.so and /dev/null differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftLicense.so b/examples/10.x/sdk/platforms/linux/libDynamsoftLicense.so index 337daa2..7bbb3fa 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftLicense.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftLicense.so differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftNeuralNetwork.so b/examples/10.x/sdk/platforms/linux/libDynamsoftNeuralNetwork.so deleted file mode 100644 index 0f5ef0b..0000000 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftNeuralNetwork.so and /dev/null differ diff --git a/examples/10.x/sdk/platforms/linux/libDynamsoftUtility.so b/examples/10.x/sdk/platforms/linux/libDynamsoftUtility.so index 8846464..e8e5457 100644 Binary files a/examples/10.x/sdk/platforms/linux/libDynamsoftUtility.so and b/examples/10.x/sdk/platforms/linux/libDynamsoftUtility.so differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamicImagex64.dylib b/examples/10.x/sdk/platforms/macos/libDynamicImagex64.dylib new file mode 100644 index 0000000..96268d7 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamicImagex64.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamicPdf.dylib b/examples/10.x/sdk/platforms/macos/libDynamicPdf.dylib new file mode 100644 index 0000000..28f613c Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamicPdf.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamicPdfCore.dylib b/examples/10.x/sdk/platforms/macos/libDynamicPdfCore.dylib new file mode 100644 index 0000000..4273d5e Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamicPdfCore.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftBarcodeReader.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftBarcodeReader.dylib new file mode 100644 index 0000000..2b84ef7 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftBarcodeReader.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftCaptureVisionRouter.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftCaptureVisionRouter.dylib new file mode 100644 index 0000000..8cdf156 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftCaptureVisionRouter.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftCore.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftCore.dylib new file mode 100644 index 0000000..b54edf0 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftCore.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftImageProcessing.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftImageProcessing.dylib new file mode 100644 index 0000000..6b34ac6 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftImageProcessing.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftLicense.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftLicense.dylib new file mode 100644 index 0000000..327d3bb Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftLicense.dylib differ diff --git a/examples/10.x/sdk/platforms/macos/libDynamsoftUtility.dylib b/examples/10.x/sdk/platforms/macos/libDynamsoftUtility.dylib new file mode 100644 index 0000000..5e32292 Binary files /dev/null and b/examples/10.x/sdk/platforms/macos/libDynamsoftUtility.dylib differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamicImagex64.dll b/examples/10.x/sdk/platforms/win/bin/DynamicImagex64.dll index e8f27c4..de59259 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamicImagex64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamicImagex64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamicPdfCorex64.dll b/examples/10.x/sdk/platforms/win/bin/DynamicPdfCorex64.dll index 9694099..c10d8b7 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamicPdfCorex64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamicPdfCorex64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamicPdfx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamicPdfx64.dll index fac8ea9..e5f7ea6 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamicPdfx64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamicPdfx64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftBarcodeReaderx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftBarcodeReaderx64.dll index d95a53e..58ede68 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftBarcodeReaderx64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftBarcodeReaderx64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftCaptureVisionRouterx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftCaptureVisionRouterx64.dll index 40820ec..2e9495e 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftCaptureVisionRouterx64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftCaptureVisionRouterx64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserDedicatorx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserDedicatorx64.dll deleted file mode 100644 index e200822..0000000 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserDedicatorx64.dll and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserx64.dll deleted file mode 100644 index 12c2704..0000000 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftCodeParserx64.dll and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftCorex64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftCorex64.dll index 3ef0b56..b0bebda 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftCorex64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftCorex64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftDocumentNormalizerx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftDocumentNormalizerx64.dll deleted file mode 100644 index f7db5eb..0000000 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftDocumentNormalizerx64.dll and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftImageProcessingx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftImageProcessingx64.dll index 78cdd31..27ae165 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftImageProcessingx64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftImageProcessingx64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftLabelRecognizerx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftLabelRecognizerx64.dll deleted file mode 100644 index 7a5f710..0000000 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftLabelRecognizerx64.dll and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftLicensex64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftLicensex64.dll index e28ece8..ba7f97d 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftLicensex64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftLicensex64.dll differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftNeuralNetworkx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftNeuralNetworkx64.dll deleted file mode 100644 index 0652375..0000000 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftNeuralNetworkx64.dll and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/bin/DynamsoftUtilityx64.dll b/examples/10.x/sdk/platforms/win/bin/DynamsoftUtilityx64.dll index ee40f78..c8bf6f8 100644 Binary files a/examples/10.x/sdk/platforms/win/bin/DynamsoftUtilityx64.dll and b/examples/10.x/sdk/platforms/win/bin/DynamsoftUtilityx64.dll differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftBarcodeReaderx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftBarcodeReaderx64.lib index bea505c..dd2cc1f 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftBarcodeReaderx64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftBarcodeReaderx64.lib differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftCaptureVisionRouterx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftCaptureVisionRouterx64.lib index fed778d..0a18ba9 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftCaptureVisionRouterx64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftCaptureVisionRouterx64.lib differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftCodeParserx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftCodeParserx64.lib deleted file mode 100644 index 7a288d3..0000000 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftCodeParserx64.lib and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftCorex64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftCorex64.lib index 2c001c4..17728a6 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftCorex64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftCorex64.lib differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftDocumentNormalizerx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftDocumentNormalizerx64.lib deleted file mode 100644 index 5151b35..0000000 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftDocumentNormalizerx64.lib and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftImageProcessingx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftImageProcessingx64.lib index ec18ccf..abbb075 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftImageProcessingx64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftImageProcessingx64.lib differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftLabelRecognizerx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftLabelRecognizerx64.lib deleted file mode 100644 index fd785f0..0000000 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftLabelRecognizerx64.lib and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftLicensex64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftLicensex64.lib index 77c1bc0..ca777ac 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftLicensex64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftLicensex64.lib differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftNeuralNetworkx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftNeuralNetworkx64.lib deleted file mode 100644 index 363ce5d..0000000 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftNeuralNetworkx64.lib and /dev/null differ diff --git a/examples/10.x/sdk/platforms/win/lib/DynamsoftUtilityx64.lib b/examples/10.x/sdk/platforms/win/lib/DynamsoftUtilityx64.lib index 7a25a23..fd3bb06 100644 Binary files a/examples/10.x/sdk/platforms/win/lib/DynamsoftUtilityx64.lib and b/examples/10.x/sdk/platforms/win/lib/DynamsoftUtilityx64.lib differ