Compiling error rev 1012

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Post Reply
odyssey335
Junior Member
Posts: 3
Joined: Sun Aug 22, 2010 5:42 pm

Compiling error rev 1012

Post by odyssey335 »

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?

Last edited by odyssey335 on Sun Apr 03, 2011 6:55 pm, edited 1 time in total.
Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Compiling error rev 1012

Post by Squall Leonhart »

that SDK is not supported.

odyssey335
Junior Member
Posts: 3
Joined: Sun Aug 22, 2010 5:42 pm

Compiling error rev 1012

Post by odyssey335 »

Alright, then which file should it be using? I removed that SDK from my VC++ directories and now it can't find afxwin.h and the one included in the SDK seems to be the only one on my HDD.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Compiling error rev 1012

Post by Squall Leonhart »

um, are you trying to use VC Express?

 

Express is unsupported, VBA-M needs the MFC libraries which are only present in full versions of MSVS

Post Reply