http://odin.netlabs.org/ "Odin is the name of the project and software that allows users to run Win32 (Windows 95 and Windows NT) applications in OS/2 Warp operating system natively, almost as if they were intended to be OS/2 applications in the first place. It also makes porting from Win32 to OS/2 easier by providing a Win32 API implementation in OS/2: the Odin32 API." There are new releases of the Zip versions: Release version: ftp://ftp.netlabs.org/pub/odin/Daily/odin32bin-20050424-release-xp.zip Debug version: ftp://ftp.netlabs.org/pub/odin/Daily/odin32bin-20050424-debug-xp.zip Report successes and problems if any on the Netlab's Odin user support mail list: To subscribe: e-mail: odin-user-subscribe at netlabs.org Odin mailing list archive: http://dir.gmane.org/gmane.org.netlabs.odin.user Odin Netlab's Wiki page: http://wiki.netlabs.org/index.php/Odin Changelog: ftp://ftp.netlabs.org/pub/odin/Daily/Changelog /* $Id: ChangeLog,v 1.2768 2005/04/24 19:55:40 sao2l02 Exp $ */ 2005-04-24: Dietrich Teickner - comctl32: o src\comctl32\listview.c reaktivate message chain comparsion with new pointer in the LISTVIEW_INFO strukture. reseting callbackmask crashs in some cases. - kernel32: o src\kernel32\winimagelx.cpp stub - init of the IMAGE_EXPORT_DIRECTORY for lx-dll's(pe-header of the orign odin-dll's). 2005-04-19: Dietrich Teickner - comctl32: o src\comctl32\listview.c protect us from recursive callback with reset the callbackmask before callback and restore after. - user32: o src\user32\wsprintf.cpp switch of the debuging of wsprintf o src\user32\message.cpp stop the message-loop for Agent 2.0 (currently no better solution) 2005-04-11: Steven Levine - win32k o src\win32k\win32k.mak o src\win32k\win32k.tools.mk makefile patches that will prevent build errors in a clean tree 2005-04-08: Andy Willis - ntdll: o src\ntdll\ntdll.def added RtlGetNtVersionNumbers 2005-03-28: Dietrich Teickner - comctl32: o src\comctl32\listview.c move the workaround for flashfxp 3.02 from message.cpp to listview.c, work's also with wine. flashfxp 3.02 connect also in wine. Found the double-click problem from FlashFXP in former odin-releases also in wine yet. - user32: o src\user32\message.cpp 2005-03-27: Dietrich Teickner - comctl32: o src\comctl32\listview.c some resyncs with wine for flashfxp 3.02. - user32: o src\user32\message.cpp stop the recursive callback at SendMessageTimeoutA. workaround for flashfxp 3.02, we can remove them, if we have a better solution in src\comctl32\listview.c from wine.