Getting started with SWiG for interfacing between C# and C++ Visual Studio projects Andy 22 February 2013 C# / .Net / WPF, C++ / MFC / STL 14 Comments 1. Download and extract the SWiG interface:Windows version available here:http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip Read More...
Using RSA to encrypt large data files in C# Andy 3 February 2013 C# / .Net / WPF 6 Comments IntroductionA utility in C# to use public/private key encryption of data inside large text files, before sending them over a secure connection such as SSL. As I soon found out … Read More...