-
I have been searching for the ARM64 SDL2.so library file for Android for a long time, and I have downloaded several versions of the SDL2 source code and compiled libSDL2.so myself, but none of them ca…
-
```
Hi,
I've a suggestion - make exposing Delphi objects to python painless by
utilizing the new RTTI (runtime type information) feature in D2010 (and above).
Currently exposing a class to the host…
-
```
Hi,
I've a suggestion - make exposing Delphi objects to python painless by
utilizing the new RTTI (runtime type information) feature in D2010 (and above).
Currently exposing a class to the host…
-
[DCC Fatal Error] Androidapi.JNI.Toast.pas(57): F1026 File not found: 'C:\Users\...\Desktop\Delphi-Android-USB-HID.git\trunk\AndroidUSBHeaders\Androidapi.Helpers.dcu' (unit scope "Androidapi" indicate…
-
The app is good on Windows 11.
But it sucks on Windows 7.
MICROSOFT
-
```
Hi,
I've a suggestion - make exposing Delphi objects to python painless by
utilizing the new RTTI (runtime type information) feature in D2010 (and above).
Currently exposing a class to the host…
-
```
Hi,
I've a suggestion - make exposing Delphi objects to python painless by
utilizing the new RTTI (runtime type information) feature in D2010 (and above).
Currently exposing a class to the host…
-
```
1. create file webserver.py:
from wsgiref.simple_server import make_server
def app(environ, start_response):
status = '200 OK' # HTTP Status
headers = [('Content-type', 'text/plain; char…
-
If you take a look at the screenshots many of the labels are wrong
some have not space enough (
-
In DW.FCMManager.Android.pas, the call to presentNotification() is raising a Java exception which is crashing my app.
Delphi 12.1, running the latest Kastri sources on a Samsung Note 20, Android 13…