Path: chuka.playstation.co.uk!news From: "Jon Prestidge (alias Moose)" Newsgroups: scee.yaroze.programming.codewarrior Subject: include files, do not include them in project window Date: 19 May 1997 12:59:40 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 13 Message-ID: <01bc6455$24247ca0$LocalHost@default> NNTP-Posting-Host: client86b9.globalnet.co.uk X-Newsreader: Microsoft Internet News 4.70.1155 I know no-one else is likely to do something quite as stoo-oo-pid as what I was trying to do last week but just incase here's what not to do... Do not list your include files as part of your project in the project window - nomatter which group. Dispite the files having the standard file extension (.h) for these files, the compiler tries to compile them, and not just syntax check them, as I had expected. I spent an unhappy day trying to work-out what the compiler errors were trying to tell me before finally realising what I had done wrong. The obvious exception to this ofcourse is the NY header file. Jon