Jump to content

ŁukaszDe

Members
  • Content Count

    92
  • Joined

  • Last visited

Everything posted by ŁukaszDe

  1. ŁukaszDe

    Delphi 12.1 is available

    Links to Web installer and ISO are available in https://my.embarcadero.com
  2. Hi I found today a problem with IsZero method: Here is comparison last version of D11 and D12:
  3. ŁukaszDe

    Regression - Delphi 12 - IsZero()

    Right, Watch list showing False but in code it is entering to if statement with IsZero(czas_przejazdu, 1e-3) where czas_przejazdu = 0.
  4. Thanks, they send me a link to the installer.
  5. Do you know how can I install FastReport-2023.3 for D12 without GetIt?
  6. ŁukaszDe

    Delphi 12 is available

    Links to Web installer and ISO are available in https://my.embarcadero.com
  7. ŁukaszDe

    Delphi Version in profile

    Delphi 12 Athens is with us few weeks but still is not on profil list.
  8. @PaulM117 If size of exe file is important for you, try Upx https://upx.github.io. For my project, Upx made 12MB exe file from 42 MB.
  9. ŁukaszDe

    How much is a yearly update subscription?

    Here are the current prices for Rad Studio: https://www.embarcadero.com/app-development-tools-store/rad-studio
  10. ŁukaszDe

    11.2 Pre-Upgrade Checklist / back out plan

    Why can't I have 11.1 and 11.2? I have installed 10.3 and 10.4 versions.
  11. ŁukaszDe

    Delphi Version in profile

    Ohh, right!
  12. ŁukaszDe

    Delphi Version in profile

    Time to add 11.1 version 🙂
  13. ŁukaszDe

    multi-cameras?

    Someone asked the same question on the stackoverflow: https://stackoverflow.com/questions/58969711/how-to-use-front-and-back-camera-at-the-same-time
  14. ŁukaszDe

    Delphi Version in profile

    @Daniel 11 Alexandria 😉 (versions before have names)
  15. ŁukaszDe

    ANN: DDevExtensions is now on GitHub

    Someone could upload precompiled version here: https://github.com/DelphiPraxis/DDevExtensions
  16. ŁukaszDe

    Delphi Version in profile

    It is time to add new version 11 to Delphi-Version list :).
  17. ŁukaszDe

    ANN: DDevExtensions is now on GitHub

    Can someone prepare version 2.89 for Delphi 11?
  18. ŁukaszDe

    10.4.2 IDE Compilation Memory leak

    Maybe same problem: https://quality.embarcadero.com/browse/RSP-32793
  19. ŁukaszDe

    Project always opens with .dpr file..

    @emailx45 it will not work for new project or existed but without *.dsk file. I asked about it here:
  20. ŁukaszDe

    Delphi 10.4.1 and the IDE FIx Pack

    @Marco Cantu Project with 1,5 milion line of code. Compilation in 10.3.3 with IdeFixPack = 38s: I do one test, I turned off only patch UnitFindByAlias. Time of compilation = 1.55min Commands to test it for others: Option in Project > Options > Building > Delphi Compiler > Unit Aliases is empty in my project.
  21. ŁukaszDe

    Delphi 10.4.1 and the IDE FIx Pack

    1,5M lines of code. I'm still on 103.3 😞 @jbg: From IdeFixPack probably we need just these patches Compiler.Optimization Compiler.BackgroundCompilerFileExists Compiler.DirectorySearch; Compiler.UnitFindByAlias Compiler.CacheControl Compiler.CompareFileName
  22. ŁukaszDe

    Delphi 10.4.1 and the IDE FIx Pack

    You are not alone... report in topic: https://quality.embarcadero.com/browse/RSP-30910
  23. One more, add const for argument aName.
  24. I have unit in subfolder Forms. In this unit on beginnig I have {$Include ../definitions} File definitions.pas is in main folder. Should I use '..\' in directive Include or not? Is it help to faster find file definitions.pas by compiler? It works with and without. RadStudio accept '..\definitions' and '../definitions' too but Pascal Analyzer only '..\definitions'.
  25. ŁukaszDe

    Should I use path in $Include file or not

    http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/devcommon/compdirsincludefile_xml.html There is also written: So should be a path to included file?
×