From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: Why cant i get DJGPP calling Nasm routines Date: Sun, 11 Jun 2000 20:32:37 -0400 Organization: MindSpring Enterprises Lines: 33 Message-ID: <8i1bg1$r9u$1@slb6.atl.mindspring.net> References: <01W05.1321$X6 DOT 161402 AT news1 DOT dbsch1 DOT nb DOT nl DOT home DOT com> NNTP-Posting-Host: 04.30.99.73 X-Server-Date: 12 Jun 2000 00:39:29 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Riox92" wrote in message news:01W05.1321$X6 DOT 161402 AT news1 DOT dbsch1 DOT nb DOT nl DOT home DOT com... > whatever i do.. Ill keep the same message. "Undifines reference to....." > > GLOBAL labelname in nasm source > It should be _labelname in the nasm source. > void labelname(); in .H file > > labelname(); in the .C file. > > > > > This is my first time posting in a NewsGroup.. please Help me...Im busy with > this for 2 weeks...(and sick of it) > Im new with NASM and would love to optimize my own routines.. > > Please can someone help me out with a small source or what ever.. As long as > files are .C and not .CPP > > Thanks... > > Holger Thiebosch > > >