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
int64_t
u_int16_t
u_int8_t
etc. After a bit of googling I figured out they are added in C99? It is a fact that other developers before me has managed to compile it using VC. I'm using VC 10 though.
The project has been dead for a few years, so I cannot contact the author.
Thanks!