Monthly Archives: November 2006

Tracking a Delphi Abstract Error

Today there was yet another badly reproducible bug in one of my applications. As all of the post-mortem trace was outside my code and only a single line inside one of the components I immediately suspected it. The bug had … Continue reading

Posted in Programming | 1 Comment

Translating VBScript into JScript

As I’m most of the time using JScript for my Asp pages I run sometimes into problems as most sample code by Microsoft is written in VBScript. Today I was looking into the following ‘nasty’ problem: I’m using Soap to … Continue reading

Posted in Programming | Leave a comment