I would like to see the project could you mail it or some..?
i think it sounds great.. but what i cant see/try i cant comment..
Gratz Thomas
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
Let's keep this on the ros-dev ML please.
On Thu, 17 Mar 2005 09:57:07 -0800 (PST), Thomas Larsen
<sikker2004(a)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.
ion(a)svn.reactos.com wrote:
> Dispatching & Queue Rewrite II:
>
> - Rewrote wait code. It is now cleaner, more optimized and faster. All waiting
> functions are now clearly differentiated instead of sharing code.
Imo, sharing the wait code is cleaner... (I remember the time i merged
the old wait code into one routine, heh)
These functions
> are called up to a dozen times a second, so having dedicated code for each of
> them is a real boost in speed.
> - Fixed several queue issues, made a dedicated queue wait/wake function (you are not
> supposed to use KeWaitFor on a queue,
I used KeWaitXxx in the queue impl. because i thought it was good to
have the wait code in one place only. Thou others find speed more
important:-D
Hi,
--- Damjan Jovanovic <dj015(a)yahoo.com> wrote:
> I am working on adding STI into the Wine project, and
> I thought that since ReactOS would probably benefit
> from it as well, you people could help me out.
>
> I need the STIUSD.H header file that should part of
> the Windows DDK, and seeing as I don't have the DDK
> and you guys should, maybe you can send it to me, and
> I can add STI support to ReactOS?
Sorry at this time we don't have this header in our DDK.
> STI is a still image API that lets you use scanners,
> cameras and the like in Windows.
>
> By the way, ReactOS looks interesting, when I have
> some time I'd like to work on it.
That would be nice. Feel free to ask any question here or mail
one of us directly.
Thanks
Steven
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
I need a tester for taskmgr.exe a improved version of mine
Don�t got a running version of reactos and need to test this app on other platforms than
windows 2003 server
Just send a mail and i send the source to you..
Thanks
Thomas
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
Hi
I am working on adding STI into the Wine project, and
I thought that since ReactOS would probably benefit
from it as well, you people could help me out.
I need the STIUSD.H header file that should part of
the Windows DDK, and seeing as I don't have the DDK
and you guys should, maybe you can send it to me, and
I can add STI support to ReactOS?
STI is a still image API that lets you use scanners,
cameras and the like in Windows.
By the way, ReactOS looks interesting, when I have
some time I'd like to work on it.
Bye
Damjan
__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
This is my changes to serial driver:
- Fixed bug: only one file may be open on a port at any given time.
- Implemented IOCTL_SERIAL_GET_STATS and IOCTL_SERIAL_CLEAR_STATS.
Small test program included