[fpc-pascal] Re: access violation somehow related to dlopen'ing libssl
Michael Van Canneyt
michael at freepascal.org
Fri Jul 2 17:25:24 CEST 2010
On Fri, 2 Jul 2010, Seth Grover wrote:
> Whoa... I discovered that simply adding "dynlibs" to the interface
> uses clause of ssl_openssl_lib causes the crash to go away and
> everything to work fine.
>
> After further experimentation, if I put "dynlibs" in the uses clause
> of ssl_openssl_lib prior to "Classes", it still crashes. If I add it
> after "Classes", the crash goes away.
>
> Not sure what that means...
If 'sysutils' is somewhere included (I assume it is) it means that a
different loadlibrary function is called.
Michael.
More information about the fpc-pascal
mailing list