wxWidgets
XPM file static const char format converterAs far as everybody probably know, using newer versions of gcc may cause a warning building a wx application with XPM bitmaps
deprecated conversion from string constant to 'char*'
Leggi articolo
Presentazione wxWidgets
Slide in formato PDF della presentazione al seminario sul tema "linux e le sue applicazioni industriali, nei sistemi embedded e real-time" tenutosi il 16 Novembre 2004, presso la Sala Convegni Ordine Ingegneri di Bologna
Leggi articolo
wxDAO
Sometimes you have to give up to develop an application using wxWindows
because you need to read or write to an (.MDB) MS-Access file.
This library want to help in this situation.
Unfortunately .MDB file format is MS proprietary and don't exist any document
explainig how to use it nor any library for Linux or OS than Windows.This library works only with Windows because uses DAO. (no linux porting will be available)
Leggi articolo
Cosa è wxWidgets?
wxWidgets (conosciuto in passato anche con il nome di wxWindows) é un ricco set di API per scrivere applicazioni GUI su diverse piattaforme
Leggi articolo
