Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- From: "Bruno van Dooren [MVP VC++]" <bruno_nos_pam_van_dooren@xxxxxxxxxxx>
- Date: Fri, 20 Oct 2006 17:27:44 +0200
Console selected. Another question I have is why do I need stdafx.h?
You don't need stdafx.h, but that compiler is preset to expect
precompiled headers.
I'ld suggest disabling precompiled headers in the project settings
altogether.
Why?
Precompiled headers can speed up compilation times of even small projects by
a factor of 10 or more if you include large headers like windows.h.
For large projects it can mean compilation times of 10s of seconds vs tens
of minutes.
--
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@xxxxxxxxxxx
Remove only "_nos_pam"
.
- Follow-Ups:
- Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- From: Victor Bazarov
- Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- References:
- Pls--Need help with Hellow World! with MS Visual C++ 6.0
- From: Phisherman
- Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- From: pj_hern
- Pls--Need help with Hellow World! with MS Visual C++ 6.0
- Prev by Date: Re: transmitFile() function
- Next by Date: Re: about stderr
- Previous by thread: Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- Next by thread: Re: Pls--Need help with Hellow World! with MS Visual C++ 6.0
- Index(es):
Relevant Pages
|