PeterOnDrums

Results 7 comments of PeterOnDrums

unit lNetSSL; comment out from line 501 (if Length(FKeyFile) > 0 ...) to line 515 (end of 514 is raise Exception.Create('Error creating SSL CTX: ..) Then, here on my Windows...

**Thanks** for this hint about SSL. In my case I only access my LAN. So it works for me. Maybe someone else is able to fix this ..

Hello Chris, I opened Your Executable on my computer, and it doesn't show any text. So this can't be a source code issue .. and also not a Laz 32-bit...

When I comment out this line of code in procedure TGLText.TextOut(): //if metrics.M[asci].xadv = 0 then continue; //not in dataset .. I get this: Am 07-Jun-2024 20:29:10 +0200 schrieb ***@***.***:...

Ah .. yes, I'm from Germany, Europe. We do have the comma as decimal separator :-) I'll give it a try - thanks ! Am 07-Jun-2024 21:40:13 +0200 schrieb ***@***.***:...

@neurolabusc Thanks ! I can confirm that it works now, here on Windows 11, compiled als Win32 EXE ! ![Screenshot (993)](https://github.com/neurolabusc/OpenGLCoreTutorials/assets/6676720/9a9ce122-81c3-4abf-acf1-773960289ada)

To keep the size of text under MS WINDOWS while using scaling (High DPI) in the project settings I wrote this additional function: `procedure TGLText.TextOutHighDPI(x,y,scale: single; PixelsPerInch: integer; s: string);...