Hello! Welcome to WINX library. WINX focus the goal: MOST SIMPLE BUT EFFECTIVE. It is a C++ template GUI library that easy to use, and compatible to WTL(a lightweight Win32 wrapper). WTL is an effective GUI library. However, it is not SIMPLE. *) Links winx official site (english) - http://www.winxgui.com/ winx official site (chinese) - http://www.winxgui.cn/ winx group (english) - http://groups.google.com/group/winx/ winx group (chinese) - http://groups.google.com/group/winxcn/ winx at sourceforge - http://sourceforge.net/projects/winx/ winx at google code - http://code.google.com/p/winx/ *) The directory tree of WINX looks like this: ©À©¤winx ©¦ ©À©¤include ©¦ ©¦ ©¸©¤winx ©¦ ©À©¤bin ©¦ ©¦ ©¸©¤winxwiz60.awx ©¦ ©À©¤lib ©¦ ©¸©¤src ©À©¤winxdoc ©¦ ©À©¤docs(zh-CN) ©¦ ©¸©¤docs(en) ©À©¤winxsamp ©¦ ©À©¤samples ©¦ ©¸©¤tutorials ©À©¤stdext ©¦ ©¸©¤include ©¦ ©¸©¤stdext ©À©¤atlport ©¦ ©¸©¤include ©¦ ©¸©¤atlport ©À©¤winsdk ©¦ ©À©¤bin ©¦ ©À©¤include ©¦ ©¸©¤lib ©¸©¤wtl ©À©¤include ©À©¤Notes ©À©¤Samples ©¸©¤Wizards winx/include/ The source code of the WINX template GUI library. winx/lib/ The WINX static library. At most time it is not needed. winx/bin/winxwiz60.awx The WINX application wizard, for Visual C++ 6.0 winx/src/ The source code of the WINX static library. winxdoc/docs(en)/ English version documents, include: *) License declaration. *) Change log. *) The user's manual. winxdoc/docs(zh-CN)/ Chinese (simplified) version documents. winxsamp/tutorials/ Introduction of how to use the WINX library, step by step. winxsamp/samples/ The demo applications of the WINX library. stdext/ The STL-extension library for general use. atlport/ Porting version of ATL 3.0 to Mingw32. winsdk/ Windows Platform SDK from Visual Studio .NET 2005. wtl/ The WTL library. Download: http://sourceforge.net/projects/wtl/