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
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
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
3 matches
Mail list logo