ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

gslc_GetImageFromRAM creates const pointer #126

Closed farfarfromhome closed 3 years ago

farfarfromhome commented 3 years ago

Describe the bug Adding Image Element and selecting gslc_GetImageFromRAM creates const unsigned character pointer whereas GUIslice expects unsigned character pointer for RAM.

To Reproduce

  1. Add image button or image element to page.
  2. Select gslc_GetImageFromRAM for Image Memory value.
  3. Generate Code and check that xx_GSLC.h indeed creates const pointer which subsequently causes compile error.

Version

Pconti31 commented 3 years ago

@farfarfromhome I have assigned this bug #194 and will fix for release 0.16.0 which I hope will be soon. Paul--

Pconti31 commented 3 years ago

Fixed in Release 0.16.0