Export class member functions & data from DLL

If the class definition is in a header which is included in my project but the implementation is in a DLL then how would I make sure everything is properly exported? Do I put __declspec(dllexport) before each public member of the class or once for the entire class definition?
Topic archived. No new replies allowed.