GunSmoker
We are pleased to announce the availability of support for RAD Studio 10.4 Sydney in EurekaLog. EurekaLog is a tool for Delphi and C++Builder that gives your application the power to catch every exception and… … Read more
5 years ago in Delphi, EL 7.x, Releases0
jpluimers
I bumped into [WayBack]When an exception is nil in the exception handler – twm’s blog for some legacy code a while ago. Some code review reminders: raise Exception( is always wrong: no exception instance is created Exception.Create( without… … Read more
5 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0
jpluimers
From a long time ago: [WayBack] chr equivalent for Unicode in Delphi 7 – Stack Overflow answered by David Heffernan: Q I need to initialize a Widestring in Delphi 7 but I can’t use chrfunction which is ANSI var ws… … Read more
5 years ago in Delphi, delphi 7, Development, History, Software Development0
jpluimers
For my reading list: [WayBack] So am working on a particular .NET project and came across NewtonSoft JSON.NET Serializer, it allows you serialize Collections such as a generic list an… – Ugochukwu Mmaduekwe – Google+:… … Read more
5 years ago in .NET, C++, Delphi, Development, Software Development0
jpluimers
Some links I found about Delphi and AMQP. AMQP Advanced Message Queuing Protocol – Wikipedia [WayBack] OASIS Advanced Message Queuing Protocol (AMQP) Version 1.0, Part 0: Overview [WayBack] OASIS Advanced Message Queuing Protocol (AMQP) Version… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
Worth repeating Dalija Prasnikar, because I bumped into sources of people not getting this concept: [WayBack]: Don’t mix objects and interfaces. You should not, but sometimes it is hard not to. The rules in his article… … Read more
5 years ago in Delphi, Development, Software Development0
dummzeuch
Apparently the bug that causes the Delphi IDE to not store its position correctly when placed in full screen on a secondary monitor to the left of the primary monitor (which is my setup at… … Read more
5 years ago in Delphi0
dummzeuch
I have updated my Delphi IDE explorer expert to work with Delphi 10.4. The bugfix for the Follow Focus function in Delphi 10.3 still works. … Read more
5 years ago in Delphi, DelphiIdeExplorer0
jpluimers
Reminder to self that this is still broken: [WayBack] Thread.Destroy deadlocks in finalization of COM+ dll’s This serious bug still exists in Delphi 10.2 after 12 years being reported! http://qc.embarcade… – 丽丽乌克 – Google+ Original… … Read more
5 years ago in Delphi, Development, Software Development0
Dalija Prasnikar
Delphi 10.4 Sydney brings one small but rather significant change. A change in the signature of the FreeAndNil procedure fromprocedure FreeAndNil(var Obj); inline;toprocedure FreeAndNil(const [ref] Obj: TObject); inline;Wait, const means the variable i… … Read more
5 years ago in Delphi, FreeAndNil, memory management, sydney0
jpluimers
On my reading list are these: [WayBack] Is there a way in Delphi to assign an anonymous method to a button event? – Stack Overflow [WayBack] delphi – VCL events with anonymous methods – what… … Read more
5 years ago in Conferences, Delphi, Development, Event, Software Development0
jpluimers
Still interesting question: [WayBack] Are there any static code analysis tools for Delphi/Pascal? – Stack Overflow The basic problem here is that there is no formal language definition for the Delphi or Object Pascal language…. … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
At [WayBack] SysUtils.pas Why parameters of these anonymous not const? TProc = reference to procedure (Arg1: T1; Arg2: T2); TProc = reference … – Jacek Laskowski – Google+, Hallvard Vasbotn made this nail on the… … Read more
5 years ago in Delphi, Development, Software Development0
dummzeuch
I revisited my dzBdsLauncher tool again – no idea why, it just occurred to me – and added quite a few improvements: It now supports .dof (Delphi 6 and 7) and .bdsproj (Delphi 2005… … Read more
5 years ago in Delphi, dzBdsLauncher0