I’ve created a plugin that has single method - Click()
. This method uses functions and structs from winuser.h
, if that’s important at all.
This plugin successfully builds for both 32- and 64-bit targets with the following log for both of them:
https://hastebin.com/tavexilaho.csharp
I’m certain that the plugin is packaged correctly, according to PluginPackaging.rtf
. Although, whenever I place it in the Xojo’s Plugins folder, it isn’t loaded. I have packaged it with only the Windows and Windows x86-64 DLLs, no other platforms.
According to all known laws of everything, this should work, but it doesn’t. Coding in a nutshell. Any help? Thanks in advance.
EDIT: I noticed the build warnings in the previous log. I have since fixed those to no avail.
New log: https://hastebin.com/hanuzajisi.log