Menu

#40 wxSQLite3 DbAdmin compatibility for wxWidgets-2.9.5+

closed-fixed
wxSQLite3 (1)
5
2014-05-27
2014-05-27
Xaviou
No

The "DbAdmin" application of the wxSQLite3 component could not be build with wxWidgets-2.9.5 (and above).
This is due to the changes in wxWidgets's sources at rev 72697

There is also a great number of warnings while building this application with a recent compiler due to the content of the xpm files.

Attached 2 patches :

  • dbadmin-wx2.9.patch for the wxWidgets-2.9.5+ compatibility
  • dbadmin-xpm.patch to update the xpm files and suppress the warnings at build time

These 2 patches are to be applied directly in the "components/wxsqlite3/" folder.

Regards
Xav'

2 Attachments

Discussion

  • Ulrich Telle

    Ulrich Telle - 2014-05-27
    • status: open --> closed-fixed
     
  • Ulrich Telle

    Ulrich Telle - 2014-05-27

    Thanks for providing these patches.

    The patches to the DBAdmin application distributed with wxSQLite3 were applied.

    I further changed "const char *" to "const char * const" for the XPM files.

     

Log in to post a comment.