cancel
Showing results for 
Search instead for 
Did you mean: 

consistent camelCase usage

RReta.1
Associate III

Repro steps (using TouchGFX Designer 4.16.1):

  • Create a custom container class with a solid box background, named `background`
  • Renamed a custom container class from `background` to `Background`
  • This results in gui_generated base files of `backgroundBase.[hpp/cpp]` (incorrectly done using camelCase)
  • however, inside `backgroundBase.cpp`, it has this line:
#include <gui_generated/containers/BackgroundBase.hpp>
  • This breaks compiling in our case-sensitive environment.

I realize TouchGFX Designer is windows-OS centric and that is case-insensitive, but the code it generates is often used in case-sensitive environments.

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

I am a bit confused by this as the generated file names are properly updated in my case, or maybe I do not understand properly the steps you shared. Could you share a project where you face this ?

/Romain

RReta.1
Associate III

Hi,

Of course, here are the project files.