On Tue, May 12, 1998 at 04:12:55PM +0800, Ming-Ching Tiew wrote:
> > In the process of trying to integrate the full SSLeay package into a
> > DLL, I was wondering if anybody on the list had already tried this.
>
> Lumping the few dlls of SSLeay into one DLL ? Why is there a need for
> this ?
Well, it's more convenient to distribute it that way. The DLL is
meant to be used in a Java application for native function support. When
I load the DLL inside the Java application I only have to add one
statement (System.loadLibrary("https")) instead of worrying if several
DLLs find each other and resolve their mutual dependencies at runtime.
Maybe I am too concerned?
> > After compiling the SSLeay-0.9 package under Win32 I get some DLLs and
> > related LIB files that the VC5 compiler won't integrate in my output
> > object.
>
> ??? Is it that the compiler complains of duplicate symbols ?
Exactly! Howd'you guess ;-) What should I do then to quiet the compiler?
In the case I finally decide to _dynamically_ link libeay32.dll and
ssleay32.dll into my DLL is there a linker switch that I am not aware
of?
> Not too long ago, Andrew Gray of Open Group Research Institute has
> created a VC DevStudio Workspace, you might just want to go ahead
> and use it in your VC project ( even though I haven't used it, ;-)
>
> I have the url info filed as http://www.opengroup.org/~agray/dev/
Thanks a lot for the pointer, this looks very interesting.
Cheers.
--
Louis-David Mitterrand
http://www.aparima.com
[EMAIL PROTECTED]
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+