Path: chuka.playstation.co.uk!scea!sofboy.cs.uchicago.edu!user From: thomas@cs.uchicago.edu (Robb Thomas) Newsgroups: scea.yaroze.programming.codewarrior Subject: Help using GameCode Converter Date: Wed, 15 Oct 1997 01:02:08 -0500 Organization: University of Chicago Lines: 20 Message-ID: NNTP-Posting-Host: sofboy.cs.uchicago.edu I'm having problems using the GameCode Converter. I've created a file called "brick.gc" with the following code: load_image("Bricks.PICT"); save_image_tim("tile6.tim", 0, 0, 0, 0, false); I added it to my NY Project, selected it, and then selected Compile from the Project menu. I get the following error: Error : Unknown command: load brick.gc line 1 load_image("Bricks.PICT"); I also tried creating a "New Empty" project rather than a "Net Yaroze C" project, but I got the same error. It seems like the CW isn't using the GC Converter at all. How do I get CW to use the right compiler? --Robb Thomas