Contactgegevens
Jeroen Pluimers heeft een blog geschreven 08-11-2009
IIS Error 404 2 1260
This just had this happen on a Windows 2003 server with a client’s client.
Any .asmx page would return a 404 error like this IIS log line shows:
2009-11-06 09:46:05 127.0.0.1 GET /MyVirtualDirectory/MyWebService.asmx – 80 – 127.0.0.1... more »
Jeroen Pluimers XP embedded - .NET Framework 3.0: http://wp.me/pvelJ-ff
27-10-2009 via Twitter
Jeroen Pluimers heeft een blog geschreven 27-10-2009
XP embedded – .NET Framework 3.0
The “out of the box” .NET 3.0 component in Windows XP Embedded drags way too many required components (like the System Restore Core) into your image.
So most people build their own .NET 3.0 component.
If you get errors like this when you make your own, then you didn’t get your dependencies... more »
Jeroen Pluimers heeft een blog geschreven 26-10-2009
Delphi – for … in on enumerated data types
I like enumerated type a lot.
The allow you to perfectly describe what the members of such a type actually mean, much more readable than a bunch of integer constants!
Given an enumerated type like TTraphicLightColors
type... more »
Jeroen Pluimers Poll: Who do you think that deserves the 'Spirit of Delphi Award' this year? http://bit.ly/3ECVDp
20-10-2009 via Twitter
Jeroen Pluimers heeft een blog geschreven 19-10-2009
Delphi operator overloading: table of operators, names, and some notes on usage and ‘glitches’
Operator overloading is a very nice feature of the Delphi language.
However. the Delphi documentation on Operator overloading is not completely right.
Below is my table of what I found out so far, and some notes.
It is part of my “Nullable types in Delphi” session that I gave on some... more »