Tags support + MS VS 2003 support
Brought to you by:
tranquilized
While working on tags support, I tried upgrading from
MS VC++ 6 to Microsoft Visual Studio 2003. It took some
time, but I got rid of all but one error ... most of
the changes were minor function signature things (e.g.
returning an LRESULT instead of void/nothing).
FriendsPage.cpp(15): error C2143: syntax error :
missing ';' before 'constant'
FriendsPage.cpp(15): fatal error C1004: unexpected end
of file found
FriendsPage.cpp(15): warning C4091: '' : ignored on
left of 'const int' when no variable is declared
new_ljView.cpp(246): warning C4244: 'initializing' :
conversion from 'ULONGLONG' to 'LONG', possible loss of
data
new_lj.cpp(141): warning C4996:
'CWinApp::Enable3dControls' was declared deprecated
Patch against CVS version