Can i resolve the name mangling issue by adding the extern "C" declaration for every function that I'm exporting in the MSVC created DLL. I tried this but doesn't seem to work.Is there any other way to do this. Thanks john
--- "Billinghurst, David (CALCRTS)" <[EMAIL PROTECTED]> wrote: > > From: john george > > > > I'm trying to link a MSVC++ created DLL with a > cygwin > > application. > > > > ... > > > > This gives me undefined refernce to function name > ... > > > > Is there anything that I'm missing? > > The g++ and MSVC++ mangle C++ names differently. > This makes > it very difficult (perhaps impossible) to link a > MSVC++ > created DLL with a g++ compiled (cygwin or mingw) > application. > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: > http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/