RE: Re: cURL + OpenSSL + DLL + COM + Visual C++ ...

2000-03-16 Thread marcel-za . bucher
> Thanks a lot! I didn't have these lib files at all, since they're not > part of the Windows distribution of OpenSSL. But I found out that > I can create them with LIB.EXE using commandlines like these: > > lib /DEF:libssl32.dll > lib /DEF:libeay32.dll > > But the linker still complains about t

Re: cURL + OpenSSL + DLL + COM + Visual C++ ...

2000-03-16 Thread Johhny Andersen
[EMAIL PROTECTED] wrote: > > I've compiled a libcurl.lib with Visual C++ which > > is supposed to link with OpenSSL. When I compile > > the COM object and link with libcurl.lib, I get > > a lot of complaints from the compiler about undefined > > symbols, almost all starting with SSL_ - so I guess