Jump to content

Fritzew

Members
  • Content Count

    83
  • Joined

  • Last visited

  • Days Won

    1

Fritzew last won the day on July 10 2019

Fritzew had the most liked content!

Community Reputation

51 Excellent

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. And this is the problem. I think it is time for a two-pass compiler in Delphi. But the problem I see there is that Emabarcadero has not the power to switch. If I see what Remobjects can do with her compilers.........
  2. Fritzew

    HIDPI problems on latest GExperts r4210

    I have updated today and done a Build. Version 1.3.24 build 4222 My Settings are 1. Monitor 2560 x 1440 96 dpi 2. Monitor 5120 x 2880 working on 200% (tested also with 175 and 225 %) I can confirm the "Grep Results" is working on HighDpi but on first start it will be always on the "Main Screen" in my case my 96 Dp Screen. For me no problem the "Procedure List" works on High Dpi but on 96 Dpi the List is to big.
  3. Fritzew

    Delphi Version in profile

    The Bug with div [const] is a showstopper so Athens is not usable
  4. This will result in discussions like: "That is not Delphi, it is ported C"
  5. Or Remobjects Hydra
  6. The Documentation : #define DEVICE_NAME_LEN 128 int i=1; DWORD dwResult; char pcDevName[DEVICE_NAME_LEN]=""; while ((dwResult = MTMICRGetDevice(i,(char*) pcDevName)) != MICR_ST_DEVICE_NOT_FOUND) { // Device found, increment the device number i++; } so you van to use buffer not a String: function TfraExcellaChequeScanner.SetupOptions: Integer; var DeviceName : Array[0..127] of Char; begin Result := MTMICRGetDevice(1,@DeviceName); end;
  7. Fritzew

    Community Edition expiring again, no new keys

    You are using it for free. What ever they decide to do with her work is only up to them. Why do you think there are rights on your side? For sure the communication could be better. But... use a commercial version and be a customer and not a consument....
  8. Fritzew

    K-Software

    I have purchased a new Sign-certificate from K-Software 5 weeks ago.... they have billed my card but no answer from support or sales afterward. Does anybody know something? Do i need a lawyer or just whine?
  9. Fritzew

    1D cutting stock problem

    You can use the Google Project. It is not so complicated to make a dll with some exports. But you will need VS Studio, Git and Cmake.
  10. I would go this way.... You can add this in low time, the other way needs more time I would think
  11. Is there a setting for the text color in Sourceindexer? In Darkmode Black Text on DarkGray background is not really readable 🙂
  12. Fritzew

    Do you need an ARM64 compiler for Windows?

    Hey people back to work...... VS 2022 ARM is out as preview. I have installed on a Mac-Mini M1 Parallels WIN11 ARM. The speed is superb.
  13. Fritzew

    ANN: Skia4Delphi v3.0.2

    I'm testing it at Moment with VCL, so a FMX Canvas is out Another Question: How thread save is SKIA? We prepare a lot oaf Drawing-Layers in Threads and put it together after finished. Works well with Cairo. At Moment I check first the Speed of Drawings to decide if it is worth to switch
  14. Fritzew

    ANN: Skia4Delphi v3.0.2

    Is there a way to print a Skia Graphic to Printer on Windows? I'm evaluating Ski as a replacement for Cairo. In Cairo on Windows we can directly print to a Printer HDC
  15. Fritzew

    Delphi and the new Apple M1 CPU

    I don't think there will be an Emulation on M1 for running x86 Windows. So as Delphi Developer the latest 2019 MPro will be the latest. I would like to see an option but without a ARM Windows with a fast Emulation? no hope. I have here a a 2019 MacBook Pro 16" with I9 from last year so I think there is time to wait. But the "want have" is so "BIG".
×