Re: precompiled headers

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Mihajlo Cvetanovic (mac_at_RnEeMtOsVeEt.co.yu)
Date: 01/03/05


Date: Mon, 03 Jan 2005 12:01:08 +0100

dt wrote:
> i've tried setting them all to 'not using precompiled headers' but i get a
> ton of errors mostly in gl.h and a couple in vector.cpp which say 'identifier
> not found' even though it's with regards to a variable that i defined in the
> vector class in vector.h. Including windows.h in the files that use gl (main
> and polygon) gets rid of the gl.h errors but keeps those vector errors that i
> mentioned. Any ideas?? this is very frustrating and any help would be much
> appreciated...thanks!

Look for the first error that compiler gives to you. When you fix it
other error will probably disappear. Look in Output window, it's better
than ToDo window. If you're stuck post here the contents of Output
window (especially the first error).



Relevant Pages

  • Linus 2.6.23-rc1
    ... Ok, right on time, two weeks afetr 2.6.22, there's a 2.6.23-rc1 out there. ... And it has a *ton* of changes as usual for the merge window, ... And virtualization all ...
    (Linux-Kernel)
  • RE: Debugging messages in Output window
    ... As for the "Redirect all Output window text to the Immediate window" option ... will be redirected(or some messages print through standard debugger API). ...
    (microsoft.public.vsnet.debugging)
  • RE: Output Window
    ... to create a console applicaiton for each Exercise, ... Public Sub DirFiles() ... I'd like to clear the Output window of any previous output. ... Is there a way to clear previous output text in the Output Window? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Interop Question with Unmanaged C++
    ... You have to enable umanaged debugging in the debug properties of your ... |I have both an unmanaged DLL written in C++, ... in my Output window I don't see any ...
    (microsoft.public.dotnet.languages.csharp)
  • Interop Question with Unmanaged C++
    ... I have both an unmanaged DLL written in C++, ... in my Output window I don't see any ... because I change change the value that gets returned in my C++ code, ...
    (microsoft.public.dotnet.languages.csharp)