When I compile the i386 Windows version of vbam in visual C++ 2008 express I get these errors
Code: Select all
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\mfc\afxwin1.inl(1034) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\mfc\afxwin1.inl(1036) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Edit: It only shows this when I'm compiling the VBAM project all of the others work.
Anyone know how to fix this?