#include "ezwin.h" shows no directory found
how can i install ezwin.h and include it in code blocks library so as to use in c++ programming
plz help and reply
EZWin is a library of classes creating Microsoft Windows applications. It is aimed at providing a light-weight, easy to use API that is not dependant on the IDE/Compiler used for creating applications.
You first need to cross-compile the library, then add "include" folder to your compiler settings in code::blocks and finally link against ezwin library.
You must already have MinGW cross compiler and runtime installed to be able to compile windows binaries.