[ros-kernel] Problem compiling explorer (utility.h)

Andrew "Silver Blade" Greenwood lists at silverblade.co.uk
Sun Mar 7 16:28:13 CET 2004


In file included from utility/shellclasses.cpp:31:
utility/utility.h:725: parse error before `{' token


This is the first of many errors I get. See below for the offending part of
the file:


 /// string class for convenience
struct String
#ifdef UNICODE
 : public wstring
#else
 : public string
#endif
{    // this is line 725
#ifdef UNICODE
    typedef wstring super;
#else
    typedef string super;
#endif


Any ideas why it isn't compiling? This is a fresh copy of ReactOS from CVS.

-Andrew



More information about the Ros-kernel mailing list