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 #40726 is a reply to message #39228] Tue, 10 September 2013 17:14 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3362
Registered: August 2008
Senior Veteran
deep wrote on Sat, 02 March 2013 08:09

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
C:\OpenSSL-Win32\lib   -- 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.

Thank you deep. It works great!


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: translations
Next Topic: Fixes to "Callback macros" documentation
Goto Forum:
  


Current Time: Sat May 18 15:42:09 CEST 2024

Total time taken to generate the page: 0.02306 seconds