MingW-64 build system
I'm trying to port my Transmitter plugin to Windows, but most of the external libraries I use are related to MinGW, making them incompatible with the MSVC build system. I have then decided to rebuild the project from scratch with a GNU compiler and without using the template, generating a .dll library. I have added the right source files and linked the right dynamic libraries, none of which are missing when checking with the Dependencies tool, but when launching Premiere pro, my plugin is apparently unable to be loaded and so ignored. I was wondering if I might have been missing some steps, like configuring the manifest file, or explicitely defining the entrty point.
here are my project configuration CMake files


