From: Nassim Bouayad Newsgroups: comp.os.msdos.djgpp Subject: Djgpp with nasm Problem Date: Thu, 28 Oct 1999 17:57:27 +0200 Organization: N/A Lines: 14 Message-ID: <38187267.4D01@wanadoo.fr> NNTP-Posting-Host: annecy-12-222.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 941475457 6688 164.138.56.222 (1 Nov 1999 16:57:37 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 1 Nov 1999 16:57:37 GMT X-Mailer: Mozilla 3.04Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi,I have problrem for arguments with nasm,I have a function that is writed with nasm,but when I compile it,the compiler mamke an error: undefinied reference to LoadPcx(char *,char *) Here are the declarations : For C++ file : extern int LoadPcx(char *,char *); [...] For ASM file: [GLOBAL _LoadPcx__FPcPc] [...] _LoadPcx__FPcPc:[...] All my other functions work. Please help me, Thanks,