jpluimers
A while ago, I needed the opposite of InvRegistry.RegisterInterface(TypeInfo(MySoapInterfacePortType, ‘urn:myURN’, ‘utf-8’);, so instead of registering an interface with a namespace URN, obtain the URN by passing the interface inverting [WayBack] TInvokableClassRegistry.RegisterInterface. This is the class… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, SOAP/WebServices, Software Development0
jpluimers
Given a Delphi build-VM with enough CPU cores to run many builds in parallel: [WayBack] GitHub – gabr42/MultiBuilder: Runs multiple programs in parallel, shows results. Much more on this at [WayBack] The Delphi Geek: Introducing MultiBuilder…. … Read more
4 years ago in Delphi, Development, Software Development0
Andrea Magni
A friend recently started two open source projects I consider very interesting for the Delphi community. IconFontsImageList and SVGIconImageList projects, by Carlo Barazzetta (Ethea), are available on GitHub.com. They enable Delphi developers to make a… … Read more
4 years ago in Delphi, English, Uncategorized0
Larry Hengen
It’s been a couple of years since I made the jump to Ubuntu 18.04 LTS as my primary operating system, thanks in no small part to Windows 10 updates and BODs. It all started when… … Read more
4 years ago in Delphi, hcOPF0
jpluimers
To prevent a screen-saver from kicking in [WayBack] jiggling the mouse – twm’s blog: My solution then is this procedure: procedure JiggleMouse; var Inpt: TInput; begin Inpt.Itype := INPUT_MOUSE; Inpt.mi.dx := 0; Inpt.mi.dy := 0;… … Read more
4 years ago in Delphi, Development, Power User, Software Development, windows0
Embarcadero
“This book will make you a faster Delphi developer, it doesn’t matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and… … Read more
4 years ago in book, Books, Delphi, Learn, object pascal, programming0
jpluimers
If I ever need a thread pool in Delphi, then I need to look at this class: [WayBack] iocp-delphi/ThreadPool.pas at master · tondrej/iocp-delphi · GitHub. Via: [WayBack] Don’t lose time with a known Delphi bug affecting TParallel.Join… … Read more
4 years ago in Delphi, Development, Software Development0
John McDonald
Monday 21 September at 6 for 6:15pm start. We met online, instead of meeting at the Shed. Malcolm Groves from Code Partners showed his CodeBindings open source library open source library. The repository is at… … Read more
4 years ago in Delphi, LiveBindings, Meetings, Melbourne0
jpluimers
Reminder to self to install this to more than just the main dev VM as it combines DProjNormalizer and DProjSplitter, then adds a few more features: [WayBack] Keep Your Project Files Clean With Project Magician –… … Read more
4 years ago in Delphi, Development, Software Development0