Menu

WINX - A C++ GUI Library for Windows / News: Recent posts

winx-1.2 Released

Changes for 1.2 (2007-06-10)
-----------------------------------------

*) Wizard for Visual C++ 6.0

- enable/disable warning of directory tree.
- l10n: support non-english language resources.
- change wizard icon.
- support modeless dialog.
- bugfix - uninitial var: CComModule _Module.

*) Tutorials

- Modeless DialogApp tutorials/winx/step022-modeless

*) WINX-Core

- MessageFilter
property: WINX_MSGFILTER, WINX_MSGFILTER_NULL
function: RunMsgLoop
class: MessageHook, AutoMessageHook (remove SimpleHook)
class: MessageFilter
class: ModelessDialog default support MessageFilter... read more

Posted by xushiwei 2007-06-11

winx-1.1.08 Released

Important Update!!!

*) AppWizard for Visual C++ 6.0
*) LookNFeel
*) ScopeDebug

----
Changes for 1.1.08 (2007-02-09)
-----------------------------------------

*) Wizard for Visual C++ 6.0

*) Supported Compilers

- Visual C++ 6.0
- Visual C++ 2003
- Visual C++ 2005
- remove support of Mingw32 temporarily, because of atl License.

*) Tutorials

- LookNFeel(XP Menu) tutorials/winx/step020-xp-menu
- APIHook(Local) tutorials/winx/step021-api-hook/01.basic
- APIHook(Global) tutorials/winx/step021-api-hook/02.global... read more

Posted by xushiwei 2007-02-10

winx-1.1.07 Released

Changes for 1.1.07 (2007-1-29)
-----------------------------------------

*) Supported Compilers
- Visual C++ 6.0
- Visual C++ 2003
- Visual C++ 2005
- Mingw32

*) Tutorials
- ScrollWindow(Basic) tutorials/winx/step019-scroll-window/1.basic
- A Simple ImageViewer tutorials/winx/step019-scroll-window/2.imageview
- FormView (ScrollWindow of Dialog) tutorials/winx/step019-scroll-window/3.formview
- ZoomView (ZoomScrollWindow) tutorials/winx/step019-scroll-window/4.zoomview... read more

Posted by xushiwei 2007-01-29

winx-1.1.02 Released

Changes for 1.1.02x (2006-12-03)
—————————————–

Oh, I’m sorry that I forget the most important things.

Now I unify style of map macro, such as:

WINX_TEST_SUITE/WINX_TEST/WINX_TEST_SUITE_END;
WINX_CMDS_BEGIN/WINX_CMD/WINX_CMDS_END;
WINX_SYSCMD_BEGIN/WINX_SYSCMD/WINX_SYSCMD_END;
WINX_NOTIFY_BEGIN/WINX_NOTIFY/WINX_NOTIFY_END;
WINX_REFLECT_NOTIFY_BEGIN/WINX_REFLECT_NOTIFY/
WINX_REFLECT_NOTIFY_END;... read more

Posted by xushiwei 2006-12-08

winx-1.1.01 Released

Changes for 1.1.01 (2006-10-14)
-----------------------------------------

*) Tutorials

- Hello, SmartWin! tutorials/winx/step001/hello,smartwin (a)
- XSL Transformations (XSLT) tutorials/winx/step018-xslt (b)
- histgram(OpenCV example) tutorials/opencv/step001-histgram (c)

*** NOTE ***

To build tutorials marked with (a), You must download SmartWin++ from sourceforge:
http://sourceforge.net/projects/smartwin/... read more

Posted by xushiwei 2006-10-14

winx-1.1 (stable version) Released

Changes for 1.1 (2006-09-18)
-----------------------------------------

Port many useful WTL/MFC controls to WINX.

*) Example: port MFC controls to WINX

- samples/mfc-port/CreditStatic
summary: Control that print credit information as 'animated caption'.
author: CaiYin(shuker@263.net)

- samples/mfc-port/RoundButton
summary: A round button control.
author: Chris Maunder (chrismaunder@codeguru.com), 1997.... read more

Posted by xushiwei 2006-09-18

winx-1.0.041 Released

Released mainly for bugfix!!!
Thanks:
http://winxcn.blogspot.com/2006/09/blog-post.html

Changes for 1.0.041 (2006-09-14)
-----------------------------------------

Released mainly for bugfix!!!

*) Bugfix:

- ActiveX support bugfix (Visual Studio 2005)
Failed to create ActiveX controls in dialog resource template.
Reason: AtlAxDialogBox/AtlAxCreateDialog implementation was changed in high version ATL.... read more

Posted by xushiwei 2006-09-16

winx-1.0.04 Released

bug: winx\tutorials\winx\step009-mousewheel\mousewheel\hello.cpp

--> please change the following statement (in WinMain)

dlg.DoModal(NULL, hInstance);

to

dlg.DoModal();

Posted by xushiwei 2006-09-13

winx official blog

winx official blog (zh-CN) - http://winxcn.blogspot.com/

winx official blog (english) - http://winxhome.blogspot.com/

winx offical blog (big5) - http://winxtw.blogspot.com/

Posted by xushiwei 2006-09-11

winx-1.0.03 Released

IMPORTANT UPDATE!!!

Many modern ui features support:
Theme(XP Style), AutoComplete, IE(XPStyle, ConnectPoint), etc

Posted by xushiwei 2006-08-26

winx-1.0.02 Released

WINX - IMPORTANT UPDATE!!!

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.

Posted by xushiwei 2006-08-23

winx-1.0.01 Released

The initial version of the WINX library.

Posted by xushiwei 2006-08-21