Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 14:41

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Compiling codes under Borland C++ Builder
PostPosted: 12 Sep 2009 15:39 

Joined: 31 Aug 2009 16:51
Posts: 5
can u give me a little hints or tips about compiling codes (digsbypwd.c) under Borland C++ Builder 5.x/6.x i dont know how to compile and ssl seems to be missing, i downloaded it but i dunno what else to do :S
thats it right http://www.openssl.org/source/openssl-0.9.6c.tar.gz ?

cheers; thanks


Top
 Profile  
 
 
 Post subject: Re: Compiling codes under Borland C++ Builder
PostPosted: 12 Sep 2009 15:50 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
eh eh eh you don't need to compile the whole ssl library :)

download the ssl library from http://www.slproweb.com/products/Win32OpenSSL.html
and then I "guess" that the compiling command should be:
Code:
bcc32 -Iinclude -Llib -DWIN32 file.c -lcrypto
or
bcc32 -Iinclude -Llib -DWIN32 file.c c:\libeay32.lib
anyway follow the guidelines and the manual of that specific compiler for the correct linking of the program with the ssl library


Top
 Profile  
 
 Post subject: Re: Compiling codes under Borland C++ Builder
PostPosted: 12 Sep 2009 19:26 

Joined: 31 Aug 2009 16:51
Posts: 5
thank u :D
worked like a charm :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: