Questions tagged [delphi-10.4.2]
41 questions
0
votes
2 answers
TWICImage: how to save transparent BMP?
I'm using Delphi 10.4.2 and I have an application that scales images (BMP, GIF, PNG, ...).
My problem is that if the input image is a transparent BMP the output BMP is not transparent, instead it has a black backgound. This also happens when the…

Marina Finetti
- 107
- 7
0
votes
1 answer
Deploying FMX Delphi Sydney 10.4.2 to IOS Simulator Error ( xcode 12.5 / IOS 14.5 )
I tried my first test to deploy a simple FMX app to the Apple world. I have MacBook Pro Intel i5 with MacOS BigSur 11.5.2 installed ( upgraded from Mojave ) and installed xcode from Apple store 12.5 ( supporting IOS 14.5 ) . Deploying to the 64bit…

DDeberla
- 77
- 5
0
votes
0 answers
How do I announce a Bonjour service?
I am trying to implement code that announces a Bonjour service on OSX. Out of the box, there isn't a direct way to do this.
In Macapi.Foundation are the following interfaces: NSNetServiceClass and NSNetService. Then there is the wrapper class…
user3820843
0
votes
1 answer
Delphi 10.4 Setup SFTP Client with PPK
I am searching for a possibility to load up a simple text file to an SFTP directory. I was shocked as I noticed a nearly 5k worth development environment is not able to connect to an SFTP Server (20-Year-old standard specification), without taking…

fisi-pjm
- 378
- 2
- 16
0
votes
1 answer
Delphi RAD Server - write Log into Server Console
when Using RAD Server in Development Mode there is a Console that writes every Request every Function and so on.
Is it Posible to use this Console as a Debug console.
I Would like to throw some Exeptionmessages into taht console while coding but I…

fisi-pjm
- 378
- 2
- 16
0
votes
0 answers
Variable Height TListView Item in FMX
I tried the sample from Alister Christie "Variable Height TListView Item in FMX" but I have an issue. When I bind the image to the ListView, I get the following message:
which translates to:
The exception EBindCompError was raised with the message…

Nomi Laura
- 23
- 1
- 6
0
votes
1 answer
Delphi 10.4 + msbuild = unstable binary
I just implemented a CI/CD environment with Delphi 10.4+gitlab+build machine
Everything worked apparently correct, with the build process running smoothly, but when using the program, it randomly show errors that never occurs compared if I build…

Lucas Schatz
- 21
- 2
0
votes
2 answers
RAD Studio : Error when launching IDE. How to correct this?
Just install the RAD Studio with default option and when I start IDE, I have the following error message.
Any idea ?
One more stuff :
Add: I try to install on a VM … and it's ok. So it's something on my PM but what?

Nomi Laura
- 23
- 1
- 6
0
votes
0 answers
Delphi 10.4.2 Mainform disappears after closing QuickReport preview
I recently upgraded to Delphi 10.4.2 (coming from 10.4.1) and am now experiencing some weird behavior when using a QuickReport preview.
On the main form I use a MainMenu with some submenus.
When the code in the submenu item results in showing a…

jdetaeye
- 183
- 1
- 13
-2
votes
1 answer
Delphi FireDac network encryption with Oracle
I'm looking for a possibility to encrypt the connection to our Oracle database. I did find this post below:
How to encrypt FireDAC connection to use TLS/SSL in Delphi?
The only answer I see there is that we have to buy ($3000/developer, wow) and use…

Paul Sinnema
- 2,534
- 2
- 20
- 33
-3
votes
1 answer
Memory error in Assembly code with newer version of Delphi
Can anyone tell me why this code works in Delphi 7, but in version 10.4 it has a memory error?
procedure ChatPrintf(ChatPrintMSG: PChar);
var
ChatPrint: Cardinal;
procedure ChatPrintASM(ChatPrintMSG: PChar); assembler;
asm
lea edx,…

Waloszek
- 11
- 1