Hi All,
Thanks for everyone that tested the previous Winsock 2.2 binary and for
your reports. Since last week, I've done a lot of bug fixing and
implemented new features, and this should reduce the number of crashes
you might have seen. As always, please follow the same testing procedure
as described in the last email (create a .local file for the .exe and
copy the dll in the same directory). I am highly interested in the
following apps: Opera, Mozilla, Outlook, P2P Applications, Bittorrent.
Changelog:
- Made stubs return error instead of success, so calling apps don't crash
- Implemented blocking hook/callbacks, which were required for
cancelling Async requests and WS1.1 functionality.
- Rewrote QuerySetA<->QuerySetW conversion functions as not to
overwrite, corrupt the heap and properly convert all the time.
- Implemented getprotobyname/getprotobyaddr
- Fixed 4 infinite loops which were hit in some cases.
- Fixed cleanup on WSACleanup
- Fixed SOL_PROTOINFO_A support in getsockopt
- Added support for restarting lookup if WSASocketW fails with special
error code
- Fixed WSALookupService* functions to handle failuers with the right
error codes
- Added registry notifications for live catalog changes monitoring
- Added code to write to the registry if entries are missing
- Added RAS Auto-dial helper implementation, still incomplete.
Best regards,
Alex Ionescu
Hi all!
Two small notes on MOVE command implementation:
1) option /Y isn't described in En.rc (and, ergo, in ALL translations);
2) NOT ALL hardcoded strings was moved from source. Yes, this ConOutPuts
will never compiled (under #if 0), but maybe it's better to remove this
dead code?
WBR,
DarkHobbit
weiden(a)svn.reactos.com wrote:
> fix some flags calculations and access rights in CreateNamedPipe and CreatePipe
> Modified: trunk/reactos/lib/kernel32/file/pipe.c
>
> ------------------------------------------------------------------------
> *Modified: trunk/reactos/lib/kernel32/file/pipe.c*
> --- trunk/reactos/lib/kernel32/file/pipe.c 2005-10-30 13:55:28 UTC (rev 18882)
> +++ trunk/reactos/lib/kernel32/file/pipe.c 2005-10-30 14:51:12 UTC (rev 18883)
> @@ -86,10 +89,10 @@
>
> }
>
> Status = NtOpenFile(&WritePipeHandle,
>
> - FILE_GENERIC_WRITE,
>
> + FILE_GENERIC_WRITE | SYNCHRONIZE,
>
> &ObjectAttributes,
> &StatusBlock,
>
> - 0,
>
> + FILE_SHARE_READ | FILE_SHARE_WRITE,
>
> FILE_SYNCHRONOUS_IO_NONALERT | FILE_NON_DIRECTORY_FILE);
> if (!NT_SUCCESS(Status))
> {
>
This change does break the using of pipes which are created by
CreatePipe. Usually it isn't necessary to open the end of the pipe in
share mode. Each opening request generates a new instance of a pipe.
FILE_SHARE_READ doesn't make sense, because this pipe-end is opened for
write access. If FILE_SHARE_READ|FILE_SHARE_WRITE is used, npfs.sys
interprets it as a special value and doesn't connect the pipe. This
breaks compiling ros on ros.
- Hartmut
No it doesn't.
Hadn't noticed it there, thanks.
-----Original Message-----
From: fireball(a)svn.reactos.com [mailto:fireball@svn.reactos.com]
Sent: 31 October 2005 12:00
To: ros-svn(a)reactos.com
Subject: [ros-svn] [fireball] 18910: I don't think tracert really depends on
winmm lib.
I don't think tracert really depends on winmm lib.
Updated files:
trunk/reactos/apps/utils/net/tracert/tracert.xml
_______________________________________________
Ros-svn mailing list
Ros-svn(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-svn
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Hello!
My name is Jonathon, and I would like to offer some help to ReactOS
Development. I can program in C/C++, [little] ASM, PHP, [little] PERL,
etc. I can grasp programming languages quite quickly, as I'm 15 and
program quite a bit. I'm British too. I've been watching SVN updates
quite a lot recently, and I find it quite interesting how the OS is
coded. I'm very interested in OSDev, too.
What can I do to help?
Jonny
How does this work?
I can't find anything in the wiki about this and it seems a bit of a grey
area.
There has been quite a bit of discussion about the UI recently, and I've had
a few people asking me how they can get involved, as they are finding it
difficult to get their ideas accepted.
Two good designs that spring to mind are that of crappish and Dominic.
Due to the recent interest in the GUI, I would be relatively interested in
getting some of their ideas into ReactOS.
I know Alex has some thoughts on improvements for 0.3 also
For instance, I think the button icon and menu graphic Dominic did are much
fresher and easier on the eye (see attached ... the graphic text needs
tweaking). However I don't know whether I can just commit, whether there is
a vote, whether MindFlyer can overrule us, etc.
<<start.jpg>>
Can we set some rules down so no toes are stepped on.
Thanks,
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Robert Köpferl wrote:
> As robertk I can see the forum but :
> You cannot post new topics in this forum
> You cannot reply to topics in this forum
> You cannot edit your posts in this forum
> You cannot delete your posts in this forum
> You cannot vote in polls in this forum
>
I get the same text when I login and I cannot vote either.
I'm perhaps not as active as it is required to be allowed to vote?
/ Jens
I've just realised the work on populating the start menu with eye candy
isn't in the 0.2.8 branch.
This involved links to games and core apps and was done specifically for
this release to give the users something new to play with.
Should we wait for the next release for this, or merge it in now?
Ged.
Ahh right. Yes, we've sorted that :)
> -----Original Message-----
> From: Magnus Olsen [mailto:magnus@itkonsult-olsen.com]
> Sent: 28 October 2005 23:36
> To: ReactOS Development List
> Subject: Re: [ros-dev] Role of UI coordinator andcommitting
> graphicalimprovements
>
>
> I did look at the pic start.jpg it say ros is beta
> but ros is alpha
>
> ----- Original Message -----
> From: "Ged" <gedmurphy(a)gmail.com>
> To: "ReactOS Development List" <ros-dev(a)reactos.org>
> Sent: den 29 October 2005 00:02
> Subject: Re: [ros-dev] Role of UI coordinator andcommitting
> graphicalimprovements
>
>
> > Magnus Olsen wrote:
> > > ReactOS is not in beta we are in alpha
> >
> > I never said it was. I don't understand your email.
> >
> > Ged.
> >
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Hi,
I have just finished building all the packages for 0.2.8 and they are
ready for release. Please don't commit anything furthur to this
branch. I would like to release it to sf right now. However we lack a
changelog. I guess I dont know how important this really is, if it isnt
important then we can just release? I think it is important and would
like to see it filled out. Shall i wait till tomorrow or maybe sunday
before I release it?
all commits to between 027 and 028 can be found at
www.msu.edu/~turnerb7/028.full.txt
Brandon
I want to build. revision 18766 of ReactOS
I typed in mingw32-make bootcd in my MSYS window but
GCC (both, 3.4.2 and 3.4.4) return these errors in
mingw.cpp:
[CC] toolsrbuildbackendmingwmingw.cpp
tools\rbuild\backend\mingw\mingw.cpp:18:23:
../../pch.h: No such file or directory
.
.
.
When I replace "#include "../../pch.h" with "#include
"pch.h", the erros does not occur any more.
This error occurs also in other files and its just the
same so I only write what I replaced with what in
which file(the base dir I am using for this is
tools\rbuild:
backend/mingw/mingw.h:
#include "../backend.h" -> #include
"backend/backend.h"
backend\mingw/modulehandler.h
#include "../backend.h" -> #include
"backend/backend.h"
backend/mingw/mingwmodulehandler.cpp:
#include "../../pch.h" -> #include "pch.h"
#include "../../rbuild.h" -> #include "rbuild.h"
backend/mingw/proxymakefile.cpp:
#include "../../pch.h" -> #include "pch.h"
backend\devcpp/devcpp.h:
#include "../backend.h" -> #include
"backend/backend.h"
backend\msvc/genguid.cpp:
#include "../../pch.h" -> #include "../../../pch.h"
backend\msvc/msvc.h:
#include "../backend.h" -> #include "../../backend.h"
backend\msvc/msvc.cpp:
#include "../mingw/mingw.h" -> #include
"../../mingw/mingw.h"
backend\backend.cpp:
#include "../pch.h" -> #include "pch.h"
#include "../rbuild.h" -> #include "rbuild.h"
backend\backend.h:
#include "../rbuild.h" ->
#ifndef __MSVC_H__
#include "rbuild.h"
#else
#include "../rbuild.h"
#endif
Now building rbuild works.
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
> -----Original Message-----
> From: Tim Jobling [mailto:tjob800@yahoo.co.uk]
> Sent: 28 October 2005 09:44
> To: ReactOS Development List
> Subject: Re: [ros-dev] Re: [ros-svn] [gedmurphy] 18814: -
> start of a rewrite for ipconfig
>
>
> Having said that, I am pleased to see that someone is working
> in this area
> of the networking apps, please do keep up the good work.
Adding a full suite of network apps is one of the areas I'm interested in
(along with the network model in general right down to NDIS) and my aim was
to have all the network apps pretty much complete for the 0.3 release. Due
to missing functionality in our iphlpapi it's not going to be possible, but
most the general functionality of arp, tracert, netstat, ipconfig and route
is now in place and their output simulates that of the MS tool suite.
I really need to start working on iphlpapi soon, but services and the GUI
have recently caught my attention ... heh.
> No need to add it back. When I looked at it last night I glanced at your
> _tmain function, containing the command line is parsing, I noticed it
looked
> almost identical to my main. So I questioned if it really was a rewrite.
> Having read through the rest of the file, I see that most of it is new.
Glad your not offended. As a learning process for me, I've been rewriting
much of the existing code. This has also had the added benefit of being able
to simulate the MS tools easier, as I had a general framework in my head to
code to instead of trying to decipher and modify existing code.
I didn't realise you still read the mailing lists. Does this mean you might
return at some point?
It would be nice to have another developer from the UK back on board, as at
the moment, I'm the only one fighting our cause .... lol :)
Ged
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
> -----Original Message-----
> From: Murphy, Ged (Bolton) [mailto:MurphyG@cmpbatteries.co.uk]
> Sent: 28 October 2005 08:05
> To: 'ReactOS Development List'
> Subject: RE: [ros-dev] Re: [ros-svn] [gedmurphy] 18814: -
> start of a rewri te for ipconfig
>
>
>
> > -----Original Message-----
> > From: Tim Jobling [mailto:tjob800@yahoo.co.uk]
> > Sent: 28 October 2005 00:50
> > To: ros-dev(a)reactos.org
> > Subject: [ros-dev] Re: [ros-svn] [gedmurphy] 18814: - start
> > of a rewrite for ipconfig
> >
> >
> > Ged,
> >
> > Whilst I applaud your efforts in tidying and advancing
> > ipconfig.c, I must
> > say that I think it is bad form to remove the previously
> > named authors from
> > the header and replace with only your own name.
> >
> > Kind regards,
> > Tim Jobling.
>
> Who was on it before me?
> I stripped it down and started again.
>
> Ged.
I just diffed against the previous revision and noted Rob Dickinson and your
name.
Pretty much all of the code from that revision has been replaced, with the
acception of the manner in which the command line is parsed.
http://svn.reactos.com/viewcvs/trunk/reactos/apps/utils/net/ipconfig/ipconfi
g.c?rev=18814&r1=18297&r2=18814
I would assume this is classed as a rewrite and previous revision details
aren't therefore noted in the source, but are accessible via the SVN logs.
If this is incorrect, or you feel offended, I will put the revision history
back in the file.
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
> -----Original Message-----
> From: Tim Jobling [mailto:tjob800@yahoo.co.uk]
> Sent: 28 October 2005 00:50
> To: ros-dev(a)reactos.org
> Subject: [ros-dev] Re: [ros-svn] [gedmurphy] 18814: - start
> of a rewrite for ipconfig
>
>
> Ged,
>
> Whilst I applaud your efforts in tidying and advancing
> ipconfig.c, I must
> say that I think it is bad form to remove the previously
> named authors from
> the header and replace with only your own name.
>
> Kind regards,
> Tim Jobling.
Who was on it before me?
I stripped it down and started again.
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Ged,
Whilst I applaud your efforts in tidying and advancing ipconfig.c, I must
say that I think it is bad form to remove the previously named authors from
the header and replace with only your own name.
Kind regards,
Tim Jobling.
----- Original Message -----
From: <gedmurphy(a)svn.reactos.com>
To: <ros-svn(a)reactos.com>
Sent: Friday, October 28, 2005 12:13 AM
Subject: [ros-svn] [gedmurphy] 18814: - start of a rewrite for ipconfig
>- start of a rewrite for ipconfig
> - simulate the MS netstat utilitys output
> - again, it's incomplete, but commiting for SVN log purposes.
>
>
> Updated files:
> trunk/reactos/apps/utils/net/ipconfig/ipconfig.c
> trunk/reactos/apps/utils/net/ipconfig/ipconfig.rc
> trunk/reactos/apps/utils/net/ipconfig/ipconfig.xml
>
> Deleted files:
> trunk/reactos/apps/utils/net/ipconfig/trace.c
> trunk/reactos/apps/utils/net/ipconfig/trace.h
>
___________________________________________________________
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
gedmurphy(a)svn.reactos.com wrote:
> - start of a rewrite for ipconfig
> - simulate the MS netstat utilitys output
>
Sorry, that should say 'simulate the MS ipconfig utility output'
I wasn't thinking ;)
> - again, it's incomplete, but commiting for SVN log purposes.
>
Alex Ionescu wrote:
> Wow, Dominic's design is just amazing. Is that a real local copy or a
> mockup? I'm all for it, the icons and all are great!
The icons are from Vista, so that's a no go. But some other bits we can use.
There is a discussion here with a nice screenshot :
http://www.reactos.org/forum/viewtopic.php?t=985
Ged
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
I am going to do the releases tonight at 9pm-ish EST. So if you have
anything that should be fixed in 0.2.8 please get it in soon. Please
get your changes added to
http://www.reactos.org/wiki/index.php/ChangeLog-0.2.8 before 1pm
Friday. That is when i will upload sf, and hopfully(GvG/MgW/Frik?) can
change reactos.org and add a new accounment. For devs that dont get
their changes in I do have a _rough_ log of what changes devs have made
that I think are important and before I release I will add them myself
but no grauntee that it will cover everything you have done.
Thanks!
Brandon
Sorry, just realised I sent this to your address, instead of the list.
-----Original Message-----
From: Murphy, Ged (Bolton)
Sent: 27 October 2005 13:56
To: 'jwalsh(a)bigpond.net.au'
Subject: RE: Issue 3. [Re: [ros-general] ROS-User-Issues]
> -----Original Message-----
> From: jwalsh(a)bigpond.net.au [mailto:jwalsh@bigpond.net.au]
> Sent: 27 October 2005 13:26
> To: ReactOS General List
> Cc: Murphy, Ged (Bolton)
> Subject: RE: Issue 3. [Re: [ros-general] ROS-User-Issues]
>
>
> Please do me a favour: just take a look at his 98/95 micro
> (hybrid) and then tell me again what you think. He has even
> reduced it to flash card.
I'm not talking about how many features you can remove from 9x, or how small
and fast you can make it. I'm talking about it's architectural design. The
kernel, memory management, GDI. It's inherently insecure and unstable. To
take one or two examples:
Most of the GDI is nonreentrant. It applies system wide mutex's blocking
other threads.
Process memory is visible and writable from all other process, meaning any
process can potentially corrupt data used by another process.
Parts of the kernel mode are writable from user mode.
There is no security system worth mentioning.
There are many many other design issues and I don't know, and am not about
to start listing them all.
The NT design solved these issues.
> No future for 9x? Microsoft is making threats, but it is
> still supporting 9x.
They are still supporting it (to an extent) because it's a problem they
created, and it has their name written all over it. There are still too many
9x users floating about to cast it aside.
> They are not so brash that they would insult their client base.
It wasn't meant as an insult. You've taken this too seriously.
> What makes you so cocksure of yourself?
I'm not.
> His software cost me $45 and I got good service and it works
> first time, it is so lean that I can make a ghost backup in
> under 3 minutes.
Great. But it's still 3 minutes of backing up a bad system which could have
been time better spent :p (I'm being sarcastic)
> I have been running a test for three weeks on a separate
> machine, without any protection, except that provided by a
> router, I have even rejected the Windows Updates. Admittedly
> I don't surf, but in principle and under restricted
> conditions it works.
Running with no protection is crazy, even if you have locked down your
router.
Not monitoring your system using the correct precautions is irresponsible.
> And what is more Shane does not blame his users.
> Nor does he resort to cheap shots.
I'm sorry you have taken this to heart, is was not meant like that.
> ReactOS, after three expensive downloads, still does not work.
> But I am still not giving up on it, nor you for that matter.
Expensive? It's completely free, where is the cost?
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
This is change is wrong. We start auto-start drivers, but we stop
on first failure (see subsys/system/services). You're just
workarounding the real problem. - Filip
----- PŮVODNÍ ZPRÁVA -----
Od: gvg(a)svn.reactos.com
Komu: ros-diffs(a)reactos.com
Předmět: [ros-diffs] [gvg] 18782: Change Tcpip and Afd drivers
Datum: 27.10.2005 - 1:28:07
> Change Tcpip and Afd drivers from auto-start to system-start,
> since we
> don't
> auto-start device drivers yet
> Modified: trunk/reactos/bootdata/hivesys.inf
> _____
>
> Modified: trunk/reactos/bootdata/hivesys.inf
> --- trunk/reactos/bootdata/hivesys.inf 2005-10-26 23:19:37 UTC
> --- (rev
> 18781)
> +++ trunk/reactos/bootdata/hivesys.inf 2005-10-26 23:26:44 UTC
> (rev
> 18782)
> @@ -365,7 +365,7 @@
>
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","ErrorControl",0x00010001,0
> x00000001
>
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Group",0x00000000,"TDI"
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","ImagePath",0x00020000,"sys
> tem32\drivers\afd.sys"
>
-HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Start",0x00010001,0x00000
> 002
>
+HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Start",0x00010001,0x00000
> 001
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Type",0x00010001,0x0000000
> 1
>
> ; Atapi miniport driver
> @@ -615,7 +615,7 @@
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","ErrorControl",0x00010001
> ,0x00000001
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Group",0x00000000,"PNP_T
> DI"
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","ImagePath",0x00020000,"s
> ystem32\drivers\tcpip.sys"
>
-HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Start",0x00010001,0x000
> 00002
>
+HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Start",0x00010001,0x000
> 00001
>
>
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Type",0x00010001,0x00000
> 001
> ; NOTE: These settings should be added by the network setup
> ; These bindings are of the windows 2000 type, and will
> probably need
> to be
>
--
Volejte za 0,- Kč po celé ČR se službou VOLNÝ TelefoNet. Více
informací na http://telefonet.volny.cz
> > Wow, Dominic's design is just amazing. Is that a real local copy or a
> > mockup? I'm all for it, the icons and all are great!
>
> The icons are from Vista, so that's a no go. But some other bits we can
use.
> There is a discussion here with a nice screenshot :
> http://www.reactos.org/forum/viewtopic.php?t=985
It looks better still with an address bar in explorer :
http://reactosde.re.funpic.de/media/mediadown/2005_302962_reactgui.jpg
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
> -----Original Message-----
> From: Casper Hornstrup [mailto:ch@csh-consult.dk]
> Sent: 26 October 2005 18:36
> To: 'ReactOS Development List'
> Subject: RE: [ros-dev] RE: [ros-svn] [turner] 18776:
> Calculate the screensize correctly . Allow a file name input.
>
> > -----Original Message-----
> > From: ros-dev-bounces(a)reactos.org
> [mailto:ros-dev-bounces@reactos.org] On Behalf Of Eric Kohl
> > Sent: 26. oktober 2005 19:06
> > To: ReactOS Development List
> > Subject: Re: [ros-dev] RE: [ros-svn] [turner] 18776:
> Calculate the screensize correctly . Allow a
> > file name input.
> >
> > Murphy, Ged (Bolton) wrote:
> >
> > > Does anyone have any objections to this?
> > >
> > > If not, I will start to move the following into rosapps tonight:
> > > binpatch
> > > driver
> > > dumprecbin
> > > infinst
> > > nts2w32err
> > > objdir
> > > partinfo
> > > patchnv4
> > > pice
> > > pnpdump
> > > sc
> > > sdkparse
> > > stats
> > > theme
> > > tickcount
> >
> > Most of these utils were/are used to develop ReactOS. They
> should stay
> > where they are because they are used by developers.
> >
> >
> > Eric
>
> [CSH] Please speak up whoever use them and don't want to
> checkout rosapps
> in order to use them.
>
> Casper
No one seems to be speaking up.
Perhaps these tools were in for historical purposes, but are now redundant.
They aren't currently included in the build, so it wouldn't generate anymore
work having them in rosapps and dropping the needed ones into
/reactos/modules as opposed to editing /apps/directory.xml
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
> -----Original Message-----
> From: WaxDragon [mailto:waxdragon@gmail.com]
> Sent: 26 October 2005 17:55
> To: ReactOS Development List
> Subject: Re: [ros-dev] RE: [ros-svn] [turner] 18776:
> Calculate the screen size correctly . Allow a file name input.
> My XP install has sc (what ours does, who knows), otherwise moving
> them is fine by me. Be sure to update
> reactos/bootdata/packages/reactos.dff please.
Our current sc.exe does pretty much nothing.
I've started a full rewrite of it which I'll drop into /subsys/system when
ready
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com