2016-04-15 09:38 AM
Hi,
I have created a ltdc project with cubemx and i want to import the stemwin gui library. I have copied the ''Middleware'' directory to my project directory and in IAR options i have added the Middleware directory paths in preprocessor menu. When i do rebuild the project, i get ''no definition'' error for gui_init() function. what may the solution be ?2016-04-18 02:05 AM
Hi rapid84,
I recommend you to have a look to the STemWin application under the cube firmware package it may be helpful:For example under the STM32F4 firmware package:STM32Cube_FW_F4_V1.11.0\Projects\STM324x9I_EVAL\Applications\STemWin-Syrine-2016-04-18 03:22 AM
Hi,
I have looked at STM32Cube_FW_F4_V1.11.0\Projects\STM324x9I_EVAL\Applications\STemWin and i have set all preprocessor include paths same as STemWin project. But i could not succeed to import the gui library .2016-04-18 08:26 AM
Hi rapid84,
Make sure that you have included the ''GUI.h'' file.-Hannibal-2016-04-18 09:14 AM
Yes i have included Gui.h file. it still does not works. i am getting no definition error for GUI_Init() function.