Hi folks: 
I'm having trouble with the follow: 
Compiler: BC++ 4.52 
error message: Declaration syntax error. Line 3. 
This is an abstract class. Due to the error nobody can't inherit from CControl 
Take a look and tell me if you can find something wrong. 
Thank in advance 
Amilkar  
  
************************************ 
file: CControl.h 
************************************ 
#ifndef CCONTROL 
#define CCONTROL 
class CControl    //Line 3. Here is where I'm getting the error. 

public: 
 virtual void Show() = 0; 
 virtual char *Get_Class_Name() = 0; 
 virtual void Set_Visible(bool Show_Wind) = 0; 
 virtual bool Get_Visible() = 0; 
 static void *pWind; 
}; 
#endif 
********************************* 
f ile: CControl.cpp 
********************************* 
#include "CControl.h" 
void *CControl::pWind = 0; 
*********************************



Nuevo Correo Yahoo!


To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>.


Yahoo! Groups Sponsor
ADVERTISEMENT
click here
Web Bug from http://us.adserver.yahoo.com/l?M=298184.5639630.6699735.3001176/D=groups/S=:HM/A=2434971/rand=392720313


Yahoo! Groups Links

Reply via email to