19 years, 10 months ago
Highlights
Community contributions featuredI apologize for not giving you a more direct solution... I can think of only two things you are trying to do:1. Export a single instance of a class to access it's members (…
19 years, 10 months ago
19 years, 10 months ago
What you want to do:#define PUBLIC __declspec(dllexport)#else#define PUBLIC __declspec(dllimport)#endifclass PUBLIC CClass{public: CClass() { } ~CClass() { }};That's it!Here a l…
19 years, 10 months ago
Latest Activity
I apologize for not giving you a more direct solution... I can think of only two things you are trying …
19 years, 10 months ago
What you want to do:#define PUBLIC __declspec(dllexport)#else#define PUBLIC __declspec(dllimport)#endifclass PUBLIC CClass{public: CClass() { } ~CClass() { }};That's it!Here a link:Using …
19 years, 10 months ago