Hello guys, When compiling the latest version (I did not update for a few days) and have found two problems like this:
:-------------------------------------- xap_Win32App.cpp(439) : error C2509: 'getDefaultEncoding' : member function notdeclared in 'XAP_Win32App' xap_Win32App.h(41) : see declaration of 'XAP_Win32App' :-------------------------------------- It seems that the way that VC++ 6 and VC++ 7 manage abstract functions has changed. It seems that VC++ 6 (my platform right now) needs the abstract functions to be defined again in the header file where they are implemented. It seems that this is no longer a VC++ 7.0 requirement. I have made fixes to make it compile under VC++ 6. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/xap/win/xap_Win32App.h src/wp/ap/win/ap_Win32App.h CVS: ---------------------------------------------------------------------- -- Jordi Mas http://www.softcatala.org
