[lazarus] SQLite?
Tony Maro
tony at maro.net
Wed Nov 26 15:11:56 EST 2003
Shin The Gin wrote:
>started to write a Package, so I can install it to the Lazarus IDE. The unit
>compiles fine and I changed the component tab from 'MK' to 'Data Access'. It
>now installs fine, except I get no component icon in 'Data Access', although
>it's a true TComponent descendent and has a proper registration procedure.
>
>
If you added the unit to the package before the register procedure was
added, the package hasn't recognized it.
In the package dialog, select the file with the components and make sure
the "register unit" is checked. If not, check it and rebuild /
reinstall it.
-Tony
More information about the Lazarus
mailing list