-
Content Count
567 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Markus Kinzler
-
Do GetIt libs install any Help files?
Markus Kinzler replied to David Schwartz's topic in Delphi IDE and APIs
This library isn't an typical GetIt-Library. It's just used to distribute the installer. The installation of help files should be possible. -
language updates in 10.4?
Markus Kinzler replied to David Schwartz's topic in RTL and Delphi Object Pascal
We have to wait and see... -
Rapid generics for Delphi2010+ Internal Error
Markus Kinzler replied to Ponzu's topic in RTL and Delphi Object Pascal
-
Sample for WUA Api in Delphi: https://theroadtodelphi.com/2011/03/02/search-for-installed-windows-updates-using-delphi-wmi-and-wua/ http://private-storm.de/2009/07/01/windows-update-agent-api/
-
https://docs.microsoft.com/en-us/windows/win32/api/_wua/
-
You may encrypt it with Rijndael (AES). Where are several libraries wich support it.
-
language updates in 10.4?
Markus Kinzler replied to David Schwartz's topic in RTL and Delphi Object Pascal
Managed Records were removed at last minute for 10.3 and postponed to 10.4 -
10.4 10.4 Beta with Update Subscription
Markus Kinzler replied to ŁukaszDe's topic in Delphi IDE and APIs
But again belated. Start of beta in april for a product being addressed for release "early 2020" -
https://www.facebook.com/groups/137012246341854/permalink/2895263017183416/
-
The latter.
-
Firebird SQL return rows only if a sub-string exists within a specific column
Markus Kinzler replied to Yaron's topic in Databases
SELECT * FROM CARDS_TABLE WHERE TAGS containing :taguid ORDER BY LOWER(NAME) ASC; -
@Bob Devinehttps://wiki.freepascal.org/pas2js GPL is just for the compiler, not for created applications
-
Why is my firebird database code unstable under load? (code included)
Markus Kinzler replied to Yaron's topic in Databases
How are the settings for the transcation? Maybe the use of an sequence and NEXT VALUE FOR or GEN_ID() could be an option. -
Sourcetrail support for Delphi
Markus Kinzler replied to Jacek Laskowski's topic in Delphi IDE and APIs
LLVM is under a BSD-like licence not GPL. And using other people work is quite the opposite of contribute to it. -
Long live UWP
-
This statement could be misunderstood. UDP is connectionless in itself, but this could be done by higher level protocols. In bad conditions (bad network connection) the udp based tftp is much more reliable as ftp, which is a based on tcp.
-
https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-engine.html#rnfb30-engine-extengines https://github.com/FirebirdSQL/firebird/tree/master/examples/udr http://www.firebirdsql.org/file/community/ppts/fbcon11/Firebird3Plugins2011.pdf
-
Interbase and FireBird also got embedded versions without the need of a server. The databse files are compatible to the server version.
-
They outsourced as much as possible
-
Best components for creating windows service apps
Markus Kinzler replied to microtronx's topic in VCL
There is a link to a svn-Repository -
FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!
Markus Kinzler replied to DeveloperMachines's topic in Delphi Third-Party
Afterwards it starts. -
FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!
Markus Kinzler replied to DeveloperMachines's topic in Delphi Third-Party
Same. -
FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!
Markus Kinzler replied to DeveloperMachines's topic in Delphi Third-Party
Windows 10 1903, but on older version, too. Locale de_DE -
FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!
Markus Kinzler replied to DeveloperMachines's topic in Delphi Third-Party
On all examples at startup. -
Firebird 3 support over-the-wire encryption out of the box. https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-security-wirecrypt.html