python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Restart service while it is busy
I have written windows service application using Delphi XE2.
Recently I noticed that service failed to start after Windows update. Logs told me that service was busy doing sleep.
I have
procedure TnSo...

Edijs Kolesnikovičs
Votes: 0
Answers: 1
TList<T> throws an exception
I have the following code:
program Tlist;
{$APPTYPE CONSOLE}
{$R *.res}
uses
madExcept,
madLinkDisAsm,
madListHardware,
madListProcesses,
madListModules,
System.Generics.Collections,
...
pio pio
Votes: 0
Answers: 1
PostgreSQL Delphi XE2 column pd.adsrc does not exists
After upgrading postgreSQL 12 i'm getting ad.adsrc error.
Does anyone know how to patch it without upgradeing PgDAC?
My idea was creating tabel myself, but you can't...
SELECT pg_get_expr(d.adbin, d.a...
MysteriousNothing
Votes: 0
Answers: 0
CreateEvent multiple listeners
I'm trying to receive an event in multiple instances of my application.
For that purpose I've created a small demo program. First my TWorkerThread:
unit WorkerThreadU;
interface
uses
WinAPI.Window...

Jens Borrisholt
Votes: 0
Answers: 1