-
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 ExcellentTechnical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
What new features would you like to see in Delphi 13?
Fritzew replied to PeterPanettone's topic in Delphi IDE and APIs
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......... -
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.
-
The Bug with div [const] is a showstopper so Athens is not usable
-
Where is the link to register to the forum?
Fritzew replied to FPiette's topic in Community Management
This will result in discussions like: "That is not Delphi, it is ported C" -
Can I use managed C# DLL in unmanaged Delphi application ?
Fritzew replied to AndrewHoward's topic in General Help
Or Remobjects Hydra -
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;
-
Community Edition expiring again, no new keys
Fritzew replied to Nigel Thomas's topic in Delphi IDE and APIs
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.... -
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?
-
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.
-
Reduce storage space for floating point range
Fritzew replied to dummzeuch's topic in Algorithms, Data Structures and Class Design
I would go this way.... You can add this in low time, the other way needs more time I would think -
Is there a setting for the text color in Sourceindexer? In Darkmode Black Text on DarkGray background is not really readable 🙂
-
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.
-
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
-
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
-
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".