Tags: visual-studio
Getting up and running with Sentinel RMS, C#, .NET, Windows 7 and avoiding BadImageFormatException
September 23rd, 2011SafeNet has an application called Sentinel RMS. Sentinel RMS is a suite of applications that help one company license out its software.
One of my current projects requires me to use Sentinel RMS within a Microsoft .NET framework using C#.
I had a… more »
Come back Eclipse all is forgiven
August 19th, 2011I have complained about Eclipse IDE in the past because it can be a little tricky to set things up especially when it comes to web development and JEE. That all stops now! Recently, I have been using C-sharp (c#) with Visual Studio 10 and IIS 7 and have… more »
Building Python 2.7.1 from sources with OpenSSL support under Windows win32 and x64
February 1st, 2011With all projects we must creating an area to place our sources so that we both have a frame of reference.mkdir c:\python-modulesNext we must download the sources we need. First up is Python itself. Navigate to: http://www.python.org/download/ and… more »