visual-c++-2010

VC++ 10 complains that alot of types are not defined, C99

Hi, I'm trying to compile an open source project I downloaded, apparently written in VC++ 7.1. After alot of trouble, being novice at C++, I managed to download and fix includes for STLPort that the project uses. However, I get something like 15000 errors that complains that certain types are not defined. A few of them are: u_int32_t ...