Windows Vista CSTRING type undefined

Joined
Jan 14, 2009
Messages
2
Reaction score
0
I am building an win32 application on vista that using 3rd party api, and it is using CSTRING type in the header file. When I compiled my app, I got lots of compilation errors (i.e. error C4430: missing type specifier - int assumed. Note: C++ does not support default-int). I changed the project property to use MFC shared dll, but it does not help.
Anyone has solution? Appreciate it.

 
I found the solution, just include <atlstr.h> will fix it.
So it is no longer an issue for me.
 
Back
Top