Entries by Kevin Godden

Realex – Your transaction has been successful but there was a problem connecting back to the merchant’s web site

If your are trying to get realex e-payment integration working on your website and are getting the following message at the end of the realex redirect process:   Your transaction has been successful but there was a problem connecting back to the merchant’s web site. Please contact the merchant and advise them that you received […]

+441315531100 keeps phoning me multiple times a day…

I have been getting 2 or 3 calls to my mobile from +44 131 5531100 for the last few weeks. The first time I received a call I was suspicious and wary enough not to answer and I haven’t answered any of the calls since as the caller never leaves a voice-mail! It’s all getting […]

Visual Studio, TFS – Cheeps checking files out, There appears to be a discrepancy between the solution’s source control information about some project(s)

Over the last few hours I started seeing an annoying problem with Visual Studio and TFS on a geographically distributed software project that I am working on, Visual Studio kept on automatically checking out files that hadn’t been edited, I also started getting the following message before the files were automatically checked out:   “There […]

Underwater Software!

Here is a nice video by the underwater videographer Tony Exall that demonstrates underwater photography using Cathx Ocean solid-state lights. The embedded software that runs on these lights was developed in ANSI C using the GNU Tool Chain (gcc et al.).   http://www.youtube.com/watch?v=YUWDj3AqiSg  

.NET – How to tell if a DLL is 32bit or 64bit

So in the world of MS Windows software development, the bitness of DLLs (64bit vs 32bit) is the new DLL Hell!! It is slightly annoying that Microsoft eventually dug itself out of decades of DLL hell just to create a new hellish DLL vista – anyway there’s nothing to be done.   API vendors will […]