Date: Tue, 3 May 94 09:55:11 -0400 From: dj AT ctron DOT com (DJ Delorie) To: wymanm AT cork DOT cig DOT mot DOT com, \ Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Problem with GAS :) > Anyone know how to get it to recognize _SetPalette without renaming > _SetPalette to _SetPalette__FlllPc? In the C++ file, use extern "C" SetPalette(long, long, long, char *); You need to do this to call C functions as well.