From: Mark W. <ma...@ne...> - 2006-11-02 07:32:43
|
Hi Mattia, I still have a problem compiling CVS 0.60 on WinXP - MSVC6 - wxWidgets 2.7.0 I get the following error: Constant.c(2150) : error C2065: 'wxWS_EX_CONTEXTHELP' : undeclared identifier If I comment out the following line then the compilation goes through. Constant.xs line 2142 // r( wxWS_EX_CONTEXTHELP ); // window |