Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

protected member baloney 1

Status
Not open for further replies.

BlackDice

Programmer
Mar 1, 2004
257
US
my classview info won't show up anymore and everytime I try to compile my program I get an error telling me that I can't access a protected member variable (value). but it's declared like this:

public:
char *value;
void release();

it was protected at once, but now it's not and I've rebuilt all a number of times and nothing seems to work. can anyone help?



bdiamond
 
Have you done a "build clean" followed by "rebuild all" ?

--
 
I got another tip from someone else that told me to delete my .ncb file. I did that so the classview info was rebuilt and I'm able to see that, and the other problem with the protected member stuff doesn't seem to be a problem anymore either since I did a 'clean' then rebuild. Thanks!

bdiamond
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top