load a shared lib created using gcc/Cygwin

Yu-Cheng Chou cycchou@ucdavis.edu
Thu Jun 30 21:40:00 GMT 2005


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/



More information about the Cygwin mailing list