hi, i'm trying to add some code to the chromium code base and when i try to compile it i get these errors:
3>MyFile.cpp 3>C:\Program Files\Microsoft Visual Studio 8\VC\include\cstddef(18) : error C2039: 'ptrdiff_t' : is not a member of '`global namespace'' 3>C:\Program Files\Microsoft Visual Studio 8\VC\include\cstddef(18) : error C2873: 'ptrdiff_t' : symbol cannot be used in a using-declaration 3>C:\Program Files\Microsoft Visual Studio 8\VC\include\exception(230) : error C3083: 'stdext': the symbol to the left of a '::' must be a type 3>C:\Program Files\Microsoft Visual Studio 8\VC\include\exception(230) : error C2039: 'exception' : is not a member of '`global namespace'' (and ~100 more of these) now i'm pretty sure the standard header files are fine. so what exactly is the problem? and what are the possible solutions? thanks, dumi --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
