From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: 3rd Try: Maybe an asm problem? (Problems linking) Date: Sat, 29 Apr 2000 10:33:54 +0200 Organization: NetVision Israel Lines: 13 Message-ID: <390A9E72.CF8F0120@is.elta.co.il> References: <39096460 DOT 1D069B39 AT pop DOT gis DOT net> <390969a0 DOT 9237112 AT news DOT freeserve DOT net> <3909DAFE DOT CADFC30F AT pop DOT gis DOT net> <3909ed43 DOT 42944527 AT news DOT freeserve DOT net> <390A00EE DOT 695124 AT pop DOT gis DOT net> NNTP-Posting-Host: ras1-p56.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 956993622 29608 62.0.172.58 (29 Apr 2000 07:33:42 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 29 Apr 2000 07:33:42 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Joseph Rose wrote: > > > Looking at your other post, however, your problem may be elsewhere. > > The prototypes for your asm functions need to be wrapped in > > extern "C" {} if you're using C++, unless you've taken name-mangling > > into account in your asm file. > > > > I'll try that. If name-mangling is more than "_" at the beginning of > the name, then I don't know about it. Sounds like you could benefit from reading section 17.4 of the DJGPP FAQ list.