Hi guys!
I need a little help here. I've built a piece of code that wraps around several functions of windows. I've done this by creating a class in the C++ DLL. I know how to call functions from a C++ DLL already but how to you create a class from the C++ library and call its methods?
Cheers![]()


Reply With Quote
