Questions tagged [delphi]
The delphi tag has no usage guidance.
35 questions
0
votes
0
answers
1k
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
146
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
675
views
Can Delphi run on a Mac with M1 processor?
Currently i use an Intel Mac to develop Windows x86 apps on Delphi, using Parallels virtualization.
I know these newer Apple Silicon Macs only runs Windows ARM, but has anyone tried to develop on ...
0
votes
1
answer
289
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
631
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
1k
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
522
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 ...
0
votes
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
252
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
180
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
641
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
325
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
207
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 ...
2
votes
0
answers
2k
views
Can't install Delphi Community Edition
I uninstalled my current version (trial) of Delphi 10.2 and want to install the Community Edition.
I keep getting a message:
"A previous version of Rad Studio 10.2 was found on your system that ...
0
votes
1
answer
234
views
What is needed to run a Delphi 4 program [closed]
When running a java program I would have to have the jre in the path/installed
What is the equivalent in Delphi 4? is there any run-time to it?
0
votes
0
answers
86
views
App launch browser to view local html file fails
We have an old Delphi app running on Windows server, using RemoteApp to deliver to users. The app is old, uses Windows VirtualStore due to it writing to program files directory. Works ok on current ...
3
votes
0
answers
286
views
Get value for `Position` property from a Delphi TProgressBar class instance using AutoHotkey (ahk)
I would like to obtain the current Position (progress) property value from TProgressBar1, which is a child of TProgressFrame1 and grandchild of TPanel1 within a particular TProgressDlg Window. ...
0
votes
1
answer
57
views
What metrics should I look at to find why the Tools->Options dialog is slow in the delphi xe5 IDE?
I am have Delphi XE5 installed on two laptops at work, one is newer with an SSD, 16GB, fast processor, and one older with 8GB. Both laptops run Windows 7 64 bit SP1 with the latest changes.
The ...
0
votes
1
answer
625
views
Distorted text on certain systems (gibberish) on a delphi 6 based program
Our company uses software which was developed in Delphi 6.
The main language is Hebrew (this problem began few years ago) - in some systems we get gibberish values instead of Hebrew text.
This ...
1
vote
1
answer
309
views
Make Delphi IDE insert new code at the bottom of the editor
I have moved from using Delphi7 to Delphi XE5 and I have noticed what I consider to be an annoying "feature" in the IDE that I would like to disable.
What I am talking about is when you place a ...
0
votes
1
answer
2k
views
Delphi 7 New Application crashes when Step Into (recently) with access violation
I am running Delphi 7 on Windows 7 Professional. Recently the following error started happening:
I start Delphi, which comes up with a default new application. I then save this empty application ...
0
votes
0
answers
583
views
Delphi XE2 runs very slow in VirtualBox with Windows 8.1 installed
While the whole guest Windows runs normal, Delphi XE2 is really slow, especially with code completion. And CPU utilization is near 50% though the Delphi itself does not get more than 10% during ...
0
votes
2
answers
8k
views
How can I get the phone number from a computer modem?
On Windows 7 x64, Device Manager detect my modem as HDAUDIO Soft Data Fax Modem with SmartCP,
I would like to know if I can connect the landline to my modem port, and when there is a call, grab the ...
0
votes
1
answer
1k
views
Scan for a range of free Ports
Working on an application that uses cameras.
The camera controller has a single IP address (I can define that IP) on the network and each camera is accessed using that IP plus a Port. The controller ...
1
vote
0
answers
187
views
Why do some domains ban me when using local proxy server?
I'm working on a web filter that uses a local proxy. I'm using indy to do all the work but when I'm testing, occasionally a website will block me. Why would this be? And if the proxy is local, surely ...
0
votes
1
answer
189
views
requesting and using multiple ips on same node
The goal is to make a virtual LAN network on single host. How can I get multiple IPs and also stick them to TCP Clients resident on a single host?
Any help will be appreciated. I would like to use ...
0
votes
2
answers
321
views
Video/graphics card to support multiple types of cameras
I'm not sure where to ask this question:)
I have a software in which a camera of manufacturer SUMIX is supported.
The software is in Delphi 6, and works well. The drivers are needed to view the ...
2
votes
2
answers
3k
views
How do I fix a Delphi installation when "repair" doesn't work?
I have lost many settings of the IDE, the IDE is not compiling, and other issues. I wanted to repair the installed product (Delphi XE2 Architect). But when I did this, the installer removed lots of ...
14
votes
4
answers
83k
views
Where does Chrome store its cookie file?
AFAIK Google Chrome uses an SQLite file to save cookies. I've tried to locate this file under my Windows 7 but couldn't locate it.
I've found one file only, under C:\Users\your_username\AppData\Local\...
2
votes
2
answers
11k
views
Process keeps creating dump files
We have a Delphi application running on a terminal server that keeps generating dump files. For the same PID, it keeps creating dump files with an interval of around 1 second until the process is ...
0
votes
2
answers
2k
views
Crystal Reports 8 - Error 533 PESStartPrintJob
We have on the company I work for an application built in Delphi V with Crystal Reports 8.
We all know that Crystal & Delphi can be temperamental sometimes and the worst thing is, nearly no ...
0
votes
1
answer
433
views
How do I make installed software available to all users of a computer?
I installed Embarcadero Delphi software on Windows Vista. Later I had to delete the profile of the user account with which I installed Delphi. I created a new profile for myself, but now I cannot use ...
2
votes
3
answers
8k
views
How to rotate mouse directions
I have an Acer Netbook with Windows 7 starter and I am using the Kindle-PC to read books. The Graphics driver has an option to rotate the screen and when I rotate it 90-deg (for more text in Kindle-PC ...
1
vote
2
answers
226
views
How do I set a hidden menu to visible in a program?
How do I set a hidden menu to visible in a program?
background:
I have an old Delphi application that has a hidden menu with various test tools. But to get it I have to change a flag in the code and ...
1
vote
2
answers
2k
views
How can I add and remove files from an ISO image with Delphi? [closed]
Are there any (preferably free) Delphi components or libraries that handle ISO files?
In particular, I would like to be able to add files and save to ISO, as well as extract the files from an ISO.
I ...