Using Delphi 11 Alexandria on a Windows 10 PC. I am deploying to a Cloud “Linux” server. This works, but the path it uses on Linux is too convoluted and not what I want. The DocWiki tells me to change the Remote Machine Information in the “Connection Profile”. But I am unable to see any such field. So, how do
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