|
-
September 21st, 1999, 04:21 AM
#1
CString in Class Definition (Header File)
Hello,
I have written a class. Now I would like to include a public Method that takes a vector<CString> pointer as a paramter. The cpp file of the class includes MFC so there is no problem. But I get an error, because the compile complains, that the types vector and CString are not known (in the header). Do I have to include MFC into my Header file or how do I solve such problem?
Thanks a lot.
Best wishes,
Matthias Steinbart
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|