Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!maverick.ksu.ksu.edu!hoss!fergvax!231b3679 From: 231b3679@fergvax.unl.edu (Mike Gleason) Newsgroups: comp.sys.mac.programmer Subject: Re: Stealth Think C header file attack? Message-ID: <231b3679.666317455@fergvax> Date: 12 Feb 91 00:10:55 GMT References: <7832.27b32be5@zeus.unomaha.edu> Sender: news@hoss.unl.edu (Network News Administer) Organization: University of Nebraska - Lincoln Lines: 7 The trick is that you don't add the headers to your project file. You simply put the #include statments in your .c code, which you do add. Make sure that your custom headers are some place where ThC can find them, like in the same folder as your project file. If you #include "stdio.h", ThC should find it OK because it should be in Think C's folder tree. _mike