Could you move the stuff in SLTypes.pas into SLEngine.pas please.
The reason I am asking is because some other (commercial) package (SignalLabs) has a unit named SLTypes.pas. It is preventing SQLite4Delphi from installing. A namespace conflict.
I have moved the code and it even simplified things a bit. There is no more a need for Initialization/Finalization in each unit. Plus, everything that uses SLEngine pas used to use SLTypes also. So, combining them seems to be meaningful in the first place :-)
Cheers,
Adem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Could you move the stuff in SLTypes.pas into SLEngine.pas please.
The reason I am asking is because some other (commercial) package (SignalLabs) has a unit named SLTypes.pas. It is preventing SQLite4Delphi from installing. A namespace conflict.
I have moved the code and it even simplified things a bit. There is no more a need for Initialization/Finalization in each unit. Plus, everything that uses SLEngine pas used to use SLTypes also. So, combining them seems to be meaningful in the first place :-)
Cheers,
Adem