Friend,
I have used Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ?
How can I make like this one : " and some files "output" of Embedded Resource UI editor....
Or if you have an example, how can I include the output file into a main project ? for example, I have a very simple project
only : main() { }
I include only like this :
'#include --->output files from Embedded Resource UI editor'
main() { (which function should I call from the "output file") }
Thanks for helping