Coding
How do authors reference necessary files when creating a plugin?
Hi! I’ve set up a simple plugin system for my application that works by a plugin author compiling a Dll and placing it in a Plugins folder. E.g:This works just fine for me when I Read more…