blong
As I’ve made clear many times in conference talks I’m a big fan of FastMM4, the full version Delphi’s built-in memory manager (I haven’t yet tried out FastMM5, which is fully rewritten but now has… … Read more
4 years ago in CPlusPlus, Delphi, windows0
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
5 years ago in Delphi, Development, Power User, Software Development, windows0
blong
WinRTThe WinRT (Windows Runtime) API was introduced with Windows 8, although it’s fair to say that most of us have tried our level best to forget that particular Windows release and pretend it never happened…. … Read more
5 years ago in Delphi, windows0
FPiette
In this blog post, I will show you how easy it is the have a Direct2D canvas for your Delphi form.What is a canvas? In Delphi VCL technology, a canvas is an abstraction encapsulating Windows API… … Read more
5 years ago in API, Delphi, Direct2D, programming, RAD Studio, vcl, windows0