Re: precompiled headers
From: Mihajlo Cvetanovic (mac_at_RnEeMtOsVeEt.co.yu)
Date: 01/03/05
- Next message: Bernd Muent: "Starting Word or Excel application via COM"
- Previous message: dt: "precompiled headers"
- In reply to: dt: "precompiled headers"
- Messages sorted by: [ date ] [ thread ]
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).
- Next message: Bernd Muent: "Starting Word or Excel application via COM"
- Previous message: dt: "precompiled headers"
- In reply to: dt: "precompiled headers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|