From: a2o1 AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Exported Assembly Functions Date: Sun, 25 Apr 1999 01:31:21 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 21 Message-ID: <7ftr9a$3mf$1@nnrp1.dejanews.com> References: <7ft0nf$e0a$1 AT nnrp1 DOT dejanews DOT com> <199904242118 DOT RAA28381 AT envy DOT delorie DOT com> NNTP-Posting-Host: 209.103.53.35 X-Article-Creation-Date: Sun Apr 25 01:31:21 1999 GMT X-Http-User-Agent: Mozilla/4.51 [en] (Win95; I) X-Http-Proxy: 1.0 x11.dejanews.com:80 (Squid/1.1.22) for client 209.103.53.35 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <199904242118 DOT RAA28381 AT envy DOT delorie DOT com>, djgpp AT delorie DOT com wrote: > > > 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 ... > ^^^^^^^^^^ Well no, but I changed it, and recompiled it and it still gives me the same error. Note that I want to use the bitmap.cc and assembly.asm files in a much larger project. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own