Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/18/20 in Posts

  1. Have a look into the KastriFree project from Dave Nottage.
  2. David Heffernan

    'stdcall' for 32-bit vs. 64-bit?

    As discussed above the conditional code simply adds clutter for no benefit. The compiler has already handled the issue for you. Remove the conditional, and let the compiler ignore stdcall in x64. A second point is the use of the export directive. It is also always ignored (a hangover from 16 bit days). Again it should be removed. Therefore the best practise would be to write: procedure MyProc; stdcall; And that's it. Obviously you still need the exports list somewhere.
  3. Apple says this: https://forums.developer.apple.com/message/196395#196395 Enjoy
  4. I started up a new blog recently and just added a quick article on using SVG with TPath. I didn't know how easy it was to do in FireMonkey: https://www.ideasawakened.com/post/simple-svg-images-in-delphi-applications
  5. Primož Gabrijelčič

    Omni for Multi Platform?

    Indeed, I'm working on it. Now that I have finished my book, OTL will again become a top priority side project. It's hard to tell how much work is yet to be done as at the moment some very basic parts are still missing and I don't know how much time I'll need for them. A crowdfund would be nice - one where you can give me additional time inside a day. 30h per day would be good to have 😉
×