Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/25/22 in all areas

  1. David Schwartz

    moving a class implementation from desktop to server

    That's what I said in the first place. It still does not address the question I asked. How have YOU gone about splitting up a working class in a single Delphi app so the interface is preserved and the implementation resides at the other end of REST-based HTTP channel? I'm not asking, "is it possible?" or "has it been done?" I _know_ it's possible and HAS been done -- just not by me. I'm looking for people who have actually done it and can offer any insights into what they learned. So what did YOU do and what did YOU learn when you did it?
  2. Dear Delphi Developers! Happy Holidays from Almediadev and DelphiStyles! You still can order our products with good discount! https://www.almdev.com https://www.delphistyles.com Regards, Almediadev
  3. This has been my guideline all the time when talking about delphi code. and it has saved me couple of times. But sometimes must relay on ready solutions but use those who have large user base. One just don't have enough time to write everything by himself ( = myself + my team) My point was not: "Do not use code from other". But it was: "Use code from other only if you get full source code and can recompile EVERYTHING". There are a lot of high quality freeware and commercial products delivering their full source code. Stick with those products and you'll never depend on the people or companies behind them. I use Delphi since version 1 and that has always been by guideline. Working as independent consultant, I saved many companies being stuck with old Delphi version because of the product they depends on and having been stopped. I'm myself author of Internet Component Suite (ICS) which I developed and made freeware with full source code since 1996. A lot of people participated to the development and even after the last 26 years are still developing it actively.
×