Skip to content
Advertisement

Tag: delphi

Delphi 10.3 Linux exclusive file access

How can I lock a file in Linux with a filestream? Creating a filestream like in the example below works perfectly in Windows, the file is locked and cannot be deleted or written to in other sessions until the stream is freed. Under Linux I can delete the file or write to it in an other session without any problems.

Convert DLL from Windows to LINUX

I’m using the lastest DELPHI version 10.2.3 with LINUX support and I already managed to compile a console application using the platform LINUX 64 bit and execute this code on my UBUNTU client computer. Now I wanted to convert a larger project for LINUX. Question is now : for a exsting DLL which compiles fine for with WIN64, how to

Advertisement