Hey, there. Back once again. Has anyone else run into problems compiling the last 10 builds or so with MVSC 05? I'm getting 2 errors stopping the compilation from module "resinit.c" :
483 error C2275: 'CharHashTable_HashTable' : illegal use of this type as an expression 484 error C2065: 'map' : undeclared unidentifier
If anyone has seen this, let me know.
If it's just another issue with MSVC, then I'm just going to go the mingw route from now on. Too many problems.
We've only ever done our own Windows-native builds on MSVC6 or recent versions of Visual Studio Express. That said, if that's the *only* place you're getting the error, it sounds like some header is out of date. This is particularly suspicious since a failure to find the "map" field in ResourceIndex should break *everyone*.
Does VS05 do precompiled headers? If so, does a Clean All/Rebuild All make it go away?
After a more thorough check by the rest of coredev, this is due to some C99-isms creeping in, and should be fixed in the next snapshot.
« Last Edit: May 19, 2008, 11:35:04 pm by Michael Martin »