[Lazarus] automated testing code

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Oct 27 23:33:29 CET 2024



On 10/27/24 19:41, duilio foschi via lazarus wrote:
>[...]
> Probably it is not important, but when I compile my applet, I get the
> following warnings:
> 
> Messages, Hints: 12
> Note: Duplicate unit "winmouseinput" in "p201827", orphaned ppu
> "C:\lazarus_projects\automation\lib\i386-win32\winmouseinput.ppu"
> Note: Duplicate unit "winmouseinput" in "LazMouseAndKeyInput 0.9",
> ppu="C:\lazarus\components\mouseandkeyinput\lib\i386-win32\win32\winmouseinput.ppu",
> source="C:\lazarus\components\mouseandkeyinput\winmouseinput.pas"

Maybe you added the unit path C:\lazarus\components\mouseandkeyinput\ to 
your project. Don't. Adding the package to your project is enough.
Then clean up your project output directory and rebuild.

Mattias


More information about the lazarus mailing list