zhw7238 Posted June 30, 2014 Report Share Posted June 30, 2014 if you use ugfx with c++, you need add this in checkbox.h( added code in red )/* A Checkbox window */typedef struct GCheckboxObject { GWidgetObject w; #if GINPUT_NEED_TOGGLE uint16_t toggle; #endif} GCheckboxObject;#ifdef __cplusplusextern "C" {#endif....#ifdef __cplusplus}#endif#endif /* _GWIN_CHECKBOX_H *//** @} */ Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted June 30, 2014 Report Share Posted June 30, 2014 Thank you very much for reporting this bug. We just fixed it.~ Tectu Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now