|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: errors again
It can be either that or an error that I have encountered. If you create a
project and ask the compiler to make the precompiled headers, when you delete
them, for whatever reason, even though you have no need for them anywhere,
the compiler still gives you the error( "MICROSOFT :(" ). I might be wrong,
but somewhere in your project settings, after you delete stdafx.h, you need
to uncheck an option saying use precompiled headers, or something like that.
Hope that helps.
DoomAddict
In a message dated 9/17/99 11:33:23 AM Eastern Daylight Time,
mo2966@pacbell.net writes:
> Subj: RE: errors again
> Date: 9/17/99 11:33:23 AM Eastern Daylight Time
> From: mo2966@pacbell.net (Matthew A. Overlund)
> Sender: gameprogrammer-owner@gameprogrammer.com
> Reply-to: <A
HREF="mailto:gameprogrammer@gameprogrammer.com">gameprogrammer@gameprogrammer.
com</A>
> To: gameprogrammer@gameprogrammer.com
>
> It means that in your project settings you have specified to use
> precompiled
> headers through a specified header file (usually stdafx.h), but have not
> included the header in all of you source (.cpp) files.
>
> -----Original Message-----
> From: gameprogrammer-owner@gameprogrammer.com
> [mailto:gameprogrammer-owner@gameprogrammer.com]On Behalf Of Robert
> Rice,Jr.
> Sent: Thursday, September 16, 1999 4:44 PM
> To: gameprogrammer@gameprogrammer.com
> Subject: errors again
>
>
> Can anyone tell me what this might mean exactly?
> fatal error C1010:unexpected end of file while looking for
> precompiled header directive
>
> =================================================================
> To SUBSCRIBE or UNSUBSCRIBE please visit
> http://gameprogrammer.com/mailinglist.html
>
> =================================================================
> To SUBSCRIBE or UNSUBSCRIBE please visit
> http://gameprogrammer.com/mailinglist.html
>
>
> ----------------------- Headers --------------------------------
> Return-Path: <gameprogrammer-owner@gameprogrammer.com>
> Received: from rly-yd03.mx.aol.com (rly-yd03.mail.aol.com [172.18.150.3])
> by air-yd05.mail.aol.com (v60.28) with ESMTP; Fri, 17 Sep 1999 11:33:23
-0400
> Received: from mail11.jump.net (mail11.jump.net [207.8.124.20]) by
rly-yd03.
> mx.aol.com (v61.9) with ESMTP; Fri, 17 Sep 1999 11:33:14 -0400
> Received: by mail11.jump.net (majordomo@localhost) (8.9.0/jump.1.11)
> id KAA12676; for gameprogrammer-out Fri, 17 Sep 1999 10:30:54 -0500
(CDT)
> Received: from mail.jump.net by mail11.jump.net ([207.8.124.18])
(8.9.0/jump.
> 1.11)
> id KAA12665; for <gameprogrammer@majordomo.jump.net> Fri, 17 Sep 1999
10:
> 30:50 -0500 (CDT)
> Received: by mail.jump.net (bobp@localhost) (8.9.1/jump.1.11)
> id KAA08221; for gameprogrammer@jump.net Fri, 17 Sep 1999 10:31:03
-0500 (
> CDT)
> Received: from mail-gw.pacbell.net by mail.jump.net (mail-gw.pacbell.net [
> 206.13.28.25]) (8.9.1/jump.1.11)
> id KAA08198; for <gameprogrammer@gameprogrammer.com> Fri, 17 Sep 1999
10:
> 31:00 -0500 (CDT)
> Received: from mail-gw.pacbell.net by mail.jump.net (mail-gw.pacbell.net [
> 206.13.28.25]) (8.9.1/jump.1.11)
> id KAA08198; for <gameprogrammer@gameprogrammer.com> Fri, 17 Sep 1999
10:
> 31:00 -0500 (CDT)
> Received: from matt (psigen.com [216.103.35.98])
> by mail-gw.pacbell.net (8.9.3/8.9.3) with SMTP id IAA01531
> for <gameprogrammer@gameprogrammer.com>; Fri, 17 Sep 1999 08:30:59 -0700 (
> PDT)
> From: "Matthew A. Overlund" <mo2966@pacbell.net>
> To: <gameprogrammer@gameprogrammer.com>
> Subject: RE: errors again
> Date: Fri, 17 Sep 1999 08:31:13 -0700
> Message-ID: <NDBBJMOJMLDIMJHKMDPEGEDGCAAA.mo2966@pacbell.net>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
> Importance: Normal
> In-reply-to: <37E180A9.52E370F7@planetkc.com>
> Sender: gameprogrammer-owner@gameprogrammer.com
> Precedence: bulk
> Reply-To: gameprogrammer@gameprogrammer.com
>
>
=================================================================
To SUBSCRIBE or UNSUBSCRIBE please visit
http://gameprogrammer.com/mailinglist.html
|
|