Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual C++ 6
Message
From
12/02/2004 17:42:22
 
 
To
All
General information
Forum:
Visual C++
Category:
Other
Title:
Visual C++ 6
Miscellaneous
Thread ID:
00876896
Message ID:
00876896
Views:
57
I used the macro that's a part of the visual c++ 6 environment for creating member variables and named the class type and specified it as private. The book I am learning the material from instructed me to include a similar name as the class type in #include "" statement of the main cpp program and I followed those instructions accordingly. When I compile the application I get errors in the header file for the main application involving the new member variable declaration and class type.

private:
CPaintDlg m_dlgPaint;

Errors include : missing (;) before m_dlgPaint identifier
missing storage class specifiers
If anyone knows anything about this I would be grateful.
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform