Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/28/22 in all areas

  1. Stano

    Close App on PC Shutdown??

    OT: I rather think that they don't turn it off, but put it to sleep or hibernate. I also use hibernation. I am writing this just to make you aware.
  2. Prompted by a post on Delphi Praxis, I just added a new feature to the Expert Manager expert in GExperts (lots of experts here 😉) : It can now change the order in which the experts are loaded into the IDE. read on in the blog post
  3. I have just finished fixing all known bugs in the GExperts code formatter that were related to Generics. On top of that I fixed a few others. I am sure there are still more though, but because I rarely use Generics I haven’t seen them yet. So I need your help: If you have a lot of source code with Generics, please compile a new DLL and try the formatter on that code. Report any bugs on SourceForge.
  4. shineworld

    Lazarus/FPC support

    GetLastError() is a typical Win32 API function to get the latest error in an API call from OS.
  5. From my tests running REST services on the same hardware, a Linux server using epoll is always much faster than http.sys. By a huge amount. My remark against WebBroker was not about its coding architecture, it was about its actual memory pressure, and performance overhead. And I won't understand why Apache may still be used for any benchmark. 🙂 About Rust/Malloc/Heap this is because the MS CRT malloc() is poorly coded. At best, it redirects to the MS heap. Nothing in common with our discussion.
  6. Brandon Staggs

    Ctrl+Click declaration fails but CTRL+G works (Delphi 11.2)

    Great suggestion, thanks. I discovered that deleting the .dsk file for the project and re-opening it actually fixed this for me just now. The question remains if this was due to a file that was open (there were dozens) or because of an incompatible configuration in the dsk file from upgrading from Delphi 10.4. Time may tell.
  7. Mike Torrettinni

    Ctrl+Click declaration fails but CTRL+G works (Delphi 11.2)

    When Ctrl+click stops working for my projects, I found the best and easiest way to get it to work, I just switch between Release/Debug configuration (and back) and you can see the Codeinsight process does something and Ctrl+click starts working again. So, if I develop in Debug and Ctrl+Click stops working, I double click on Release, wait 1s to see Codeinsight progress shows up, then double click to go back to Debug config: Annoying, but works almost every time and it takes about 5 seconds. So, not too bad.
×