

FredS
Members-
Content Count
263 -
Joined
-
Last visited
-
Days Won
3
FredS last won the day on September 29 2020
FredS had the most liked content!
Community Reputation
92 ExcellentTechnical Information
-
Delphi-Version
Delphi 10.1 Berlin
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Check your paths, sometimes Delphi starts comparing same named DCUs built with different compiler directives.
-
Another getit problem for rad 10.4.1
FredS replied to Frans van Enschot's topic in Delphi IDE and APIs
You should be able to get those from https://my.embarcadero.com As for the rest, what are the results of NsLookup? nslookup getit-104.embarcadero.com- 4 replies
-
- getit
- ide patches
- (and 3 more)
-
Same happened to me, seems to be a case manufacturer obsolescence:
-
Pretty sure only getitnow is setup to accept basic browser access. The others appear to be redirected to this error. Check: [HKEY_CURRENT_USER\Software\Embarcadero\BDS\??.0\CatalogRepository] ServiceURL=https://getit.embarcadero.com
-
FireDAC Add On discountinued? (Good by Embarcadero?)
FredS replied to Juan C.Cilleruelo's topic in General Help
Besides cost once your projects are fine tuned it can take a long time of frustrated user input to iron out differences.. Back when I looked at FireDAC it was around $900 plus subscription fees while UniDAC was ~$400.. now that initial investment is null and that includes time spent..- 24 replies
-
- firedac add on
- discountinued
-
(and 1 more)
Tagged with:
-
Checkout the NUMA Support Branch Add to DPR Uses: FastMM5 in '<path>\FastMM5\FastMM5.pas', Call `FastMM_ConfigureAllArenasForNUMA` in the DPR after BEGIN
-
I don't have a Dual Xenon system available to me but I've tested this in an elevated app and it works fine: https://community.idera.com/developer-tools/programming-languages/f/delphi-language/72615/linux-equivalent-for-setthreadidealprocessor-and-setthreadaffinitymask-in-delphi
-
I added in my DPR right above madExcept (v5) and it worked fine. Did you use the NUMA Branch?
-
Can be changed to force UAC into the Secure Desktop: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/user-account-control-behavior-of-the-elevation-prompt-for-standard-users
-
I got as far as "Error on loading data from server getit-104.embarcadero.com..." 🙂
-
Use Regex101 to find the issue.
-
Having fun with Delphi
FredS replied to Attila Kovacs's topic in Algorithms, Data Structures and Class Design
Since we already have System.Net.URLClient.TURI I might simply add a record helper with a class function Combine. AUrl := TUri.Combine(Path1, Path2); -
For sure. Executing a cmd which deletes DCUs that may have been compiled using different config seems to have helped a lot. I didn't come back until XE7 (D6->XE7) at which point there where huge issues with or without fix pack. The interesting part is that some of those got better with one minor release then came back in the next..
-
Yup, this thinking suggests that all those usability, compile and stability issues where fine as long as Andy fixed 'em..
-
I guess the key point is that Embarcadero is just fine without the fix pack then.. move along..