Compiling with Visual Studio 2003
Posted: Sun Aug 05, 2007 7:01 am
I am compiling with Visual Studio 2003 (since that seemed to be the .sln file provided) but I get errors when trying to compile. Any help you could give me to get this rolling would be phenominal...
G:\exult-1.2\conf\Configuration.cc(50): error C2039: 'isspace' : is not a member of 'std'
G:\exult-1.2\conf\Configuration.cc(50): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\keys.cc(45): error C2039: 'isspace' : is not a member of 'std'
g:\exult-1.2\keys.cc(45): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\gumps\Newfile_gump.cc(49): error C2873: 'isdigit' : symbol cannot be used in a using-declaration
g:\exult-1.2\gumps\Newfile_gump.cc(49): error C2039: 'isdigit' : is not a member of 'std'
g:\exult-1.2\cheat_screen.cc(369): error C2039: 'toupper' : is not a member of 'std'
g:\exult-1.2\conf\Configuration.cc(50): error C2039: 'isspace' : is not a member of 'std'
g:\exult-1.2\conf\Configuration.cc(50): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\audio\midi_drivers\fmopl.cc(616): error C2666: 'pow' : 7 overloads have similar conversions
Also, is there a usecode reference yet? For your implementation of usecode I mean?
Thanks
Joshua
G:\exult-1.2\conf\Configuration.cc(50): error C2039: 'isspace' : is not a member of 'std'
G:\exult-1.2\conf\Configuration.cc(50): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\keys.cc(45): error C2039: 'isspace' : is not a member of 'std'
g:\exult-1.2\keys.cc(45): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\gumps\Newfile_gump.cc(49): error C2873: 'isdigit' : symbol cannot be used in a using-declaration
g:\exult-1.2\gumps\Newfile_gump.cc(49): error C2039: 'isdigit' : is not a member of 'std'
g:\exult-1.2\cheat_screen.cc(369): error C2039: 'toupper' : is not a member of 'std'
g:\exult-1.2\conf\Configuration.cc(50): error C2039: 'isspace' : is not a member of 'std'
g:\exult-1.2\conf\Configuration.cc(50): error C2873: 'isspace' : symbol cannot be used in a using-declaration
g:\exult-1.2\audio\midi_drivers\fmopl.cc(616): error C2666: 'pow' : 7 overloads have similar conversions
Also, is there a usecode reference yet? For your implementation of usecode I mean?
Thanks
Joshua