[C++] How to debug DLL presense/absense causing plugin not to load? - Where are the logs?
I'm developing a plugin using C++ and trying to link to a bunch of my internal libraries (which in turn, depend on external libraries like abseil, licrypto, libssl, zlib and curl).
Calling into a function for one of my subprojects—to use CMake terminology; which I'm using for its build-system—doesn't result in an error, but it's not called. Trying with a different function in a different subproject and then the plugin never appears in the "Export" menu (although it is loaded from the start screen… I'm building an ExportController).
Where are the log files for this, or can I somehow enable logging?
(I've attached the Visual Studio debugger on Windows but that's not assisting here… I've also looked in "%AppData%\Adobe\Premiere Pro\Logs" to no avail)
Thanks
