Topic: Error creating component: TSqlitePassDatabase

Hello! I used Lazarus0.9.20 on Win2003 server. I want use TSqlitePassDatabase. When i put this component on my form i receive message: "Error creating component: TSqlitePassDatabase".

Re: Error creating component: TSqlitePassDatabase

I checked out the version 0.24 (0.25 is coming soon) but I didn't notice any error while puting the TSqlitePassDatabase component on a form using Lazarus 0.9.20 and Fpc 0.2.4 under WinXp.

I suggest that you try to compile the demo program. The Database component is created at runtime so you will be able to step in the code and find out what's going wrong in the Create procedure.

There is still a bug while destroying the component though (invalid pointer operation) with Lazarus but not with Delphi...