I’m sorry if this is a trivial question, but how do you actually compile the test plugin into a dll from the plugin sdk on windows using command line or visualstudio? I’ve tried using cygwin which is a unix like environment for windows, and using make to use the makefile, but the output is this .so file which isn’t recognized by my client. How do you do it?
Check out the release version. It contains a ready to compile VS solution.
1 Like
Thank you
Watch out. It is only debug 32 bit though. If you want to use release or 64 bit you have to set the output to dll again and add the include
folder again.
1 Like