also mein problem ist es ja nicht, ein pluginsystem zu entwerfen.
hab ich bereits alles mit interfaces gelöst -> funktioniert super.
mein problem ist, wie oben beschrieben, dass ich das in der
dll erzeugte objekt nicht in meiner hauptapplikation nutzen kann (mir ist auch klar wieso, ich frage mich einfach, wie ich es anstellen muss, damit es funktioniert).
und wenn ich ein häckchen bei "build with runtime packages" in der
DLL und der hauptapplikation setze, gibt mr LoadLibrary als
Handle 0 zurück...
Wo liegt mein Fehler?
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.