Solved
"using namespace touchgfx;" in FrontendApplication.hpp and ScreenPresenter.hpp
Dear Gfx Team,
GfxDesigner generates header files with line "using namespace touchgfx;"
Code still compiles without it. Could these be removed ?
Thanks
Dear Gfx Team,
GfxDesigner generates header files with line "using namespace touchgfx;"
Code still compiles without it. Could these be removed ?
Thanks
Hello
We are planning to remove this in a future version, if you remove this then I recommend you to do:
namespace touchgfx
{
class FrontendApplication ...
}
Best regards,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.