Welcome, Guest. Please login or register.

Author Topic: WinUAE compilation : oh my God !  (Read 2351 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: WinUAE compilation : oh my God !
« on: January 01, 2007, 05:26:28 PM »
stdafx.h is one of the "warts" of the Microsoft Visual C++ compiler.  It appears whenever you start a new project.  It only turns on the full ANSI/ISO standards when compiling code not previously compiled by Visual C++.  I wonder if you'd run into the same problems if you tried compiling it with MinGW compiler under the DevC++ or Code::Blocks IDE instead.  Does the source documentation say anything about what version of Visual C++ it has been compiled with?