|
So you're saying I can just write some functions, compile it as a DLL and load the stuff using LoadLibrary? Sounds easy enough, though no doubt it'll be harder in practice.
One more question - how can I create a class in that DLL and use it in my program? Is it even possible?
|