Ravil
Ravil
I tried to compile it (all libraries are installed,. USEWX=no), got the error after13%: ``` file included from /home/ravil/far2l/WinPort/src/APIClipboard.cpp:15:0: /home/ravil/far2l/WinPort/./WinPort.h:25:35: error: ‘’ has incomplete type WINPORT_DECL(ForkConsole,HANDLE,(VOID)); ^ /home/ravil/far2l/WinPort/./WinPort.h:14:69: note: in...
Prerequisites: Linux virtual guest machine (Linux Mint specifically), Windows - host. When you copy a text in the editor and want to paste it in the same Linux machine everything...
1) How to scroll through terminal output after Ctrl-O? Sometimes Wheel/PgUp/PgDown work, sometimes don't. 2) Ctrl+Enter puts the file name with prefix "./" to the command line even if it...
`TIdHTTPResponseInfo.WriteContent` uses `IOHandler.Write` in two places and in both of them incorrectly. It causes wrong message encoding in Lazarus under Linux (unit `IdCustomHTTPServer`) Now it is (line 2188) : `FConnection.IOHandler.Write(ContentText,...
I've made a small test program to test connections with TCP, UDP and HTTP components and found that: 1) The test program works fine with Delphi both on Linux and...
I've made a small test app and tried to test TIdTCPServer+TIdTCPClient and TIdUDPServer+TIdUDPClient connections for exchanging data. The code works fine in Delphi (Windows and Linux) and in Lazarus (Windows...
There is a lot of small errors during compilation under Lazarus Windows, I started to correct them but have no idea how long it'll take to correct them all so...
Maybe its not an issue, just a question, why don't Alt+F... combinations work? F... keys work normally.
[DWScriptTest.zip](https://github.com/user-attachments/files/16398598/DWScriptTest.zip) Its a test project with the bugs commented in the uDWTest.pas module. If you have any problem with compiling let me know. Ravil
1) CMake file contains some compiler keys that MSVC doesnt understand 2) No way to disable tests 3) When compiled no export functions in DLL is found