[ros-dev] Need Tester

WaxDragon waxdragon at gmail.com
Thu Mar 17 13:04:31 CET 2005


Let's keep this on the ros-dev ML please.


On Thu, 17 Mar 2005 09:57:07 -0800 (PST), Thomas Larsen
<sikker2004 at yahoo.com> wrote:
> The bug until now is
> 
> In my windows 2003 Enterprise Server
> 
> 1. The resize bug you talk about.
> 
> 2. Layout Problems but microsoft allso have that in theirs taskmgr they just try to hide it
> because the tab control get white color from uxtheme and the other controls are gray or alike and
> cant be transparant
> 
> 3. A bug in the application view when trying to close task it dont refresh (Fixed)
> 
> 4. When open Run Dialog and click on browse (the application use 8MB of mem) the resource dont
> "free up mem" even when unloading lib but the problem er allso in winxp and windows 2003 server
> editon and must be a shell32 bug dont know if this happens in reactos
> 
> 5. Folders and zip folders do not reply (dont know how to fix this)
> 
> /////////////
> 
> What i did until now
> 
> Correct "Getting Procesor" Bugs on windows server and some memory leaks
> 
> The Hardcoded strings are now loaded from ressource and can all be translatet (Danish and English
> is done).
> 
> The Run Dialog are from shell32 now and use the translation from their to save some mem.
> 
> The About Dialog are from shell32 (Reactos allready implentet the LPGL license in their) to save
> some mem
> 
> Removed Tabs and update processor information struct from zw.h
> 
> Functions are optimized and dublicatet code are removed and replaced by one function
> 
> Loops are decreed instead of increed (to hopefully make it faster should be faster when decreed).
> 
> Use of shell32 is now 100% dynamic and are loaded when needed (Cant delay comdlg32 yet in reactos
> else this should be pretty fast to load)
> 
> French are included from wine and are testet and modifed by using reshacker to see if the strings
> fit (they did not)
> 
> Spain,deutch,english,france are modifed to fit in the dialogs
> 
> Top Headers are modified to the new style in ntoskrnl (waste of space to include the license).
> 
> Scroolbar are createtet by createwindow instead of createscroolwindows (microsoft will remove this
> call later or.. Information from msdn)
> 
> added missing test flags to processor if failures
> 
> Msgbox are allso loading from res
> 
> All rc files are modified to use same style and comments
> 
> Added Version Flag to TrayIcons
> 
> Use InitCommonControlsEx Instead of outdatet function (MSDN)
> 
> comparing with null instead this is the right to do
> 
> removed some reg code creating the software useless and dont allocate strings
> 
> Using RtlZeroMemory instead of memset
> 
> Comparing with (sizeof(szTemp) / sizeof (tchar) when loading strings by security reasons allso in
> the old string code
> 
> zero out all handles before using
> 
> removed old ressourcer
> 
> using manifest.xml in res and set the bitmaps and icons to natural
> 
> added UNREFERENCED_PARAMETER when parameters are not used
> 
> out comment unused loops and test code completely by using if 0 / endif
> 
> and some minor fixes
> 
> ///////////////////////////
> 
> What im working on now is to get the right processor usage
> And the resize bug
> sorting the items in process
> network information tab
> user information tab
> additional information on processes when right and clik on details (what dlls are used and so on).
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
> 


-- 
The cheese stands alone.


More information about the Ros-dev mailing list