Re: I want to use DLL compiled with Cygwin with VC(VS2008).

2011-02-19 Thread Jason Curl
On 14/02/2011 05:03, Y.Hosoi wrote: Thank you. However, it did not move well. If test.dll is done in LoadLibrary, Access Violation is generated. Are you still amused something? [main source code] #include "stdafx.h" #include "windows.h" #ifdef __cplusplus extern "C"{ #endif typedef int (*

Re[2]: I want to use DLL compiled with Cygwin with VC(VS2008).

2011-02-13 Thread Y.Hosoi
Thank you. However, it did not move well. If test.dll is done in LoadLibrary, Access Violation is generated. Are you still amused something? [main source code] #include "stdafx.h" #include "windows.h" #ifdef __cplusplus extern "C"{ #endif typedef int (*TFUNC)(void); typedef void (*Tinit

Re: I want to use DLL compiled with Cygwin with VC(VS2008).

2011-02-11 Thread Christopher Faylor
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 free

I want to use DLL compiled with Cygwin with VC(VS2008).

2011-02-11 Thread Hosoi
Hi. 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 o