N
neilsolent
Hi
I get the error in the subject line when I try to call a static member
of my class CReg like this:
CReg::GetStrValue("test", mystring);
This is with g++ (on Solaris as it happens). This is perfectly
allowable in Visual C++ on Windows.
What do I need to do? I don't intend to instantiate the CReg class at
any point in the program
thanks!
I get the error in the subject line when I try to call a static member
of my class CReg like this:
CReg::GetStrValue("test", mystring);
This is with g++ (on Solaris as it happens). This is perfectly
allowable in Visual C++ on Windows.
What do I need to do? I don't intend to instantiate the CReg class at
any point in the program
thanks!