> i have very very big problem to compile project with ssl_cryptlib.pas.
> when i compile project with ssl_openssl everything is o.k., but other
> project used ssl_cryptlib has problem with ssl_cryptlib.obj. this is
> one from many "obj" errors: [ILINK32 Error] Error: Unresolved external
> 'cryptInit' referenced from D:\WORK\C\RELEASE\SSL_CRYPTLIB.OBJ

I am not using C++Builder, I not know why it fails detaily. :-(

Try to add:

{$IFDEF BCB}
  {$ObjExportAll On}
{$ENDIF}

On begin of ssl_cryptlib.pas. Working now?




-- 
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to