Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > MSDOS Programmer > Re: HELP: assem...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 466 of 494
Post > Topic >>

Re: HELP: assembly & C linking woes....

by Frank Kotler <fbkotler@[EMAIL PROTECTED] > Sep 27, 2007 at 01:21 PM

Andrew Wan wrote:

....
> extern void ASMClsV();
> 
> Am trying to link using Borland C++


The "++" may be causing the compiler to "decorate" (mutilate) the name. 
I'm not sure of the exact syntax, but try something like:

extern "C" void ASMClsV();

You'll still need to call it "_ASMClsV" in the .asm file.

(dropped c.l.c. from the reply - pretty sure they don't want to hear it :)

Best,
Frank




 1 Posts in Topic:
Re: HELP: assembly & C linking woes....
Frank Kotler <fbkotler  2007-09-27 13:21:47 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue May 13 0:25:48 CDT 2008.