Re: How to load openssl library in VC

2006-07-05 Thread Larry Hall (Cygwin)
cxf wrote: > Hi,all: > I want load the library cygcrypto-0.9.8.dll dynamicly,so I write the > program following the Cgywin FAQ "How do I use cygwin1.dll with Visual > Studio or MinGW?" The program is: > > >typedef void (FAR __cdecl *init)(); > >init x; >BYTE buffer[6]; >HI

How to load openssl library in VC

2006-07-04 Thread cxf
Hi,all: I want load the library cygcrypto-0.9.8.dll dynamicly,so I write the program following the Cgywin FAQ "How do I use cygwin1.dll with Visual Studio or MinGW?" The program is: typedef void (FAR __cdecl *init)(); init x; BYTE buffer[6]; HINSTANCE dllInstance; HINSTAN

How to load openssl library in VC

2006-07-04 Thread cxf
Hi,all: I want load the library cygcrypto-0.9.8.dll dynamicly,so I write the program following the Cgywin FAQ "How do I use cygwin1.dll with Visual Studio or MinGW?" The program is: typedef int (FAR __cdecl *init)(); init x; BYTE buffer[6]; HINSTANCE dllInstance; HINST