# objdictgen **Repository Path**: hgyxbll/objdictgen ## Basic Information - **Project Name**: objdictgen - **Description**: clone from canfestival's objdictgen. update to support wxPython 4.1.0 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-10-14 - **Last Updated**: 2022-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README clone from canfestival's objdictgen. canfestival: https://canfestival.org/index.html.en code: https://hg.beremiz.org/CanFestival-3 version: de1fc3261f21, date: Thu, 24 Jan 2019 13:53:01 +0100 change as below: * update to support wxPython 4.1.0 * add gnosis subdirectory which from Gnosis_Utils-current.tar.gz change generated code as below: * add `#ifdef __cplusplus` at generated head file for used by c++ * change `#include "data.h"` to `#include "canfestival_data.h"` because `data.h` is conflict with my project * delete `(UNS8*)` before const string, because msvc compile error