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
*) WINX-Extension
- LookNFeel, XPMenu (see winx/LookNFeel.h)
WINX_APP_MENU
WINX_APP_LOOKNFEEL
Contributor (Idea & Implementation): renfengxing@gmail.com
- APIHook (see winx/APIHook.h)
class APIHook, AutoAPIHook, etc
*) WINX-Core
- IDispatch call (see winx/Dispatch.h)
class DispatchHandle
class DispatchMethod, ExDispatchMethod
class DispatchFunction, ExDispatchFunction
class DispatchProperty, ExDispatchProperty
*) STL-Extension
- FileMapping (see stdext/FileMapping.h)
class FileMapping
class SimpleFileMapping, SimpleFileMappingRO
- Registry (see stdext/Registry.h)
class WinRegKeyHandle
class WinRegReadKey, WinRegWriteKey
- ScopeDebug (see stdext/ScopeDebug.h)
class CheckException
class ScopeLog, OutputScopeLog, ErrorScopeLog, FileScopeLog
class ThreadLog
ErrorGuard:
WINX_EXCEPTION_GUARD
WINX_WIN32_ERROR_GUARD
WINX_HRESULT_ERROR_GUARD
Idea Contributor: sting.feng@gmail.com
Article: http://blog.csdn.net/singlerace/archive/2007/01/12/1481441.aspx
- std::replaceText algorithm, etc.