Questions tagged [delphi]
The delphi tag has no summary.
37 questions
3
votes
0
answers
330
views
How to install and register Delphi 12.1 Community Edition on my Windows 11 PC?
I have Delphi 12.1 Community Edition installed on my Windows 11 PC. My 1-year license is about to expire, and I want to renew it. Embarcadero lets me download the installation again (was not really ...
0
votes
0
answers
54
views
Embarcadero Delphi 12.1: OSXARM64 Provisioning resets to "AppStore."
I am unable to change to Release configuration and deploy a OSXARM64 app onto my own Mac. Delphi complains about App Store certificate.
If I go to Options - Deployment - Provisioning, and change the ...
1
vote
0
answers
2k
views
Windows 11: vertical scroll by mouse drag
Unlike other developer environments the latest Delphi IDE is still not able to properly handle touch gestures, thus taking the full advantage of a touchscreen laptop. (Again, we speak about IDE, NOT ...
1
vote
1
answer
230
views
Delphi, Restore, runtime error message,.Delphi
I received an error message during the operation of the program and mistakenly said "do not show more of these types of errors".
How can I get this error message back again?
Delphi version ...
2
votes
1
answer
845
views
Can Delphi run on a Mac with an M1 processor?
Currently, I use an Intel Mac to develop Windows x86 applications on Delphi, using Parallels virtualization.
I know these newer Apple Silicon Macs only run Windows ARM, but has anyone tried to develop ...
0
votes
1
answer
343
views
What is this Delphi Setup error and how do I fix it?
I want to Install Delphi Community Edition, but then this error shows up when installing Interbase 2020 developer edition:
1
vote
0
answers
1k
views
Windows "Access Is denied." when attempting to run EXE over network
I have an old app (written in Delphi 2010) that I tweaked a little and compiled last year and it runs fine on a variety of Windows machines. It's shared across a network old school, in that it's ...
-1
votes
1
answer
4k
views
How to install an application software using an ISO file?
I have Delphi 10.1 Berlin ISO file, and I want to install it like any other *.msi files do.
Is it possible to install an application software using disk image installation tools or etc?
I have always ...
1
vote
1
answer
723
views
Class not registered C++ Builder
Got installed new IDE for C++ development named C++ builder community and see what I got:
class not registered AssemblyName: Borland.Build.Tasks.Common.dll ClassID: {9351FD3F-XXXX-XXXX-XXXXXXXX}
I am ...
1
vote
2
answers
1k
views
PopTrayU - 'Error connecting with SSL'?
Without having made any changes, starting in July 2020, I got:
An error occurred.
Error Type: EIdOSSLConnectError
Error connecting with SSL.
EOF was observed that violates the protocol
I have several ...
0
votes
1
answer
305
views
What numeric representational scheme is being used to represent the colors in this .ini file?
I am modifying an .ini settings file to change the colors of a Windows application.
The existing colors are all represented by decimal integers, ranging from -16777201 to 536870911.
Obviously, those ...
0
votes
0
answers
215
views
path error out of subversion context
Delph XE5 on Dell 5810 Windows 7 64.
I was just trying to commit some modifications n an old program code.
At my right clicking on program name (Project Manager)to get to subversion, I had following ...
0
votes
0
answers
741
views
Windows 10 not starts my Delphi 7 program if there is no (random) argument in command line
This morning some of my clients contact me reporting that my application wasn't starting (from night to day).
After trying some things I noted a bizarre behavior:
My application only starts if I ...
-1
votes
1
answer
361
views
error Invoke error method not found android
my code: (Delphi tokio - Platform android)
procedure TfrmPrincipal.Button3Click(Sender: TObject);
var reader : JNBioBSPJNI;
serial : string;
begin
try
serial:='010701-613E5C7F4CC7C4B0-...
2
votes
0
answers
250
views
Disable/Hide "View connection settings" option in Available Networks List
Is there a way for disabling or hiding the "View Connection Settings" option in Windows 8.1 and the "Network settings" option in Windows 10?
I work with Delphi XE7 and I'm developing a kiosk ...