2023 ...
januari (27) februari (28) maart (28) april (3) mei juni juli augustus september oktober november december
2023-03-03 22:51 dirdiff646 [permalink]
→ DirDiff v2.0.5.646
There was a bug when diff-ing XML files. Incorrect characters were shown when (re-)indenting nested XML elements. I also upgraded the project to Delphi Community Edition version 10.4
2023-03-24 23:42 rss [permalink]
Yes this website has an RSS feed, click here, or one of the others for posts on a specific subject:
See also: my own RSS reader!
WinHttpWS.pas: connect to a websocket using winhttp.dll
2023-03-30 23:02 WinHttpWS [permalink]
I needed to fetch something from a WebSocket real quick, but the project didn't have anything like networking components included yet. So I decided a quick-and-easy-way to get to what I needed is using winhttp.dll... I share this hoping it may come in handy for anyone else...