Hi,
I need some hints about creating and using dlls:
I manged to create a dll from the template that contains a class with function and data members. The dll contains an instance of the class and a function that calls a function from the instance.
I also managed to create a wxWindows 2.4 app (with the devPack from the wxWindows site) that calls the dll. I can access the function outside the class and the data members of the instance of the class. But the linker doesn't like me calling the member functions.
How can I directly access member functions in classes in a dll? Any tips or some hints about where to look? (yes, I tried search but maybe I wasn't sufficiently patient)
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need some hints about creating and using dlls:
I manged to create a dll from the template that contains a class with function and data members. The dll contains an instance of the class and a function that calls a function from the instance.
I also managed to create a wxWindows 2.4 app (with the devPack from the wxWindows site) that calls the dll. I can access the function outside the class and the data members of the instance of the class. But the linker doesn't like me calling the member functions.
How can I directly access member functions in classes in a dll? Any tips or some hints about where to look? (yes, I tried search but maybe I wasn't sufficiently patient)
Robert