Just stumbled upon this interop reference web site. It’s a wiki containing: API signatures and type definitions gotchas, tips and samples alternative managed APIs other… Read More »Interop Wiki
I’m using madCodeHook from madCollection to fix an ugly problem we (at the company I work for) have with some of the earlier versions of… Read More »madCodeHook
Scotts Valley, Calif. – October 12, 2004: Borland Software (NASDAQ: NM: BORL) today announced Borland® Delphi™ 2005, previously codenamed “Diamondback” and the newest version of… Read More »Delphi 2005 press release
(with apologies to Frank Herbert) I must not prematurely optimize. Premature optimization is the mind-killer. Premature optimization is the little-death that brings total obliteration. I… Read More »Programmer’s Litany
I like multicast events in Microsoft .NET. Basically, a single event property (using Delphi terms) can be linked to multiple event handlers (as opposed to… Read More »Multicast events
For performance reasons, I have rewritten the ISAPI extension DLL (see my previous post) which simulates HTTP 1.1 GET with range specified. The DLL now… Read More »Just a part of it, please (part 2)