wxWidgets

Быстрый способ упаковки содержимого папки в ZIP-архив

В wxWidgets есть такая отличная штука, как wxDirTraverser. Что это и с чем его едят? Официальная документация говорит нам вот…

16 years ago

Find & Replace для wxWidgets-приложений

Эх если бы вы знали сколько редакторов не могут корректно делать поиск и замену, особенно касательно неанглийского языка... На прикручивания…

16 years ago

Собираем сторонние компоненты wxWidgets в Code::Blocks

Сегодня я расскажу о том, как создать проект Code::Blocks, использующий в своей работе сторонние библиотеки. В качестве сторонней библиотеки мы…

16 years ago

Прозрачное журналирование с wxLog

В wxWidgets есть отличный механизм журналирования wxLog. С его помощью можно решить проблему ведения лога одновременно в файл и, например,…

16 years ago

wxJSON Tutorial – Part IV – Using Comment Lines in wxJSON

Preface Here is a fourth part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part III – Describing a Table

Preface Here is a third part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part II – Сonfiguration File

Preface Here is a second part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part I – Introduction

Preface Today I start publishing a cycle of articles related to wxJSON library. These articles are provided by Luciano Cattani,…

16 years ago

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