From: "Ilari Kaartinen" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling with external assembly files Date: Tue, 28 Mar 2000 19:03:20 +0300 Organization: Tampere Telephone Plc Lines: 19 Message-ID: <8bqkil$pd5$1@news.koti.tpo.fi> References: <38DD15E3 DOT BD51AB28 AT hotmail DOT com> NNTP-Posting-Host: s.kurvi.phpoint.net X-Trace: news.koti.tpo.fi 954258837 26021 212.246.13.20 (28 Mar 2000 15:53:57 GMT) X-Complaints-To: abuse AT tpo DOT fi NNTP-Posting-Date: 28 Mar 2000 15:53:57 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > If I'm not mistaken, the proper way to write functions in external > assembly is to precede the name with an underscore, like "_myFunction:", > which I have done right. So what's my problem?? Yes, but cpp uses a different way because the overriding of functions... so: void myFunction(int,int) would be _myFunction_i_i -- - Ilari http://www.mantta.fi/~ililka/