Jump to content

Uwe Raabe

Members
  • Content Count

    2886
  • Joined

  • Last visited

  • Days Won

    169

Everything posted by Uwe Raabe

  1. Uwe Raabe

    RAD Studio 10.3.3 now available

    Yes, also to my knowledge that is the way to go. After a year, you will usually get a new version, which requires the installation of the components anyway. It is just that 10.3 will probably outlive that one year limit before the 10.4 release. Definitely Plans have been different one year ago. BTW, you are not forced to clean the registry when uninstalling (the uninstaller will ask). That will keep your components and settings in place. At the end there is still the migration tool to save and restore settings.
  2. Uwe Raabe

    30 % and 35 % discount on Delphi

    Well, you didn't actually ask them, did you?
  3. Uwe Raabe

    30 % and 35 % discount on Delphi

    IIRC, Embarcadero Germany offers a 30% for discount Enterprise until the end of November, too. It wouldn't hurt to ask.
  4. Uwe Raabe

    Delphi 10.3.3 has been released

    Because "Upgrade" means entering another serial number to upgrade f.i. from Professional to Enterprise.
  5. Uwe Raabe

    RAD Studio 10.3.3 now available

    I am not sure about the ISO installer, but the Web Installer also removes Rio before installing the new version. At least it asks you to confirm before doing so. Perhaps the ISO installer requires you to do that manually.
  6. Uwe Raabe

    RAD Studio 10.3.3 now available

    So, when did you get that serial number and when did install the CE with that serial number for the first time? IIRC, all CE serial numbers are only valid for one year.
  7. Uwe Raabe

    RAD Studio 10.3.3 now available

    AFAIK the CE will always be the latest available release. So if you get a brand new CE today you should get 10.3.3 - at least that is what the Feature Matrix suggests.
  8. At the end it boils down to the question: Does it work for me or does it not? The answer obviously depends on the one who asks. That's why I am not going to suggest the formatter for everyone. On the other hand, just because it doesn't work for some people doesn't mean that I have to use another tool for myself, too.
  9. As I said, it heavily depends on the coding style. I would never do this. The last time I wrote this kind of stuff was about Turbo Pascal 4 or so. I would declare explicit types for these records. Even if they are only used locally.
  10. I am working with the integrated formatter without significant problems. Perhaps my coding style fits better than others. For those cases where the results are not to my liking I have found some workarounds, Nevertheless, I would prefer when Embarcadero would deliver the sources for the formatter. There is always room for improvement.
  11. Uwe Raabe

    Dependency Analyzer command line

    Yes. The command line application is named MMT_UDA. It expects at least the file name of the dependency project (.mmdep) and the report type (-uses, -cycles or -ldp). For LDP reports the output file name is taken from the .mmdep, but for other reports you must specify that name as a third parameter.
  12. I have no CE, but it works in Enterprise.
  13. Uwe Raabe

    Deal - breaker: Registration Limit Increase

    Here you can lookup the Linus requirements: http://docwiki.embarcadero.com/ELC/53/en/Installing_AppWave_Enterprise_License_Center#Linux.C2.AE_Requirements
  14. Uwe Raabe

    Deal - breaker: Registration Limit Increase

    I guess it is meant for different VMs using the same Windows license.
  15. Uwe Raabe

    Deal - breaker: Registration Limit Increase

    AFAIK is the IDE license bound to the machine name only. I often move Delphi VMs to other drives without any problems. There must have happened something inside the VM to trigger this.
  16. Uwe Raabe

    Who's gonna be at EKON 23?

    Well, it is only a fraction of the cost for my next one.
  17. Uwe Raabe

    ANN: Better Translation Manager released

    Can't you habe empty components for both types that you can refer to?
  18. The colon in the time zone offset seems to be optional, while the Delphi implementation requires it. I suggest creating a QP entry with a test case showing the problem. A failing test case often increases the probability for a quick fix.
  19. Can you provide a minimal example showing the problem?
  20. Uwe Raabe

    Delphi 2007 to 10.3 and Windows 10 taskbar issue

    You can create the instance on first use and then reuse it when needed.
  21. Uwe Raabe

    ANN: Better Translation Manager released

    The first line of the paragraph The Application contains a download link.
  22. Uwe Raabe

    SetFocus issue

    Doesn't the control already has the focus during the OnClick event? In that case a WM_SETFOCUS message might not be sent.
  23. Uwe Raabe

    Any update on the v10.3.3 release?

    I am pretty sure he definitely had an idea, but then things were going to change a bit. Let's see the positive side: Embarcadero obviously has some sort of agile culture.
  24. Uwe Raabe

    Any update on the v10.3.3 release?

    Well, then simply renew your subscription and you are good.
  25. Uwe Raabe

    optset files

    I often have different optset files containing unit search path entries. Usually I separate them by library name. F.i. there is one optset for TMS Scripter or GLScene, where several folders have to be added to the search path. As my folder layout for projects is consistent, the search path for each library is the same for each project. Thus I only have to add that optset to each project (only the first one, the others with drag'n'drop) to add the necessary folders to the project search path. As a gimmick I can see immediately which libraries a project depends on. This is als pretty convenient when the projects inside a project group share a couple of local folders in their search path. Using an optset for that makes changing the search path for all projects at once just a breeze. Unfortunately FinalBuilder is not able to resolve those optset references. Therefore I have written a small program doing that, which is called immediately before the compile action. Regarding RSP-14723: Indeed, optset references are not removed from the dproj. As that is not very common in my workflow I usually fix this by editing the dproj manually.
×