Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Documentation » Help Topic "Installing OpenSSL"
Re: Help Topic "Installing OpenSSL" [message #39228 is a reply to message #38637] Sat, 02 March 2013 08:09 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hello,

I recently installed OpenSSL 1.01e from

http://slproweb.com/products/Win32OpenSSL.html

1. Follow the instructions. It is Installable file.

2. Install Visual C++ 2008 Redistributables. Use links from the same page. Select 32bit/64bit VC++ 2008 Redistributable as per your system.

I installed OpenSSL-32bit. On Win 7 64bit. VC++redist 64bit.

3. Add include/lib paths in U++ setup. I installed OpenSSL in "C:\OpenSSL-Win32\" folder

U++ settings
Setup->Build Methods.
For MinGW
C:\OpenSSL-Win32\lib\MinGW    -- lib folder path
C:\OpenSSL-Win32\include    -- Include folder path

For MSC10/MSC12/MSC12-64
C:\OpenSSL-Win32\lib\VC   -- lib folder path
C:\OpenSSL-Win32\include    -- Include folder path


Project->Package organizer
[B]For MSC[/B]
Select AESStream -> Libraries section
When MSC -- libeay32.lib gdi32.lib

[B]For MinGW[/B]
When WIN32 !MSC -- libeay32.a


With this setup I could compile and run Bazaar->DeEncrypter with MSC10 and MINGW both.


Warm Regards

Deepak

[Updated on: Wed, 24 September 2014 14:51]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: translations
Next Topic: Fixes to "Callback macros" documentation
Goto Forum:
  


Current Time: Tue May 21 07:07:55 CEST 2024

Total time taken to generate the page: 0.02448 seconds