This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: using VC++ libs with gnuwin g++ ?


> I tried to link my gnuwin-generated .o files with static tcl/tk libs that I
> compiled with VC 5.0.

Name mangling (among other things) is not consistent between C++ compilers.
The only way I know of to share information between them is to use "extern C"
interfaces and dynamically link.

 Paul Prescod

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]