This is the mail archive of the cygwin 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]
Other format: [Raw text]

load a shared lib created using gcc/Cygwin


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/


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