|
-
Sep 14th, 2001, 05:29 PM
#2
Monday Morning Lunatic
The standard form of C name mangling (for the __cdecl ("C Calling Convention") calling convention, which is usually the default, unless you changed your project settings) is simply to prepend an underscore.
Interoperability between C and C++ means that the names sometimes get a bit messed up, so nobody knows what works and what doesn't. Basically, just use whichever one works - it'll resolve to the same code in the library.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|