Page 1 of 1

Databaselayer.h

Posted: Sat Jun 09, 2018 9:26 pm
by Blacksheep
Hi all,

I moved from c::B to codelight and trying to make myself familar with the IDE.

Actually I am playing around with the DBExplorer. Unfortunately this part is not well documented (or I am too stupid to find it :D ). When generating the code from an SQLite db all created header files referencing a Databaselayer.h file but it's not created.
Where do I find the required information for that header file? I suspect that this is from (wx)databaselayer but the project seems to be dead and last supported wxWidgets version is 2.8

Is there a guide how to configure this correctly? Or do i really have to go back to wxWidgets 2.8 if I want to use all great features of the DBExplorer?

Regards
Blacksheep

Re: Databaselayer.h

Posted: Mon Jun 11, 2018 6:19 pm
by eranif
This plugin was written a while ago in the days where DatabaseLayer.h was alive and maintained.
For now, I recommend that you select the 'Generic STL' classes

Eran