jpluimers
If you ever get a “Fatal: F1027 Unit not found: ‘System.pas’ or binary equivalents (.dcu)” – Google Search, then it is likely because you: build from a script build use a user that has never ran… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
In addition to Shared/IShared, there is also Weak/IWeakReference in Spring.pas; these blog post explain more about them: Shared/IShared (search for {$REGION ‘Shared smart pointer’} at the current repository): [WayBack] Delphi sorcery: Smart pointers in Delphi Weak/IWeakReference (search for… … Read more
5 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
5 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0
dummzeuch
Recent versions of Delphi (for a suitable definition of “recent”) come with a TZipFile class implemented in the unit System.Zip. This class has the really neat feature that it can not only read the contents… … Read more
5 years ago in Delphi0
jpluimers
A few posts on why not to use the TPL and be very careful with regular RTL threading code: [WayBack] Ondrej Kelle – Google+ [WayBack] Delphi To Go: Don’t lose time with a known Delphi… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
Via [WayBack] TMonitor vrs Critical sections revisited. Back then (https://www.delphitools.info/2013/06/06/tmonitor-vs-trtlcriticalsection/), it was found that critic… – Kiriakos Vlahos – Google+ as he re-did the measurements that DelphiTools did before Delphi XE5 came out: Slim Reader/Writer Lock… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
For Variant types, the = comparison operator in Delphi maps to the VarCompareValue in the Variants unit. That function fails to handle various comparisons and for some it knows it can handle raises a VarInvalidOp through… … Read more
5 years ago in Delphi, Development, Software Development0
Larry Hengen
Thought I would give CrossVCL VirtualTreeView support a look see, but when I installed it I couldn’t even run any sample applications. Kept getting “ld-linux.exe: error: cannot find -lGL”. Being a Linux newbie I searched… … Read more
5 years ago in Delphi0
delphiprofi
Besides some bug-fixes and the typical daily stuff, my focus is still on my Delphi-MVVM-Framework. #D.MVVMWhy, because I want to port all my old applications to this and I promised myself not to start a new… … Read more
5 years ago in #D.MVVM, Delphi, Framework, MVVM0
Holger Flick
Letzte Woche habe ich ein Webinar zum Thema TMS WEB Core gehalten. Embarcadero Deutschland hatte mich dazu eingeladen. Falls ihr das Video verpasst haben solltet, gibt es die Aufzeichnung auf YouTube. Neben interessanten Themen für… … Read more
5 years ago in Delphi, German, MVP, Video, web, Web Core, Web Design, Webinar0
John McDonald
Monday 17 August. We met online, instead of meeting at the Shed. We heard from a few members about their experiences with 10.4, Glen Kleidon from Galkam and Arpy gave a presentation on styles, John… … Read more
5 years ago in Delphi, Meetings, Melbourne, TChart0
Larry Hengen
I’ve used GExperts for some time, and I keep finding gold nuggets or gems as the saying goes, that make it easier to accomplish day to day tasks. GIT may be a great version control… … Read more
5 years ago in Delphi0
Danny
With the release of version 10.4 Sydney, Delphi has officially moved away from the ARC memory model in the mobile compilers. This was announced in 2018, there is some nice background info in this blog… … Read more
5 years ago in 10.4, android, ARC, CTFF, Delphi, FMX, ios, sydney, tips0