| Author |
Newbie Compile problem
|
|
| Samuel Shulman 2006-05-25, 7:08 pm |
| I get the following error for each of ther cpp file in my project
c:\WINDDK\3790.1830\src\setup\devcon\dump.cpp(1176): fatal error C1010:
unexpected end of file while looking for precompiled header directive
Why?
Thank u,
Samuel
| |
| Steve Alpert 2006-05-25, 7:08 pm |
| precompiled headers look in your file for #include <stdafx.h> and ignore
EVERYTHING before it. Try turning OFF the use of precompiled headers.
/steveA
Samuel Shulman wrote:
> I get the following error for each of ther cpp file in my project
> c:\WINDDK\3790.1830\src\setup\devcon\dump.cpp(1176): fatal error C1010:
> unexpected end of file while looking for precompiled header directive
>
> Why?
>
> Thank u,
> Samuel
>
>
--
Steve Alpert
my email fgrir.nycreg @ tr.pbz is encrypted with ROT13 (www.rot13.org) and spaces
| |
| Samuel Shulman 2006-05-25, 7:08 pm |
| And I do I do that?
"Steve Alpert" <sra@newsgroups.nospam> wrote in message
news:O8tACeBgGHA.2040@TK2MSFTNGP03.phx.gbl...
> precompiled headers look in your file for #include <stdafx.h> and ignore
> EVERYTHING before it. Try turning OFF the use of precompiled headers.
>
> /steveA
>
> Samuel Shulman wrote:
>
>
> --
> Steve Alpert
> my email fgrir.nycreg @ tr.pbz is encrypted with ROT13 (www.rot13.org) and
> spaces
>
| |
| Jim Langston 2006-05-25, 7:08 pm |
| ( rearranged message to proper order )
"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:uUW9alBgGHA.3860@TK2MSFTNGP02.phx.gbl...
> "Steve Alpert" <sra@newsgroups.nospam> wrote in message
> news:O8tACeBgGHA.2040@TK2MSFTNGP03.phx.gbl...
[color=darkred]
[color=darkred]
> And I do I do that?
project -> xxx properties -> C/C++ -> Precompiled Headers -> Not using
precompiled headers
| |
| Samuel Shulman 2006-05-25, 7:08 pm |
| Thank you
"Jim Langston" <tazmaster@rocketmail.com> wrote in message
news:caldg.1473$m61.431@fe05.lga...
>( rearranged message to proper order )
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:uUW9alBgGHA.3860@TK2MSFTNGP02.phx.gbl...
>
>
>
> project -> xxx properties -> C/C++ -> Precompiled Headers -> Not using
> precompiled headers
>
|
|
|
|