Hello (win64, FPC 3.2.2/Laz3.6)
I have my Package (MyPackage.lpk) with my custom components, all works fine.
The package uses some other units, that I put inside a “.\shared\” folder.
Now:
1) When I have a project that use some of my components, I sistematically receive the message “Warning: other unit files search path (aka unit path) of "ABCD" contains "XXX\Shared", which belongs to package "MyPackage". How to avoid such message ? is it dangerous ignoring that message ?
2) I would like that any new project sees automatically the folder “.\share\” . How can I do that ?
I want to avoid adding manually each time the search path of units in the “.\share\” folder.
Please note that everything is working fine in my projects, I would just like to reorganize the file configuration better to overcome the above-mentioned points.
Thank you.