gcp build on windows

Hello everyone,
I have a problem building google cloud platform plugin on windows.
I am using cmake and used CodeBlocks - MinGW Makefiles as the generator for the project.
after using cmake and generating the build when I try to use CodeBlocks or mingw32-make.exe
to generate the dll I got these three errors.
mingw32-make.exe[2]: *** [CMakeFiles\OrthancGoogleCloudPlatform.dir\build.make:81: CMakeFiles/OrthancGoogleCloudPlatform.dir/Version.rc.obj] Error 1
mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:94: CMakeFiles/OrthancGoogleCloudPlatform.dir/all] Error 2
mingw32-make.exe: *** [Makefike:148: all] Error 2

If anyone can help
Thanks in advance

Capture.PNG

You can use cmake and Visual Studio on windows as alternative. This should be much easier than mingw

I tried Visual Studio as you suggested and it works well. Thanks a lot.

But now I have a problem with DicomWeb plugin as I think. When I try to connect to remote dicom client Orthanc server shows the following error
E0210 14:41:45.340724 PluginsManager.cpp:164] Bad file format: A JSON file was expected
E0210 14:41:45.341048 PluginsErrorDictionary.cpp:111] Exception inside the plugin engine: Bad file format

Hello,

Please provide a full minimal working example, otherwise it is impossible to understand your issue:

https://book.orthanc-server.com/users/support.html#discussing-a-minimal-working-example

Sébastien-