This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: what is the difference of binding under gcc and M$ VC 6?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Kun Wei <weikun at caltech dot edu>, gcc-help at gcc dot gnu dot org
- Date: Wed, 31 Mar 2004 13:47:57 -0600
- Subject: Re: what is the difference of binding under gcc and M$ VC 6?
- References: <004001c41756$4bb47340$c070d783@KunDesktop8200>
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