Can a shared library mylib.dll built using gcc -shared -o mylib.dll file.c be loaded dynamically at run time by function LoadLibrary("mylib.dll") in an application built using Visual C++ or .NET? I tried it in Windows XP with the latest version of gcc/Cygwin, the application will hang at LoadLibrary("mylib.dll").
Does anybody have the same problem and have a solution? Thanks. -- 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/