wxWidgets

wxWidgets and Visual Studio 2005 (Windows)

This tutorial shows how to: Build wxWidgets with Visual Studio 2005 Configure the IDE Create, configure and build small wxWidgets…

16 years ago

wxWidgets and Eclipse (installation+configuration under Windows)

Tutorial shows how to: Install Eclipse (with dependencies) Install Eclipse CDT Install MinGW Install wxWidgets (2.7.0) Build wxWidgets with MinGW…

16 years ago

wxWidgets-2.8 and Code::Blocks (Windows)

This tutorial shows how to: Install MinGW Build wxWidgets-2.8 with MinGW Install Code::Blocks IDE (which has nice new wizard for…

16 years ago

wxWidgets and Code::Blocks (Windows)

This tutorial shows how to: Install MinGW Build wxWidgets with MinGW Install Code::Blocks IDE Create, configure and build small wxWidgets…

16 years ago

wxWidgets and NetBeans (installation+configuration)

This tutorial shows how to: Install MinGW Install and build wxWidgets with MinGW Install NetBeans Create, configure and build small…

16 years ago

wxWinCE and Visual Studio 2005 (Windows)

This tutorial shows how to: Install Microsoft SmartPhone 2003 SDK Build wxWinCE Build Minimal wxWidgets sample for smartphone You can…

16 years ago

Организуем доступ к базам данных SQLite при разработке кросс-платформенных приложений на C++/wxWidgets – Часть III – Сборка проекта под Linux в Eclipse

Продолжение статьи о работе с базами данных на wxWidgets. Первая часть статьи доступна здесь. Вторая часть доступна здесь. В третьей…

17 years ago

Организуем доступ к базам данных SQLite при разработке кросс-платформенных приложений на C++/wxWidgets – Часть 2 – wxActiveRecordGenerator (wxARG)

Продолжение статьи, рассказывающей о работе с базами данных в wxWidgets. Первую чать статьи можно почитать здесь. В предыдущей части мы…

17 years ago

Организуем доступ к базам данных SQLite при разработке кросс-платформенных приложений на C++/wxWidgets – Часть I – Шаблон проекта и GUI

Очень часто вижу на форумах темы, связанные с организацией доступа к базам данных для приложений на C++. Тема, сама по…

17 years ago

Creating Nice Reports with wxWidgets ZIP API

wxWidgets contains a set of classes which handle several archive formats. Most commonly used archive format is ZIP. This tutorial…

17 years ago