Newsgroups: comp.os.msdos.djgpp From: ma6djh AT bath DOT ac DOT uk (D J Hampson) Subject: C++ and Assembler Content-Type: text/plain; charset=us-ascii Organization: School of Mathematical Sciences, University of Bath, UK Message-ID: Mime-Version: 1.0 Date: Sun, 27 Apr 1997 18:17:53 GMT Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've just realised that when you compile C++ it gives functions different names like _MyFunc_Fss (ss standing for short short), rather than just _MyFunc. This makes sense for overloading and stuff, but doesn't it mean that C++ is incompatible with Assembler built for C? If I put MyFunc(short,short) in C, and then _MyFunc in Asm, how do I make it compile correctly under C and C++? (How do I make C++ look for a function called _MyFunc rather than _MyFunc_Fss?) -- David Hampson e-mail : ma6djh AT bath DOT ac DOT uk Uni Page : http://www.bath.ac.uk/~ma6djh/