Les trucs et astuces d'un développeur Pascal
Dernier point de quinzaine sur GetIt, je repars sur un rythme mensuel pour la suite. En plus des styles VCL mis à jour pour le High-DPI dont je parlais la dernière fois, les  (…) … Read more
4 years ago 0
bradintheusa
I love working with flutter but the firebase packages and versioning is messy. I can see that it’s getting better but these errors are painful. FAILURE: Build failed with an exception. * Where: Build… … Read more
4 years ago in Development, flutter0
Adam Leone
Delphi binary compatibility is not guaranteed between major versions but is for point releases. … Read more
4 years ago in Delphi Programming0
Stephen Ball
One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to… … Read more
4 years ago in General0
Stephen Ball
I have had a growing number of customers asking recently about getting started with Android programming with Delphi, so I thought it was a good time to refresh how to check your IDE is set… … Read more
4 years ago in General0
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
Bob Swart
Embarcadero is organising a free online conference next week based around Desktop UI design, called Desktop First UX Summit Very interesting list of speakers and sessions, including Ray Konopka and Mark Miller. … Read more
4 years ago in Conferences / Events, Delphi0
bradintheusa
If you have updated you Flutter code code but when debugging you are still using the older version of the code you should check your import statements. import ‘package:roster/lib/roster.dart’; import ‘lib/roster.dart’; Referencing the same package… … Read more
4 years ago in Development0