ezwin.h

Oct 25, 2014 at 5:32pm
#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
Oct 26, 2014 at 4:53am
What is ezwin.h? It is certainly not standard.
Oct 26, 2014 at 7:54am
https://sourceforge.net/projects/ezwin/

Description

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.
Oct 26, 2014 at 2:22pm
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.
Last edited on Oct 26, 2014 at 2:23pm
Topic archived. No new replies allowed.