Databaselayer.h

CodeLite installation/troubleshooting forum
Blacksheep
CodeLite Curious
Posts: 1
Joined: Sat Jun 09, 2018 8:34 pm
Genuine User: Yes
IDE Question: c++
Contact:

Databaselayer.h

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Databaselayer.h

Post 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
Make sure you have read the HOW TO POST thread
Post Reply