Newsgroups: ut.cdf.csc270h From: [removed for anonymity, with thanks to the student who posted] Subject: Re: Working at home Date: Tue, 23 Jan 2001 08:55:49 GMT Here are the steps that I use to setup a C project with CodeWarrior: 1) Install the C component of CodeWarrior. The "Academic Install" is enough. Takes approximately 50 megs. 2) Click on New. Click on the Project tab. Choose "Win32 C/C++ Application Stationery" 3) Under New Project, choose "C Console App". Once the project is up and running, 4) Go to Edit -> Preferences -> Editor -> Editor Settings and set "Default text file format" to Unix. 5) Go to Edit -> C Console App Debug Settings -> Language Settings. Under C/C++ Languages, select the following: Don't reuse string, Require function prototype, ANSI strict, ANSI keywords only, Expand trigraphs, Use Unsigned chars. Under C/C++ Warnings, select everything except the last two. There, that's all. These may not be the best settings, but they work for me anyway. Also, when I FTP my .c files to my Unix account, the files compile and run with no problem at all. Hope this helps! :-)