FredS
Members-
Content Count
418 -
Joined
-
Last visited
-
Days Won
4
Everything posted by FredS
-
Blocking the Windows Screen Saver in Delphi
FredS replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Yes, that is what I used but it doesn't take care of the screen saver. Thanks to this blog post I updated to use PowerCfg when (OS>=Win7). -
OK, getting a temp filename from the OS solves that.
-
I don't understand the 'race condition'? I mean you are doing the most basic of all communications, execute an app, wait for it to exit and read the output file. In one form or another we do this every day 🙂 But since you are fishing for experience, I use this as part of a self updating feature. Get a Temp filename from the OS Write some data to it Execute another app waiting for it to complete Read any Error code it may have added to the file Delete the file Other than the New feature where a user can add the Temp folder to the 'Controlled Folder Access' Ransomware Protection this is as basic as it gets.
-
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
History will show that not firing him was the worst move by EMBT after this total betrayal of loyal customers.. -
Funny I still have a reg file from when I used Seattle: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\17.0\Form Design] "Show NonVisual Components"="True" Since it was never changed to include Berlin that must have been fixed.
-
Might be a good idea to run Beyond Compare to see the difference between the key and reg file before you do that the next time.
-
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
Feels like the 2 for 1 Lifetime Subscription sale is just around the corner.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
If someone is only using Win32 and looks at the last releases there is no point in paying for a subscription that ends up adding more bugs at every turn. My guess is that EMBT found that out and are now turning to 'rentalware'. The 'bump' thing simply delays and staggers 'complainers', eventually you simply won't be able to move Delphi to a new computer unless you subsidize the worst subscription mechanism I've seen (lately). Nothing like getting an email 4-6 months ahead of time padded with useless extras.. Your mileage may vary.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
Breaking agreements is the 'New Order'.. That is then backed up with insane logic. The customer bought Delphi and the Vendor (to protect their asset) added Copy Protection, now the Customer is held accountable to maintain this.. Oh Orwell.. -
Using Berlin 10.1.2 I ran into two 'Access violations' while trying to generate a new hive: bds.exe -rNewHive Turns out this was due to the MidexExpert in HKLM: [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Embarcadero\BDS\18.0\Experts] "MidexExpert"="d:\\Tools\\MMX\\14\\mmx_bds18.dll" To be honest that was actually still an MMX 13 entry even though 14 is installed. Perhaps it should have been removed? Deleting it made all work well, except no MMX.. Access violation at address 204F6A89 in module 'coreide240.bpl'. Read of address 0000003D. Access violation at address 205FC27A in module 'coreide240.bpl'. Read of address 00000000. Will fire off and email to: support@mmx-delphi.de
-
By default after a clone you should have the source of your clone set as 'origin'. more: https://stackoverflow.com/questions/2883840/differences-between-git-pull-origin-master-git-pull-origin-master#2883857 Although I do use Bash, I find TortoiseGit much easier and for that its r-click>Pull 🙂
-
Once you have a git repo all you need is Pull: https://git-scm.com/docs/git-pull
-
Saving a large project takes soooo Loooonnnnggg..
FredS replied to Ian Branch's topic in General Help
RSP-14289 is still open and a comment suggests it still plays this way in Rio.. Created: 24/Apr/16 4:05 PM -
The coveted Enterprise sector will just love this..
-
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
No argument there, but at least you can 'unregister' and move without problems, if you crash you can get it up for a fixed fee. Checking this ability in the Delphi License Manager this morning showed the mess that is, plus I didn't see a place where it shows how many activations you have left either which means that the only time you find that out is after digging yourself out of a crash situation. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
Got that confused with IBExpert which has that feature and a fixed price for reactivation after your subscription elapses.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
Not sure, thought that exists.. However there is no way to deactivate after a crash. Either way, what you owned yesterday is today only a rental.. and at the mercy of a 'rude' renewal department at that.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
To me it sounded like 'the litigation department is bored'.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
From the GM: New Updates and Changes to the Registration “Bumps” Policy " We updated our processes and now route all issues raised from users who are not on Update Subscription to Sales and Renewals. " -
How do you deal with git conflict annotations added to DFM files
FredS replied to David Schwartz's topic in General Help
I often wonder how many issues in a mature product are actually the misuse of Version Control.. -
Increasing registration count not possible without active maintenance support
FredS replied to Leif Uneus's topic in Delphi IDE and APIs
It appears that feature is no longer implemented.. -
ITask.Wait() behaving differently when called multiple times
FredS replied to Der schöne Günther's topic in RTL and Delphi Object Pascal
Tasks can stay idle for something like 5 minutes and then longer in the retired state. -
Not an issue, as I said before 99.9% of the time recompiling fixes it. For the remainder, commenting out a line , any line, do a build all then uncommenting the same line will fix it..
-
Yeah, except yesterday I tried to compile that project via msbuild and it still generated the same error:
-
RSP-11530 was fixed for Rio, which means it should also show the correct Build.