Category: Installers
A run-through on how to create a editable MFC List Control by making the CListCtrl editable.Visual Studio 2010 project downloadable from here.Much of the credit for this must go to …
BackgroundSHA-256 is a cryptographic hash function developed by the US. National Security Agency (NSA) as a U.S. Federal Information Processing Standard (FIPS). The SHA acronym stands for Secure Hash Algorithm. …
Suppose you wish to implement a silent installation of audio and video codecs for windows. It may be that you wish to execute this as a pre-requisite for a main …
As stated on the boost.org Getting Started for Windows page, most Boost libraries are header-based that require no separate compilation. But there exist some Boost libraries that require a separate …
UPDATE 15 February 2014: BoostPro is no more. You may find this alternative post useful in setting up the Boost libraries that require separate compilation.A number of Windows-based Boost libraries …
A few screenshots describing how to create sequence diagrams using Enterprise Architect. There is an excellent YouTube presentation, which is where I got a lot of this information from, available …
IntroductionVisual Studio 2010 contains a package that enables you to create Windows installer files for your applications. Follow these simple steps to build your own setup package for the Visual …
Some pointers on how to get ffmpeg installed for use in Windows environments.
Running in Format7 (partial image) modeA recent observation made when running the FlyCapture2 SDK in Format7 (partial image) mode. Just thought this was worth a mention.
IntroductionCUDA is NVIDIA’s parallel computing architecture that can greatly ehance your computer’s performance by harnessing the power of your GPU (graphics processing unit), as opposed to your PC’s CPU (central …