> From: gvg(a)svn.reactos.com
>
> Added files:
> trunk/reactos/lib/cpl/intl/sv.rc
>
> Deleted files:
> trunk/reactos/lib/cpl/intl/Sv.rc
The main intl.rc file referred to "sv.rc", but the file was named "Sv.rc".
I've corrected this, but it might give problems when svn up'ing on windows.
Just delete lib/cpl/intl/Sv.rc before doing an update.
Gé van Geldorp.
Well, look at this page to find other nice things we would like to have, we need more then client:
http://www2.reactos.com/wiki/index.php/ReactOS_Terminal_Services or
http://www.reactos.com/wiki/index.php/ReactOS_Terminal_Services
Yours sincerely,
Jaix Bly
----Ursprungligt meddelande-----
From: Wesley Parish wes.parish(a)paradise.net.nz
Date: Mon, 1 Aug 2005 15:07:19 +0200
To: ReactOS Development List ros-dev(a)reactos.com
Subject: [ros-dev] rdesktop
> http://www.rdesktop.org/
> Another link in the chain of compatibility.
>
> All we need for it is for the networking code to become mature.
>
> Wesley Parish
> --
> Clinersterton beademung, with all of love - RIP James Blish
> -----
> Mau e ki, he aha te mea nui?
> You ask, what is the most important thing?
> Maku e ki, he tangata, he tangata, he tangata.
> I reply, it is people, it is people, it is people.
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.com
> http://reactos.com:8080/mailman/listinfo/ros-dev
I keep getting the following error:
lib\ntdll\string\ctype.c:280: warning: '_pctype' defined locally after
being referenced with dllimport linkage
mingw32-make: *** [obj-i386\lib\ntdll\string\ctype.o] Error 1
I found a cheap little trick to it, commenting out line 280 in ctype.c
will fix it (for now)
--
-David W. Eckert
Most reactos.com services should be available again. The
forum is still offline. Mailing lists, main website, wiki and
bugzilla are functional again.
It might take a little while for the DNS changes to trickle
down the system, so if it doesn't work for you yet just try
again in half a day or so.
Gé van Geldorp.
Most reactos.com services should be available again. The forum is still
offline. Mailing lists, main website, wiki and bugzilla are functional
again.
It might take a little while for the DNS changes to trickle down the system,
so if it doesn't work for you yet just try again in half a day or so.
Gé van Geldorp.
http://www.rdesktop.org/
Another link in the chain of compatibility.
All we need for it is for the networking code to become mature.
Wesley Parish
--
Clinersterton beademung, with all of love - RIP James Blish
-----
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.
Hello,
the main XML build file "ReactOS.xml" is referencing a DTD file
"tools/rbuild/project.dtd". But it's not included in the SVN
repository. Is there already such a file? And in that case - could you
please check it in?
Thanks,
Martin
Hi. I'm implementing an EventLog service now. I want to make it 100%
compatible with windows. Windows machines will be able to access reactos
eventlog via rpc.
Undocumented rpc interface is almost reversed now. You can find it in
attached archive with some tests. Ansi functions work very well, but
I have some problems with unicode ones. When I pass initialized with
nulls UNICODE_STRING to a function, it works. When I initialize
structure with some other values, exception is raised on server side
(1783 Stub received bad data). I don't know why this happens. Advapi32
initializes structures with RtlInitUnicodeString, nothing special. Any
ideas?
And I don't know how to compile this with widl and gcc. SEH is not
implemented in gcc, right? How rpc exceptions are handled in ROS? Widl
returns strange errors. Somebody familiar with widl please help me =)
I summarize below the networking status for nic rtl8139 in real hardware
, with the help of Alex , Filip and Hpoussin
- Ping ok with svn 15400
- ping Nok with SVN15402+15404 and >
- ping ok with head (svn 16894) + patch 15402/15404 removed
The interesting part is this:
1) svn 15400
(ndis/io.c:824)(NdisMRegisterInterrupt) Called. InterruptVector (0xA)
InterruptLevel (0xA) SharedInterrupt (1) InterruptMode (0x0)
(ndis/io.c:843)(NdisMRegisterInterrupt) Connecting to interrupt vector
(0x4A) Affinity (0xFFFFFFFF).
(ndis/io.c:848)(NdisMRegisterInterrupt) Leaving. Status (0x0).
2) svn 15402/15404
(ndis/io.c:824)(NdisMRegisterInterrupt) Called. InterruptVector (0x0)
InterruptLevel (0x0) SharedInterrupt (1) InterruptMode (0x0)
(ndis/io.c:843)(NdisMRegisterInterrupt) Connecting to interrupt vector
(0x40) Affinity (0xFFFFFFFF).
(ndis/io.c:848)(NdisMRegisterInterrupt) Leaving. Status (0x0).
3) Svn 16860
(ndis\ndis\io.c:824)(NdisMRegisterInterrupt) Called. InterruptVector
(0x9) InterruptLevel (0x9) SharedInterrupt (1) InterruptMode (0x0)
(ndis\ndis\io.c:843)(NdisMRegisterInterrupt) Connecting to interrupt
vector (0x49) Affinity (0xFFFFFFFF).
(ndis\ndis\io.c:848)(NdisMRegisterInterrupt) Leaving. Status (0x0).
Regards
Gerard