On Sat, Feb 12, 2011 at 11:46:47AM +0900, Hosoi wrote: >It wants to compile DLL of a certain open source with Cygwin and to use >it with VC. Because the compilation doesn't pass, it should be Cygwin >in MSYS. > >However, when the one that test DLL was compiled with Cygwin is used >with VC, it freezes it with LoadLibrary. > >Please teach the method of using DLL compiled with Cygwin in >VC(VS2008).
You really can't use Cygwin via LoadLibrary without quite a bit of extra work. However: http://www.cygwin.com/faq/faq.programming.html#faq.programming.msvs-mingw cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple