User-1982615125 posted
class libraries have to be referenced.
but can i make .dll files in a way, that when i copy them into a folder of my .exe program, that they load and execute by themselves so that i dont have to reference it, and fire a method from the .exe file to get the library moving?
im trying to make a addon/plugin system for my project.