jpluimers
Great answer by Stefan Glienke at [WayBack] What’s the use of AlignAttribute? The documentation only says Internal use only. – 丽丽乌克 – Google+: It forces the element it annotates to be aligned like specified –… … Read more
4 years ago in Delphi, Development, Software Development0
jpluimers
The answer is no: [WayBack] Hi all, Can we truly assert that an array returned from a function is always a new true copy and that this is guaranteed to not change in between compil…… … Read more
4 years ago in Delphi, Development, Software Development0
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
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
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
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
jpluimers
I know ModelMaker Tools could do this: [WayBack] Quick Question … are there any good tools available to generate class diagrams / hierarchy from existing code? Or doesn’t anyone do that anymore ? – Stefaan… … Read more
4 years ago in Delphi, Development, Software Development0