As i didn't want to flood the forum with multiple threads, i started this thread. Maybe i have some more similar noob question in the future But for now i'm stuck on this:
I started working on a MUI application in C++ Except i thought i was working in C++, but i found out that in the make file GCC was defined as compiler so i was in C mode. So i switched to G++. After that i got some small compiler warnings which i solved already. But there is one warning which is more difficult:
main.cpp:144: implicit declaration of function `int set(...)'
This guy has the same issue, but didnt come up with the solution. As said in the topic it looks like, MUI's set method conflicts with C++ set method. Does anybody know how to solve this conflict?