[gameprogrammer] Re: (no subject)
- From: Łukasz Pasek <lukasz.pasek@xxxxxxxxxxx>
- To: <gameprogrammer@xxxxxxxxxxxxx>
- Date: Thu, 2 Jul 2009 02:06:53 +0200
This file what you had mentioned before is surely a precompiled header.
I have to use a wikipedia description, case my english doesn't let me to
describe it clear (sorry) :
"stdafx.h
stdafx.h is a file, generated by Microsoft Visual Studio IDE wizards, that
describes both standard system and project specific include files that are used
frequently but hardly ever changed.
Compatible compilers (for example, Visual C++ 6.0 and newer) will pre-compile
this file to reduce overall compile times. Visual C++ will not compile anything
before the #include "stdafx.h" in the source file, unless the compile option
/Yu'stdafx.h' is unchecked (by default); it assumes all code in the source up
to and including that line is already compiled.
The AFX in stdafx.h stands for Application Framework eXtensions. AFX was the
original abbreviation for the Microsoft Foundation Classes
(MFC). Optionally, Visual Studio projects may avoid pre-compiled
headers, as well as they may specify an alternative name (though stdafx.h is
used by default)."
> Date: Wed, 1 Jul 2009 19:58:11 -0400
> CC:
> To: gameprogrammer@xxxxxxxxxxxxx
> From: me@xxxxxxxxxxxxxxxxx
> Subject: [gameprogrammer] Re: (no subject)
>
> Precompiled headers was unchecked. same error...I think ill try reinstalling
> and all.
>
>
> -Julian
>
> -----Original Message-----
> From: "Alan Wolfe" [alan.wolfe@xxxxxxxxx]
> Date: 07/01/2009 07:04 PM
> To: gameprogrammer@xxxxxxxxxxxxx
> Subject: Re: [gameprogrammer] Re: (no subject)
>
> It sounds like Lukasz has the right answer, id go with his solution. I doubt
> re-installing will do much, it really just sounds like you need to turn off
> precompiled headers during the project creation wizard.
>
> On Wed, Jul 1, 2009 at 3:51 PM, Dominic McDonnell <telarau@xxxxxxxxxxxx>
> wrote:
>
> Well you arent doing anything wrong.
> I would suggest uninstalling and redownloading visual studio express. There
> is obviously something wrong with it.
>
> Dominic McDonnell
>
>
>
>
> ----- Original Message ----
> From: Julian Stanley <me@xxxxxxxxxxxxxxxxx>
> To: gameprogrammer@xxxxxxxxxxxxx
> Sent: Thursday, 2 July, 2009 5:58:47 AM
> Subject: [gameprogrammer] (no subject)
>
> Hey again,
>
> Ok here is exactly what I do:
>
> New project- win32 console
>
> then the wizard pops up, and I do next and then check empty project
>
> Next I do new- file
>
> then click .cpp file, and type away
>
> And i tried building it, it gave me the same error.
>
>
> -Julian
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>
>
>
>
> ____________________________________________________________________________________
> Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
> Show me how: http://au.mobile.yahoo.com/mail
>
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>
>
>
>
>
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>
_________________________________________________________________
Używasz Messengera? Korzystasz także z Windows Live. Dowiedz się więcej.
http://www.microsoft.com/windows/windowslive
Other related posts: