sgasiorek(a)svn.reactos.com wrote:
> + wprintf(PML_TransError(error, (WCHAR*)errbuf, sizeof(errbuf)/sizeof(WCHAR)));
This typecast is kind of useless...
- Thomas
Hi!
sgasiorek(a)svn.reactos.com wrote:
> - changed name of package library to package.dll
> - fixed PML_TransError function (possibly fixes bug 730)
>
>
>
> Added files:
> trunk/rosapps/packmgr/lib/package.xml
>
> Updated files:
> trunk/rosapps/packmgr/cmd-line/rosget.xml
> trunk/rosapps/packmgr/directory.xml
> trunk/rosapps/packmgr/gui/main.c
> trunk/rosapps/packmgr/gui/packmgr.xml
> trunk/rosapps/packmgr/lib/es.rc
> trunk/rosapps/packmgr/lib/main.cpp
> trunk/rosapps/packmgr/lib/package.cpp
> trunk/rosapps/packmgr/lib/package.h
> trunk/rosapps/packmgr/lib/package.hpp
>
> Deleted files:
> trunk/rosapps/packmgr/lib/packlib.xml
>
[CC] modules/rosapps/packmgr/cmd-line/main.c
modules/rosapps/packmgr/cmd-line/main.c: In function `SetStatus':
modules/rosapps/packmgr/cmd-line/main.c:123: error: too few arguments to function `PML_TransError'
modules/rosapps/packmgr/cmd-line/main.c: In function `Install':
modules/rosapps/packmgr/cmd-line/main.c:139: error: too few arguments to function `PML_TransError'
modules/rosapps/packmgr/cmd-line/main.c:162: error: too few arguments to function `PML_TransError'
modules/rosapps/packmgr/cmd-line/main.c: In function `Show':
modules/rosapps/packmgr/cmd-line/main.c:186: error: too few arguments to function `PML_TransError'
make[1]: *** [obj-i386/modules/rosapps/packmgr/cmd-line/main.o] Error 1
Thanks,
James
No, the Shutdown/Restart and Log Off portions are in need of a
re-write, AFAIK. Since Local User Accounts are not implemented yet, we
cannot "Log Off" per se on ReactOS just yet.
On 11/25/05, Alex Buell <alex.buell(a)munted.org.uk> wrote:
> Has someone confused the Log off menu item with the Shutdown menu item?
> When logging off, it reboots. Is this intended?
>
> --
> http://www.munted.org.uk
>
> Anyone that thinks an imaginary deity is going to protect them against
> earthquakes and hurricanes needs psychiatric help.
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
--
"I had a handle on life, but then it broke"
anybody have a problem with me changing Tab+K to Esc+K.
I was working in command prompt and accidentally hit the combo when
using tab completion.
Thanks
> From: greatlrd(a)svn.reactos.com
>
> implement addbuffer to waveTheard. it can play wave one time
> if it is same file in windows
I guess you forgot to commit a header file:
[CC] lib/mmdrv/wave.c
lib/mmdrv/wave.c: In function `waveThread':
lib/mmdrv/wave.c:94: error: syntax error before '*' token
lib/mmdrv/wave.c:99: error: `pHdrSearching' undeclared (first use in this
function)
lib/mmdrv/wave.c:99: error: (Each undeclared identifier is reported only
once
lib/mmdrv/wave.c:99: error: for each function it appears in.)
lib/mmdrv/wave.c:116: warning: implicit declaration of function `waveStart'
GvG
Hi Steven,
You should include -all- headers in the main PCH,and have the files
include only the PCH. This will be much faster.
Best regards,
Alex Ionescu
How useful ;-)
Casper
_____
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of sedwards(a)svn.reactos.com
Sent: 25. november 2005 19:07
To: ros-diffs(a)reactos.com
Subject: [ros-diffs] [sedwards] 19564: Fix pch usage in most of the rest ofcrt.lib. Stop the abuse of including io.h,stdio.h and a
few others directly. Add a generic license header tothose source files that were missing it. There is still a fewother headers left
t
Modified: trunk/reactos/lib/crt/io/chmod.c
--- trunk/reactos/lib/crt/io/chmod.c 2005-11-25 17:13:40 UTC (rev 19563)
+++ trunk/reactos/lib/crt/io/chmod.c 2005-11-25 18:05:42 UTC (rev 19564)
@@ -1,9 +1,16 @@
+/*
+ * COPYRIGHT: See COPYING in the top level directory
+ * PROJECT: ReactOS system libraries
+ * FILE: lib/crt/??????
+ * PURPOSE: Unknown
+ * PROGRAMER: Unknown
+ * UPDATE HISTORY:
+ * 25/11/05: Created
+ */
CreatedStyleNum?
_____
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of turner(a)svn.reactos.com
Sent: 25. november 2005 05:15
To: ros-diffs(a)reactos.com
Subject: [ros-diffs] [turner] 19541: Read the registry to set the wallpapermode in in WinSta.
Read the registry to set the wallpaper mode in in WinSta.
Modified: trunk/reactos/subsys/win32k/ntuser/misc.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/misc.c
--- trunk/reactos/subsys/win32k/ntuser/misc.c 2005-11-25 03:50:49 UTC (rev 19540)
+++ trunk/reactos/subsys/win32k/ntuser/misc.c 2005-11-25 04:14:59 UTC (rev 19541)
@@ -6,7 +6,7 @@
* FILE: subsys/win32k/ntuser/misc.c
* PROGRAMER: Ge van Geldorp (ge(a)gse.nl)
* REVISION HISTORY:
- * 2003/05/22 Created
+ * 2003/05/22 CreatedStyleNum
*/
#include <w32k.h>
@@ -928,7 +928,18 @@
lol, I was just thinking the same thing.
-----Original Message-----
From: Casper Hornstrup [mailto:ch@csh-consult.dk]
Sent: 25 November 2005 10:01
To: ros-dev(a)reactos.org
Subject: [ros-dev] RE: [ros-diffs] [turner] 19541: Read the registry to set
the wallpapermode in in WinSta.
CreatedStyleNum?
_____
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org]
On Behalf Of turner(a)svn.reactos.com
Sent: 25. november 2005 05:15
To: ros-diffs(a)reactos.com
Subject: [ros-diffs] [turner] 19541: Read the registry to set the
wallpapermode in in WinSta.
Read the registry to set the wallpaper mode in in WinSta.
Modified: trunk/reactos/subsys/win32k/ntuser/misc.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/misc.c
--- trunk/reactos/subsys/win32k/ntuser/misc.c 2005-11-25 03:50:49 UTC
(rev 19540)
+++ trunk/reactos/subsys/win32k/ntuser/misc.c 2005-11-25 04:14:59 UTC
(rev 19541)
@@ -6,7 +6,7 @@
* FILE: subsys/win32k/ntuser/misc.c
* PROGRAMER: Ge van Geldorp (ge(a)gse.nl)
* REVISION HISTORY:
- * 2003/05/22 Created
+ * 2003/05/22 CreatedStyleNum
*/
#include <w32k.h>
@@ -928,7 +928,18 @@
************************************************************************
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