Date: Sat, 24 Apr 1999 17:18:44 -0400 Message-Id: <199904242118.RAA28381@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <7ft0nf$e0a$1@nnrp1.dejanews.com> (a2o1@my-dejanews.com) Subject: Re: Exported Assembly Functions References: <7ft0nf$e0a$1 AT nnrp1 DOT dejanews DOT com> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > undefined reference to `DrawBitmap(unsigned int, unsigned int, uns igned char > *, unsigned char *, unsigned int)' > > Why does it give me this problem now??? Did you declare it like this? extern "C" int DrawBitmap ... ^^^^^^^^^^