This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]