This tutorial will guide you on how to compile and install OpenSSL on 64bit Windows. In case you are looking for how to compile and build on 32 bit Windows, you may visit to the following page Compiling and Installing OpenSSL for 32 bit Windows to get more information....
[ Click to Continue ]Category "Windows"
Ever need to build your project in command based environment instead of using MS Visual Studio IDE? Here are the tips that you help you on this matter in case you are still trying to resolve the problem encounter whenever you want to build x64 based project using command line....
[ Click to Continue ]If you’ve noticed that your BHO or toolbar is not working anymore with IE11 on Win 8, or perhaps, if you’ve observed the similar popup message as following:...
[ Click to Continue ]The following tutorial will demonstrate how to create a C# sample program to identify if the images are identical or different. Indeed, comparing images is really easy by using C#....
[ Click to Continue ]You might look for a file download solution so that you can create a software downloader or updater for you application. In this tutorial, i’ll show you how this can be done by using of C++....
[ Click to Continue ]What is OpenSSL? @Wikipedia: “OpenSSL is an open-source implementation of the SSL and TLS protocols. The core library, written in the C programming language, implements the basic cryptographic functions and provides various utility functions.” Enough for the explanation of OpenSSL. 🙂 Let’s go for the real tutorial on how you can install OpenSSL into you......
[ Click to Continue ]A function is extensible if it’s being defined as virtual in the base class. When a derived class inherits from a base class, that means both classes may refer to either derived class type or base class type. Under such circumstances, how are you going to tell the compiler which class type you are referring......
[ Click to Continue ]Earlier version of Windows (Windows 95, Windows 98, Windows ME) are all running as a single user desktop operating system and thus access control is unnecessary. However, start from Windows NT, following with Windows 2000, Windows XP, Windows Vista, Windows 7, Windows Server 2003, and Windows Server 2008, are all use a system of access......
[ Click to Continue ]It’s common that user will call CreateProcess() or ShellExecute() in order to execute external program from visual C++ project. But what make both different in term of security?...
[ Click to Continue ]Feel bored with the original Windows 7 logon screen wallpaper? Let’s try to change it to your preferred image with just a few simple steps . WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows. Always make a backup of the Windows Registry before you modify any settings.......
[ Click to Continue ]
Compiling and Installing OpenSSL on 64 bit Windows