Hello,
I am using Lazarus 4.X, SQlite (latest version) and Zeosdbo 8.0 on Windows 11. I have developed a programme that I am updating in line with various developments. This programme, developed there's 25 years in Delphi 6.00/Paradox, has undergone numerous updates, notably to adopt SQLite and Zeosdbo.
Since version 8.00 of Zeosdbo, I have encountered problems that lead to warnings which, after several compilations (to streamline my code), completely block the programme so that nothing is displayed after compilation...
I have tested several ‘solutions’ found on the forum and elsewhere, but each time I encounter the same warnings, namely:
Warning: other unit files search path (aka unit path) of ‘zcomponentdesign 8.0’ contains ‘C:\zeosdbo8.0.0\src\component’, which belongs to package ‘zcomponent’
Warning: other unit files search path (aka unit path) of ‘zcomponent 8.0’ contains ‘C:\zeosdbo8.0.0\src\component’, which belongs to package ‘zcomponentdesign’.
Please note that I am experiencing the same problem on both my laptop and my desktop computer...
My attempts...
I copied the Zip file into a directory named ZeosbBo8.00 and then unzipped it as indicated in Lazarus
- I used OnlinePacketManager to install it, same problem...
- I deleted all the .ppu and .o files and then reinstalled Zeosdbo from Packet - Open a packet file (.lpk), same problem,
- I deleted all the .ppu and .o files and then reinstalled Zeosdbo manually following the recommended order, same problem...
For verification purposes, I have repeatedly checked that there are no viruses or malware, and my software is up to date with the latest updates. Despite this, the problem persists.
I admit to being a little wary of these recurring problems, which prevent me from developing my application and, above all, cause me to encounter the same problem repeatedly.
My online research has confirmed that my installations are correct.
If anyone has a solution, I'm very interested...