Re: Load dll in VC

2006-06-23 Thread Brian Dessent
cxf wrote: > I have a standard dll file CYGCRYPTO-0.9.8.DLL. Using the VC tool > "depends",I can see that this dll file depends on cygwin1.dll.when I > load the file CYGCRYPTO-0.9.8.DLL in VC,the program is stoped,I don't > know why.I do the following in VC: > LoadLibrary("CYGCRYPTO-0.9.8.

Load dll in VC

2006-06-22 Thread cxf
I have a standard dll file CYGCRYPTO-0.9.8.DLL. Using the VC tool "depends",I can see that this dll file depends on cygwin1.dll.when I load the file CYGCRYPTO-0.9.8.DLL in VC,the program is stoped,I don't know why.I do the following in VC: LoadLibrary("CYGCRYPTO-0.9.8.DLL"); (cygwin1.d