wxDBWrapper development in progress

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
mispunt
Experienced Solver
Experienced Solver
Posts: 59
Joined: Tue Oct 19, 2004 3:23 pm
Location: Ede, Holland

Post by mispunt »

I am not sure, but I think you can use the wxWidgets license, and when you are using some database that is uses GPL you can't use it for commercial, so You could make support for it, but make sure that it is possible to compile the wrapper with and without some database. Then it is no problem at all.
OS: win XP pro
Compiler: MingW
wxWidgets version: 2.6.2
jpmorfin
In need of some credit
In need of some credit
Posts: 7
Joined: Fri Jun 24, 2005 6:53 am
Location: Plats - Ard
Contact:

Post by jpmorfin »

Thanks mispunt for your help.
but make sure that it is possible to compile the wrapper with and without some database
even if I need .h file to compile ??
Jean-Pierre
mispunt
Experienced Solver
Experienced Solver
Posts: 59
Joined: Tue Oct 19, 2004 3:23 pm
Location: Ede, Holland

Post by mispunt »

jpmorfin wrote:Thanks mispunt for your help.
but make sure that it is possible to compile the wrapper with and without some database
even if I need .h file to compile ??
You could say that people should download the .h files by them self, so you don't have to include them (I mean the MySQL include files...) This will solve some license problems for you.
OS: win XP pro
Compiler: MingW
wxWidgets version: 2.6.2
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Post by ABX »

jpmorfin wrote:Also, wxDBWrapper permits to use SQLite which has no ODBC driver :wink:
Just noticed this: http://lists.wxwidgets.org/cgi-bin/ezml ... :mss:79111

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
jpmorfin
In need of some credit
In need of some credit
Posts: 7
Joined: Fri Jun 24, 2005 6:53 am
Location: Plats - Ard
Contact:

Post by jpmorfin »

Thank you ABX for this information.

I come back about wxDBWrapper license. I find that ZLib license is enough permissive and is compatible with wxWidgets developper and with GPL applications. Wht do you think ?

http://www.gzip.org/zlib/zlib_license.html

Thanks for your help
Jean-Pierre
jhurtado
Experienced Solver
Experienced Solver
Posts: 53
Joined: Wed Mar 16, 2005 1:40 pm

Post by jhurtado »

Do you plan to write a set of wxWidgets for database access, such as wxDbComboBox, wxDbGrid, etc ?

I have some work about this, I wrote a post about it in your project page, did you see it?

Regards
jpmorfin
In need of some credit
In need of some credit
Posts: 7
Joined: Fri Jun 24, 2005 6:53 am
Location: Plats - Ard
Contact:

Post by jpmorfin »

jhurtado wrote:Do you plan to write a set of wxWidgets for database access, such as wxDbComboBox, wxDbGrid, etc ?
I do not plan to write them, but if you do, I could include it :)

I had not seen that you have posted an request on gna.org :oops:
I will browse your project...
Jean-Pierre
Post Reply