The msvc backend is not yet
complete, this we don't fully support msvc at this
stage.
If you want to build, you will
need to use mingw / gcc.
However you can build
some sub projects within the ReacOS solution.
Run 'make msvc8' (you will need
to have built rbuild) to populate the tree with the relevant vcproj files
and try a few things like arp.
Ged.
Compiling...
precomp.cpp
c:\work\explorer\utility/shellclasses.h(556) : error C2504:
'IShellFolderPtr' : base class undefined
c:\work\explorer\utility/shellclasses.h(557) : error C2146: syntax error :
missing ';' before identifier 'super'
c:\work\explorer\utility/shellclasses.h(557) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
c:\work\explorer\utility/shellclasses.h(557) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
c:\work\explorer\utility/shellclasses.h(567) : error C2738: 'operator bool'
: is ambiguous or is not a member of 'ShellFolder'
c:\work\explorer\utility/shellclasses.h(555) : see declaration of 'ShellFolder'
c:\work\explorer\utility/shellclasses.h(578) : error C2504: 'IShellLinkWPtr'
: base class undefined
c:\work\explorer\utility/shellclasses.h(579) : error
C2146: syntax error : missing ';' before identifier 'super'
c:\work\explorer\utility/shellclasses.h(579) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
c:\work\explorer\utility/shellclasses.h(579) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
c:\work\explorer\utility/shellclasses.h(583) : error C2614: 'ShellLinkPtr' :
illegal member initialization: 'super' is not a base or member
c:\work\explorer\utility/shellclasses.h(674) : error C2819: type
'ShellFolder' does not have an overloaded member 'operator
->'