-
Content Count
560 -
Joined
-
Last visited
-
Days Won
6
Everything posted by Vandrovnik
-
There is a list: https://docwiki.embarcadero.com/RADStudio/Athens/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_12.0
-
Just wondering - this new production environment with more 3th party components does not support Interbase, and so you cannot move?
-
May be you could debug mostly the 32-bit version of the application and just some parts in 64-bit debugger?
-
When will we have a 64-bit IDE version ?
Vandrovnik replied to luciano_f's topic in Delphi IDE and APIs
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. -
Migrate an old app in Delphi 2009 to modren C++
Vandrovnik replied to Alkanium's topic in General Help
So old bugs will be converted to C++ and new bugs will appear from the conversion itself 🙂 -
When will we have a 64-bit IDE version ?
Vandrovnik replied to luciano_f's topic in Delphi IDE and APIs
At least 128-bit IDE 😉 -
When will we have a 64-bit IDE version ?
Vandrovnik replied to luciano_f's topic in Delphi IDE and APIs
Just curious - please could you post a screen shot of the error message, when you encounter low memory in the IDE? -
Multiline strings!
-
Delphi 11.3 lite. dosent work code completion
Vandrovnik replied to NBilov's topic in Delphi IDE and APIs
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. -
Delphi 11.3 lite. dosent work code completion
Vandrovnik replied to NBilov's topic in Delphi IDE and APIs
For me, code completition works almost always fine in Delphi 11.3.1 Pro. Project size is over 1 000 000 lines of code. -
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.
-
What error message do you get?
-
Delphi 11.3, issue after encrypting exe file -> bad symbols @ GUI
Vandrovnik replied to o815's topic in Delphi IDE and APIs
But it does not change internal layout, does it? Just the address of code, data and stack segments is randomized. -
Delphi 11.3, issue after encrypting exe file -> bad symbols @ GUI
Vandrovnik replied to o815's topic in Delphi IDE and APIs
Why? Can this be a problem for a correctly written application? -
How to modify the code for $R+
Vandrovnik replied to dummzeuch's topic in Algorithms, Data Structures and Class Design
Eh, sorry, I have seen UInt16 in parameter definition and did not notice that temporary variable is Int16, without the "U"... -
How to modify the code for $R+
Vandrovnik replied to dummzeuch's topic in Algorithms, Data Structures and Class Design
For input = 0, I would expect the problem already here: Dec(TempInt, 2048); -
generics Destructor of Object in TObjectList<k,v> never gets called despite doOwnsValues
Vandrovnik replied to omnibrain's topic in Algorithms, Data Structures and Class Design
destructor Destroy; override; -
That will loop the code (x+1) times 🙂
-
IBX components allow you to connect to Interbase server, with some effort to Firebird server, too.
-
11.3 and LSP. No rant, just checking if you have the same issue
Vandrovnik replied to Fons N's topic in General Help
Hi, currently I do not have this problem, Ctrl+space works fine even after if etc. -
I understood - Fastreport should allow to print this existing 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/
-
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
-
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.