Thread: Building podbot
View Single Post
Building podbot
Old
  (#1)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Building podbot - 13-09-2006

I downloaded the PODBot mm SDk from the file base and have everything setup correctly with all of the include paths.
When I build I get this error.

bot.cpp
C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>


It is as if the project thinks it needs MFC but none of the setting in the project file tell it this. In fact the project says specifically to not include MFC.

Anyone run into this and know why the default build of the PODBot mm SDk fails?

I have replaced the podbot source files with the ones from podbot_mm_src_v3B15.zip.
And I am building with vc6.0


tx

Last edited by Austin; 14-09-2006 at 01:02..
  
Reply With Quote