-
Content Count
1245 -
Joined
-
Last visited
-
Days Won
28
Everything posted by Sherlock
-
Cannot login to Quality Central - who to contact?
Sherlock replied to A.M. Hoornweg's topic in General Help
I guess it's just offline, because they are syncing the calls with the internal system. -
Best practices for system migration?
Sherlock replied to PeterPanettone's topic in Delphi IDE and APIs
@A.M. Hoornweg Well...your users have to cope with it, and you have want to give your users a product, that they can rely on. Win7 is practically dead, so your product has to offer best user experience on Win10 - like it or not. -
So what is the official take on how to get the macOS 64Bit platform running? It (or something like it) was installed, I have a folder filled with stuff called binosx64. But no SDK is available and I can't add it.
-
Cannot login to Quality Central - who to contact?
Sherlock replied to A.M. Hoornweg's topic in General Help
But you should: And btw, I can't log in either...this happens every few months. I blame it on the captcha. -
Cannot login to Quality Central - who to contact?
Sherlock replied to A.M. Hoornweg's topic in General Help
How can't you log in? Problem with the captcha? -
Best practices for system migration?
Sherlock replied to PeterPanettone's topic in Delphi IDE and APIs
That is no problem, as long as it is only you using that license. Make sure all your data files are not on the windows boot partition and you are golden. Consider running your Delphi in a VM and you are platinum 😄 I can't see anything else to consider. In the end it is just a matter of look & feel migrating from Win7 to Win10. -
ANN: Documentation Insight Hotfix for Delphi 10.3.2
Sherlock replied to baoquan.zuo's topic in Delphi Third-Party
Have you tried squinting really hard? 😄 I'd love to have a monitor with that resolution.... sigh. -
Can confirm: GetIt is back online!
-
Where you? 😉 Seriously though, a down time of three days is unbecoming of a tech company.
-
Yes, we might have to consider changing the header of this thread to (un)available. 😄 The import part getit.embarcadero.com is still denying access and that is where all the fun is stored.
-
Yeah, got that too. Just rolled back my VM and will try again Monday or Tuesday.
-
@Dalija Prasnikar I would always add Delphi to the search query. But other than that, Ian should now be good to go.
-
Are there direct links to the web installers? CC is really slow...
-
They are not down...they are just bent by the overwhelming demand.
-
Oh, goody! Can't pinpoint the exact problems, but I'm guessing soon I might get a project for iOS running again.
-
What options do I have to control custom releases?
Sherlock replied to Mike Torrettinni's topic in General Help
Sure you can. Give them the bare essentials, until a license is purchased. Or give them the maximum for 10 days, or whatever. -
Why is this code not thread safe (Delphi 7)
Sherlock replied to Yaron's topic in Algorithms, Data Structures and Class Design
This is more of a style thing, but please consider human readability and write while not Terminated do -
RIO: Start Debug Session changes source
Sherlock replied to PeterPanettone's topic in Delphi IDE and APIs
Now that is something one should avoid anyway. Special builds for special customers create special problems. One version for all leads to the same problematic source for all - and generally speaking, source code is always problematic, as soon as it consists of more than "Hello World". -
RIO: Start Debug Session changes source
Sherlock replied to PeterPanettone's topic in Delphi IDE and APIs
Compilation date is rarely useful, only when you don't use "source version" control, you need that information. Your customers surely don't need it. -
UltraCode64 for Delphi (aka 64-bit FastCode)
Sherlock replied to chmichael's topic in RTL and Delphi Object Pascal
I would consider this to be a Stone Soup. So with minor contributions from everyone, this could really be a great thing. It could of course also go the way quite a few open source projects have gone straight towards oblivion, but I tend to look at things positive. I would be happy to contribute "human readable" content such as installation instructions (something lacking in most other OS projects) and so forth. -
UltraCode64 for Delphi (aka 64-bit FastCode)
Sherlock replied to chmichael's topic in RTL and Delphi Object Pascal
To quote the Carpenters We've only just begun -
Amen! Anyway, sorting is just something that pleases the eyes. I only keep the methods sorted within their classes. Anything else I find via Ctrl+f or Shift+Alt+s.
-
Would you prefer an exception?
-
It aint always Delphis fault... good to know
-
But I do hope it's either free, or very inexpensive. Importing CSV is far from being magic. It's more like splitting a String into a TStringlist and trying some StrToInt or StrToFloat... Otherwise, try looking into these threads from the mother ship https://www.delphipraxis.net/51457-csv-editor.html https://www.delphipraxis.net/158355-csvviewer-zum-betrachten-von-csv-dateien.html