Jump to content

Vandrovnik

Members
  • Content Count

    560
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Vandrovnik

  1. Vandrovnik

    Delphi 12 is available

    There is a list: https://docwiki.embarcadero.com/RADStudio/Athens/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_12.0
  2. Vandrovnik

    Delphi 11.3 : FORSAKEN

    Just wondering - this new production environment with more 3th party components does not support Interbase, and so you cannot move?
  3. Vandrovnik

    Delphi 11.3 : FORSAKEN

    May be you could debug mostly the 32-bit version of the application and just some parts in 64-bit debugger?
  4. Vandrovnik

    When will we have a 64-bit IDE version ?

    EPNGOutMemory - may be the reasons is just in the number of simultaneously opened forms (which contains big images)? In that case, 64-bit IDE would solve the problem. I keep open just a few forms and datamodules, may be that is the reason why I have never encountered this problem.
  5. Vandrovnik

    Migrate an old app in Delphi 2009 to modren C++

    So old bugs will be converted to C++ and new bugs will appear from the conversion itself 🙂
  6. Vandrovnik

    When will we have a 64-bit IDE version ?

    At least 128-bit IDE 😉
  7. Vandrovnik

    When will we have a 64-bit IDE version ?

    Just curious - please could you post a screen shot of the error message, when you encounter low memory in the IDE?
  8. Vandrovnik

    String literals more then 255 chars

    Multiline strings!
  9. I wonder what is the reason that we have so different user experience with IDE. Maybe third party components? Some IDE wizards/experts? Or you are using a part of Delphi language, which I do not use, such as types defined inside a class, inline variables etc.? For debugging, I compile to 32bit, because 64bit debugger was very slow and I do not check with each new IDE version, whether it is already better.
  10. For me, code completition works almost always fine in Delphi 11.3.1 Pro. Project size is over 1 000 000 lines of code.
  11. Vandrovnik

    What makes code not to compile

    It probably treats that section as published then: The compiler treats a published section like public unless RTTI is enabled with the $M or $TypeInfo compiler directives, or if the class inherits from a class with RTTI enabled. TPersistent in Delphi’s Classes unit enables published RTTI, so all persistent classes (including all components, controls, and forms) have RTTI. The initial, unnamed section is published for classes with RTTI.
  12. Vandrovnik

    What makes code not to compile

    What error message do you get?
  13. But it does not change internal layout, does it? Just the address of code, data and stack segments is randomized.
  14. Why? Can this be a problem for a correctly written application?
  15. Eh, sorry, I have seen UInt16 in parameter definition and did not notice that temporary variable is Int16, without the "U"...
  16. For input = 0, I would expect the problem already here: Dec(TempInt, 2048);
  17. Vandrovnik

    Loop a Delay in a thread??

    That will loop the code (x+1) times 🙂
  18. Vandrovnik

    FMX mobile database

    IBX components allow you to connect to Interbase server, with some effort to Firebird server, too.
  19. Hi, currently I do not have this problem, Ctrl+space works fine even after if etc.
  20. Vandrovnik

    Printing PDF

    I understood - Fastreport should allow to print this existing PDF.
  21. Vandrovnik

    Printing PDF

    FastReport should be able to print PDF (I did not try it): https://www.fast-report.com/en/blog/show/pdf-document-in-report-vcl/
  22. Vandrovnik

    pdfDoc

    https://github.com/synopse/SynPDF
  23. Hello, I have a text file which I need to load from my app on Android. So I put it in Deployment Manager, remote path = assets\internal\ (tried assets\internal too). For the first time, it works fine - file is deployed and I can read it in my app from tPath.Combine(tPath.GetDocumentsPath, TestFileName); But, when I update the file and deploy again, my application still sees the old version of it. In Deployment Manager, there is a column named Overwrite, I have set it to Always. When I uninstall and deploy again, application has access to new version of the file. Looking to System.StartUpCopy.pas, it seems that it never overwrites existing files. Please how to solve it? I need my application to be able to read actual version of the file. I probably could change the name of the file each time I make a change in it, but I do not like this way because I will certainly sometimes forget to rename it. Kind regards, Karel
  24. Vandrovnik

    K-Software

    From communication in their chat: Hello, I have found a 5 years code signing certificate in your offer. I just wonder if it is true - even Sectigo itself does not offer 5 years certificate...? Grace Hello, Karel A warm welcome from our Chat Support Team. Firsthand, thank you for visiting our website and for your concern here. Sure, we do offer 5-year code signing certificates. Well, I wonder I can I check that your offer is not just a scam... Grace Kindly also be informed here, in the 5-Year bundle, your certificate will be initially issued for 3 years for Security reasons. You would be notified prior for the reissue/regenerating the certificate to your registered email. But in next 3 years, a hardware device will be necessary for code signing certificates, so that you cannot just reissue new one. Rob Karel, That will depends on once the Token becomes mandatory for OV order as well. But yes Sectigo is allowing to place the order for 5 years. SO after 3 years reissue will be still there but instead of PFX a token will be sent out, But that process is yet to define so I also cannot comment on that for now Like it suppose to be mandatory from last Nov 2022 but its still not done and new date was June 2023. OK, thank you.
×