From: wmcgugan AT netcomuk DOT co DOT uk (William McGugan) Newsgroups: comp.os.msdos.djgpp Subject: Problem interfacing DJGPP with nasm. Date: Sun, 13 Apr 1997 21:26:36 GMT Organization: None. (via NETCOM Internet Ltd. USENET service). Lines: 23 Message-ID: <33514d69.222171@nntp.netcomuk.co.uk> NNTP-Posting-Host: dialup-17-54.netcomuk.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am having trouble interfacing a NASM assembler function with DJGPP. Im a recent convert from Turbo C++ and Tasm so I may have missed something. I have this prototype in C: extern void do_stars(void *screen, int no_of_stars, int *star_data, int *matrix); and these lines in the assembler file: [GLOBAL _do_stars__FPviPiPi] _do_stars__FPviPiPi: I have other assembler functions that link ok, so what have I done wrong here? Thanks.. William McGugan http://www.netcomuk.co.uk/~wmcgugan