Re: what is the difference of binding under gcc and M$ VC 6?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Kun,

You have a MSVC++ problem.

This really isn't the appropriate forum for MSVC++ issues. (I don't mind. But some folks on this forum may have less favorable opinion of Microsoft and/or VC++.)

Check your MSVC++ compile and link options very carefully. Make sure you are not pre-binding the routines. Make sure your mangled names are the same in the two source files (which will assure they have the same calling convention). Make sure you are using "separate functions for linker".

Good luck,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux