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.
Anyone has solution? Appreciate it.