I have been off programming for a while and last time I was using Lazarus was on
Linux a year or two ago.
Meanwhile I have done some Windows app maintenance work on existing desktop
applications with Lazarus and that has worked fine.
Now I need to start a new project in Windows where I will use a
On Sun, Oct 30, 2022 at 4:50 PM Bo Berglund via lazarus
wrote:
> What can I do to make this work again?
Project Inspector -> Add dependency -> select package you need?
--
Bart
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.
On Sun, 30 Oct 2022 17:52:16 +0100, Bart via lazarus
wrote:
>On Sun, Oct 30, 2022 at 4:50 PM Bo Berglund via lazarus
> wrote:
>
>> What can I do to make this work again?
>
>Project Inspector -> Add dependency -> select package you need?
>
Well, I tried that but my package did not show up in the
October 31, 2022 at 5:12 AM, "Bo Berglund via lazarus"
wrote:
>
> When I am at it:
> Is there a way on Windows to enumerate the existing serial ports so I can put
> a
> selector list on the form?
>
You can use Powershell for that:
[System.IO.Ports.SerialPort]::getportnames()
cheers
Samps
Am 30.10.2022 um 19:42 schrieb Bo Berglund via lazarus
When I am at it:
Is there a way on Windows to enumerate the existing serial ports so I can put a
selector list on the form?
I have the following code in one of my projects (Windows-only). It
creates a comma-separated list to assigned to a
On Mon, 31 Oct 2022 00:32:50 +0100, Werner Pamler via lazarus
wrote:
>Am 30.10.2022 um 19:42 schrieb Bo Berglund via lazarus
>> When I am at it:
>> Is there a way on Windows to enumerate the existing serial ports so I can
>> put a
>> selector list on the form?
>
>I have the following code in one