-
Content Count
575 -
Joined
-
Last visited
-
Days Won
6
Everything posted by Vandrovnik
-
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.
-
Well, it looks suspicious - even on Sectigo's shope I have not seen 5-years code signing certificate. I wonder if someone already tried them 🙂
-
What about https://signmycode.com/offers/code-signing-certificates ? If I now buy code signing certificate for 5 years, can I really use it during next 5 years without hardware device?
-
You can still use Ctrl+Shift+F11 or Alt+p, o.
-
I agree - tollbars never worked for me as expected. Finally, I have disabled all of them, keeping only "Component" enabled, and problem is solved 🙂
-
D 11.3 Word occurrences marking - colour setting
Vandrovnik replied to Stano's topic in General Help
Thank you! I completly missed this! (It applies even to .sql files, where I would like to highlight NULL, etc.) -
D 11.3 Word occurrences marking - colour setting
Vandrovnik replied to Stano's topic in General Help
For me, it works in whole unit. Do not know why, but it does not work for reserved words (double clicking a "begin" does not highlight other occurencies of begin). -
Hello, I am not able to start 1 Android app of 3 apps since migration to Delphi 11. I did the "Revert system files to default" on Libraries. It fails in FMX.Platform.Android, TPlatformAndroid.Create, on the line Activity.addListener(FActivityListener): Please any ideas what can be wrong / how to repair it?
-
It seems, that when you run RAD Studio Command Prompt, you can use: "c:\Program Files (x86)\Embarcadero\Studio\22.0\bin\GetItCmd.exe" -l= -f=installed
-
The same here... It was working just a few minutes ago...
-
I can reproduce (125 %):
-
If you use "normal" databases liky MySQL, Firebird etc., network administrators should be familier with them and can backup them, restore, move to another server etc. - form the point of view of a network administrator, this is much better than having to work with something unknown.