Getting a few more errors here compared to 2003. I think most of these seem easy enough to fix. I think all of the errors in 2003 apply to this.
New errors: (let me know if any fixes can be improved)
No idea if this is due to my options, or what. Just a warning though:
Probably just needs to make it a bool:
Not sure about this. Maybe it's the function return type:
Make it an int:
Make it a long:
Not sure if this is the same problem, but the last fix was already applied:
Make it a bool:
Make it an int:
No idea:
Make it an int:
Unsure:
All ints:
No idea:
Gonna try and fix most of these before I post more errors.
New errors: (let me know if any fixes can be improved)
No idea if this is due to my options, or what. Just a warning though:
cl : Command line warning D9035 : option 'Fr' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'FR' instead of 'Fr'Probably just needs to make it a bool:
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int s:\mc\mushclient\doc.h 2381Not sure about this. Maybe it's the function return type:
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int s:\mc\mushclient\debugworldinputdlg.h 28-30Make it an int:
error C2065: 'i' : undeclared identifier s:\mc\mushclient\doc.cpp 4193Make it a long:
error C2065: 'i' : undeclared identifier s:\mc\mushclient\evaluate.cpp 925Not sure if this is the same problem, but the last fix was already applied:
error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CStaticLink::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' \mushclient\statlink.cpp 27Make it a bool:
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\statlink.cpp 125Make it an int:
error C2065: 'j' : undeclared identifier \mushclient\utilities.cpp 1001No idea:
Error 90 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\globalprefs.cpp 38Error 91 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\globalprefs.cpp 686Error 94 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\prefspropertypages.cpp 84Make it an int:
Error 104 error C2065: 'i' : undeclared identifier \mushclient\prefspropertypages.cpp 7693Unsure:
Error 120 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int mushclient\debugworldinputdlg.cpp 142Error 121 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\debugworldinputdlg.cpp 147Error 122 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int \mushclient\debugworldinputdlg.cpp 152All ints:
Error 123 error C2065: 'i' : undeclared identifier \mushclient\highlightphrasedlg.cpp 158Error 127 error C2065: 'i' : undeclared identifier \mushclient\testrslt.cpp 103Error 136 error C2065: 'i' : undeclared identifier \mushclient\triggdlg.cpp 555Error 138 error C2065: 'i' : undeclared identifier \mushclient\mditabs.cpp 173Error 140 error C2065: 'i' : undeclared identifier \mushclient\mushview.cpp 1452
No idea:
Error 139 error C2065: 'wnd' : undeclared identifier \mushclient\mditabs.cpp 327Error 142 error C2065: 'stylepos' : undeclared identifier \mushclient\mushview.cpp 3150Error 150 error C2440: '=' : cannot convert from 'const char *' to 'char *' \mushclient\textview.cpp 1700Gonna try and fix most of these before I post more errors.