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]

problems linking g++-generated dlls with VC++ applications



I have a C++ application in Visual C++ that I need to link with a C++
dll that is compiled with g++ (is this even possible?).  The application
only uses extern "C" functions of the dll, so the name mangling
differences are not an issue.  What is an issue, however, is that the
dll has some global objects whose initialization does not happen when
the dll is loaded (I built a small testcase to verify that) by the VC++
application, whereas g++/cygwin applications that link against the this
dll are fine.

Is this a bug, or a known misfeature?  Any suggestions or workarounds?
Do I need to do anything special in DllMain?  Can I make some explicit
calls to ensure proper initialization?

Thanks in advance,

Marat.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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