i am a new,compile sourcecode under vc2005 beta2,although completed; but I find some problems below will not happen under previous versions of vc? vc2005 type's check becomes more strickly?or there are any other compile options to choose?
1:
char *p = strchr(pDirectory, '\\');
otherfunctions.cpp(608) : error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'Conversion loses qualifiers
2:
time_t tNow = mktime(CTime::GetCurrentTime().GetLocalTm());
'ATL::CTime::GetLocalTm' : function does not take 0 arguments
3:
static dwThread = 0;
missing type specifier - int assumed. Note: C++ does not support default-int
Generating Code...