Re: [Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Bo Berglund via lazarus
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

Re: [Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Werner Pamler via lazarus
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

Re: [Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Samps via lazarus
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

Re: [Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Bo Berglund via lazarus
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

Re: [Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Bart via lazarus
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

[Lazarus] Lazarus does not find compiled package, why?

2022-10-30 Thread Bo Berglund via lazarus
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