Re: [Lazarus] UDP server

2021-01-11 Thread Corpsman via lazarus
I use the lnet lib which can be easily installed with the online package manager works great with tcp and udp and has onReceived events ;) On 1/12/21 1:39 AM, Graeme Geldenhuys via lazarus wrote: > On 11/01/2021 7:32 pm, duilio foschi via lazarus wrote: >> I miss old ICS (Internet Component

Re: [Lazarus] Creating packages - what to include?

2020-12-28 Thread Corpsman via lazarus
Hello,   i have a similar folder structure   /... /Projects/   And lots of libs folders /.../Projects/libs/openGLLibs /.../Projects/libs/GraphicLibs /.../Projects/libs/DataLibs ... If for some reason i need a project specific configuration in the lib i manage this via a .inc file that

Re: [Lazarus] How to list available serial ports on Linux?

2020-10-06 Thread Corpsman via lazarus
That is how do it: Function GetSerialPortNames(): String; Var   sl: TStringlist; Var   Info: TSearchRec;   hdl: THandle;   b: Boolean; Begin   sl := TStringlist.create;   If FindFirst('/dev/tty*', faSysFile, Info) = 0 Then Begin     Repeat   b := true;   Try     hdl :=

Re: [Lazarus] Run parameters

2017-02-12 Thread corpsman--- via Lazarus
+1 On 11.02.2017 22:19, Graeme Geldenhuys via Lazarus wrote: > On 2017-02-11 10:22, Michael Van Canneyt via Lazarus wrote: >> Logically, I would I think these parameters belong in the .lps file ? > > I fully agree, they should be stored in the .lps - I don't care about > lists or build modes and