Noone (with exception to a few reactos devs) really bothered to actually heavily use those tests to check the developed code for errors.
If they were used from the beginning, there would be lots more supported apps by now.
Speaking on topic, updating is important, but 2 years ago means that that test isn't really updated in wine.
Wbr,
Aleksey.
-----???????? ?????????-----
??: "Daniel Reimer" <reimer.daniel(a)freenet.de>
????: "ReactOS Development List" <ros-dev(a)reactos.org>
??????????: 30.07.07 22:14
????: [ros-dev] Winetests
Hi,
I dont talk very often here, but this is, in my eyes, quite urgent. Some
days ago Magnus said he was able to fix some bugs thanks to the old
winetests we have in SVN. When I looked at the tests I saw that some had
their last update in r16000, TWO Years ago. I know its some work to port
the tests, but dont you agree that newer tests could help to find even
more bugs in ROS and that a update should be performed? If I could, I
would do so, but I'm not skilled enough yet...
Daniel "EmuandCo" Reimer
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
While i'm away, it would be cool to listen to what other devs think about it. Like James, Thomas, etc.
I don't have a pc here, but I feel cautious about any significant changes into .s generation.
But, if it is possible to generate .s once, it would be good.
Aleksey.
-----???????? ?????????-----
??: "Sylvain Petreolle" <spetreolle(a)yahoo.fr>
????: "ReactOS Development List" <ros-dev(a)reactos.org>
??????????: 31.07.07 13:15
????: [ros-dev] Re : ??: Re: ??: Re: Winetests
Agreed,
having it generated one time reduces wrong version
and renders the whole process more reliable.
----- Message d'origine ----
De : Magnus Olsen <magnus(a)greatlord.com>
À : ReactOS Development List <ros-dev(a)reactos.org>
Envoyé le : Mardi, 31 Juillet 2007, 12h26mn 31s
Objet : Re: [ros-dev] ??: Re: ??: Re: Winetests
At moment we are genreate the win32k.S 2-3 times
I do not whant it be genreate more that one time.
that reason I whant a lib instead for allot genreated
win32k.S, I will need a lib later for win32k testkit
for dx.
----- Original Message -----
From: "Aleksey Bragin" <aleksey(a)reactos.org>
>Ged noticed that they looked exactly like windows images.
The original grayscale comes from
http://nifty.stanford.edu/2004/EstellCardGame/
if I remember right.
Also used by projects like
http://arainyday.se/projects/python/DeckOfCards/
>Maybe we should replace these images. I have found an opensource project
>with nice images: MacSolitaire
Nice idea. The cards there looks much better then the completly black and
completely red cards.
Greatings
theuserbl
_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu!
http://desktop.msn.de/ Jetzt gratis downloaden!
this means we should delete its contents or make it unavailable,
for legal/ip reasons.
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
----- Message d'origine ----
De : Timo Kreuzer <timo.kreuzer(a)web.de>
À : ReactOS Development List <ros-dev(a)reactos.org>
Envoyé le : Mardi, 31 Juillet 2007, 16h17mn 44s
Objet : [ros-dev] card.dll images partly copied from windows
There was a patch on bugzilla replacing some of the greyscale images
from wine's card.dll with colored ones.
http://www.reactos.org/bugzilla/show_bug.cgi?id=2476
Ged noticed that they looked exactly like windows images. The wine
images seem to be windows images converted to greyscale.
Maybe we should replace these images. I have found an opensource project
with nice images: MacSolitaire
http://sourceforge.net/projects/macsolitairex
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Moving lists to appropriate places sounds good to me too. As for the lib, why would it be better than the current solution?
-----???????? ?????????-----
??: "Timo Kreuzer" <timo.kreuzer(a)web.de>
????: "ReactOS Development List" <ros-dev(a)reactos.org>
??????????: 31.07.07 11:32
????: Re: [ros-dev] Winetests
The lib thing is exactly what I had in mind.
I just also suggest moving the lists (win32ksvc.db and sysfuncs.lst)
from the folder where the nci tool is to the folder where the function
implementations are (win32k and ntoskrnl)
Agreed,
having it generated one time reduces wrong version
and renders the whole process more reliable.
----- Message d'origine ----
De : Magnus Olsen <magnus(a)greatlord.com>
À : ReactOS Development List <ros-dev(a)reactos.org>
Envoyé le : Mardi, 31 Juillet 2007, 12h26mn 31s
Objet : Re: [ros-dev] ??: Re: ??: Re: Winetests
At moment we are genreate the win32k.S 2-3 times
I do not whant it be genreate more that one time.
that reason I whant a lib instead for allot genreated
win32k.S, I will need a lib later for win32k testkit
for dx.
----- Original Message -----
From: "Aleksey Bragin" <aleksey(a)reactos.org>
To: "ReactOS Development List" <ros-dev(a)reactos.org>
Sent: Tuesday, July 31, 2007 12:23 PM
Subject: [ros-dev] ??: Re: ??: Re: Winetests
> I do not like the idea of fully switching to such a lib.
> But for regression testing - let Timo do it then.
>
> Aleksey.
> ---
>
> If some does not like the idea create a lib call
> win32ksyscall.a let me hear it now, I will implement
> it today night or tomoring other wise, it will be allot
> easy for our testapps apps and gdi32/user32 using
> a lib instead a genreated win32k.S for each apps.
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
I do not like the idea of fully switching to such a lib.
But for regression testing - let Timo do it then.
Aleksey.
---
If some does not like the idea create a lib call
win32ksyscall.a let me hear it now, I will implement
it today night or tomoring other wise, it will be allot
easy for our testapps apps and gdi32/user32 using
a lib instead a genreated win32k.S for each apps.
I dislike the idea, I'll tell reasons when I'm back.
-----???????? ?????????-----
??: "James Tabor" <jimtabor(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
????: "ReactOS Development List" <ros-dev(a)reactos.org>
??????????: 30.07.07 08:58
????: Re: [ros-dev] suggestion: moving wine dlls
Timo Kreuzer wrote:
> I have a suggestion:
> Move all wine shared dlls to dll/wine or dll/3rdparty/wine, only kepping
> our own dlls (gdi32, user32, kernel32, syssetup, newdev, console, hid,
> mmdrv, ...) in dll/win32.
> Reason is, we just lost a few earlier commited translation of wine dlls
> with the latest winesyncs.
> With this we would make sure everone would directly see that the
> component is synched with wine and should not be touched. Another point
> is that it's quite annoying to have >100 folders under the win32 folder
> that expand in the file browser, when you browse to one of our dlls.
>
> Greetings,
> Timo
>
Hello,
I posted a new patch for this bug, as requested into bugzilla.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Mon, 30 Jul 2007 15:32:58 +0200
Subject : [ros-dev] Bug #2494 fixed
> Hello,
> the patch posted into this bug shoul fix the defect.
>
> Sincerely,
>
> Carlo Bramini
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hi all,
I'm giving in to the idea of having two dc_attrs.
From, Windows Graphics Programming Win32 GDI and DirectDraw -> 3.8 GDI KERNEL MODE DATA STRUCTURE ->
Device Context in the GDI Engine, second to the last paragraph:
Field pdcattr points to the DC_ATTR structure for that device context in user mode address space,
which contains most device context settings. The DCOBJ structure has a duplication of it in its
dcAttr field. It's possible the GDI designers want setting DC attributes to be efficient, with as
little kernel mode code involvement as possible. This requires a DC_ATTR structure in user mode. But
they also want to be able to access it easily in kernel mode, which requires a copy of DC_ATTR in
kernel mode. Certain flags may be used to synchronize the two copies of DC_ATTR.
typedef struct
{
// ......snip......
void * pdcattr; // point to user mode DCATTR
DCLEVEL dcLevel; // 0x030 0x1B8(440) bytes
DC_ATTR dcAttr; // 0x1C8(456) bytes
// ......snip......
} DCOBJ;
I did set up Ros DC structure to have the dc_attr pointer stored. I guess it's time to move the old
WIN_DC_INFO stuff over to the new kernel mode dc_attr and use the dirty flags for synchronizing.
This will fix my memory access problems too. I did an experiment to test the idea of just copy if it
was dirty and all my problems went away.
FYI,
James
Hello,
the patch posted into this bug shoul fix the defect.
Sincerely,
Carlo Bramini
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hi Tom,
Your fat32format utility works beautifully here.
One point must be approached :
You released it under the GPL,
but your zip files dont include the license text file.
Please add it asap.
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
----- Message d'origine ----
De : Gabriel ilardi <gabrielilardi(a)hotmail.it>
À : ros-dev(a)reactos.org
Envoyé le : Samedi, 28 Juillet 2007, 14h53mn 23s
Objet : [ros-dev] setup's fat32 format
Dear devs,
There's a current limitation in xp, setup can format hds in fat32 at maximum
32gb, this is a setup format limitation, I've found an open source utilty to
format fat32 with its native limitation (2tb).
Hope it can be be of use to reactos.
http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
WBR,
Gabriel ilardi
gabriel_it
_________________________________________________________________
C'è una nuova amica su Messenger E' Doretta!
http://www.doretta82.it/banner/index.html
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
I have a suggestion:
Move all wine shared dlls to dll/wine or dll/3rdparty/wine, only kepping
our own dlls (gdi32, user32, kernel32, syssetup, newdev, console, hid,
mmdrv, ...) in dll/win32.
Reason is, we just lost a few earlier commited translation of wine dlls
with the latest winesyncs.
With this we would make sure everone would directly see that the
component is synched with wine and should not be touched. Another point
is that it's quite annoying to have >100 folders under the win32 folder
that expand in the file browser, when you browse to one of our dlls.
Greetings,
Timo
it only should show after a reboot like windows does it.
I have not tested this feature long time now, last time
it did work like windows you need it a reboot.
before this change taken effect.
----- Original Message -----
From: <ReactOS.Bugzilla(a)www.reactos.org>
To: <ros-bugs(a)reactos.org>
Sent: Sunday, July 29, 2007 9:46 PM
Subject: [ros-bugs] [Bug 2323] Display Version Number check box has no
effect
> http://www.reactos.org/bugzilla/show_bug.cgi?id=2323
>
>
>
>
>
> ------- Comment #3 from gabrielilardi(a)hotmail.it 2007-07-29 21:46
CET -------
> Probably this is the description (at least behaves as described):
> Right click on the taskbar, settings, "display version number".
>
>
> --
> Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the QA contact for the bug, or are watching the QA contact.
> You are the assignee for the bug, or are watching the assignee.
> _______________________________________________
> Ros-bugs mailing list
> Ros-bugs(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-bugs
The werid thing it hang on this one for me. I do not getting any more msg
that goes wrong, it seam the program freze whole reactos
----- Original Message -----
From: <ReactOS.Bugzilla(a)www.reactos.org>
To: <greatlord(a)reactos.com>
Sent: Sunday, July 29, 2007 7:36 PM
Subject: [Bug 2501] Tuxpaint installer, windows class path issue ?
> http://www.reactos.org/bugzilla/show_bug.cgi?id=2501
>
>
> w3seek(a)reactos.com changed:
>
> What |Removed |Added
> --------------------------------------------------------------------------
--
> Status|NEW |RESOLVED
> Resolution| |INVALID
>
>
>
>
> ------- Comment #1 from w3seek(a)reactos.com 2007-07-29 19:36 CET -------
> This is not a bug. This is how the Delphi VCL is designed. Before it
registers
> window classes for VCL controls it does a call to GetClassInfoEx() to
check if
> the class exists. That's why you see the messages that a window class
doesn't
> exist. "It's not a bug, it's a feature!"
>
>
> --
> Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
ReactOS cannot be compiled!
It returns the following error:
[CC] base\applications\winhelp\hlpfile.c
cc1.exe: warnings being treated as errors
base\applications\winhelp\hlpfile.c: In function 'HLPFILE_DoReadHlpFile':
base\applications\winhelp\hlpfile.c:346: warning: implicit declaration of function 'WINE_WARN'
mingw32-make: *** [obj-i386\base\applications\winhelp\hlpfile.o] Error 1
Infact WINE_WARN macro is missing.
It should be added somewhere for source compatibility.
Sincerely,
Carlo Bramini
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
bug #2479 describes a bug into ja-JP.rc and it includes a very simple correction.
Sincerely,
Carlo Bramini
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
I'll be on vacation, starting from tomorrow (25th of July) and
lasting till 1st of August.
Have fun with development while I'm away!
WBR,
Aleksey Bragin.
There are still some developer changelogs missing from the wiki, so I've
made files for each developer listing their changes. The devs in question
are:
Eric, Thomas, Hervé, Timo, hto, Sylvain and winesync(anyone want to
volunteer for this?)
The files can be found here : http://svn.reactos.org/temp/dev_logs/
If any dev doesn't have the time (or interest) to complete their own logs,
can you state so in a reply to this mail and perhaps we can tender out your
changes as a foreigner ;)
Even if the individual devs don't care about taking credit for the work
they've done, getting these changes in is quite important for ReactOS from a
publicity aspect.
Regards,
Ged.
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
Amteus Secure Communications Ltd
57 Cardigan Lane,
Leeds,
LS4 2LE
t: +44 (0) 870 8368770
f: +44 (0) 870 8368701
Registered in England No 4760795
http://www.amteus.com
Hello,
bug #2467 has an attachment which fixes some
translation errors
missing translations
unaligned or too small controls
Sincerely,
Carlo Bramini
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello.
Bug #2397 has been closed, but while the winemine icon bug has been fixed, it still persists into solitaire.
If you launch solitaire into Windows or ReactOS, you will see that icon is wrong on the upper left corner of the title bar.
I compiled solitaire with MSVC and the good icon is visible.
I converted RES file into COFF format, I linked solitaire with RosBE and icon is ok too.
I generated COFF file again with windres and again the icon is wrong.
Suggestions?
Sincerely,
Carlo Bramini.
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
we just released the first pre-release (RC1) of the upcoming 0.3.3.
Certainly, it contains even more bugs than the alpha-quality software
could contain, but we are still doing our best to reduce amount of
certain glitches and misbehaviour.
IMPORTANT: This releases is not intended for a press/media reviews,
since it surely has more unwanted things that we want to have in a
release.
Anyway, the 0.3.3-series is now preferred over 0.3.1 for new people
to try out. Don't forget to file bugs in our bugzilla (http://
www.reactos.org/bugzilla) it it's not already there.
The prerelease is accessible from the sourceforge.net's download page
as always (http://www.sourceforge.net/projects/reactos). I think
mirrors didn't have time to cache the files yet, so be careful.
You can find a link to the changelog at the download page too.
Developers! Finally, those who still didn't bother to summarise your
changes - please do!
With the best regards,
Aleksey Bragin.
Hi!
We need to re-think Metafile trash inside win32k!
Hint: Win32k Gdi rewrite?
If developers are going to help me do this, help me do it right!
Remove metafile from win32k and implement it in gdi32 where it is done
in real windows. I did place examples in the tree on how to do this.
Poorly coded code built up upon poorly implement code equals more poorly
implemented code on code, or just trash code!
Thank you for your cooperation,
James
Dear Mr. Betov,
Why don't you sign your messages with your real name? Betov is just a
nickname. Are you hiding something?
First of all, I'm not aware about ReactOS-fanatics terrorizing your
wikipage. It was removed because you did not react to our requests
about usage of a ReactOS trademark, and general strangeness of your
project. It was said a number of times that ReactOS does not want to
be in ANY relations with your project, because the only thing which
RosAsm was doing for that amount of years is using ReactOS name to
advertise, gain publicity and importance.
ReactOS uses a lot of code from other projects, released by GPL-
compatible licenses, knowledge gained from books, MSDN, DDK,
websites, etc, etc, etc.
We try to care about legality of information sources as much as we
can. However, we usually don't thoroughly research which information
sources did other projects use whose GPLed code we include in ReactOS
(that would mean going into legal cleanness of Linux, Wine, and
dozens of other projects - we don't neither have time or will to go
into this).
Secondly, we never hide and never intend to hide anything, so your
highly arrogant ("I give you a week") is very stupid, I will never
deal with you, that would mean a betrayal of all developers who work
on ReactOS.
It's very funny to read about some time estimates you're giving me
(you must be really crazy to order me what to do and to give me time
estimates).
In legal terms it has a clear name: "blackmail", by using fabricated
"proofs". Next you're going to tell you're banned from this list,
etc, etc.
Trust me, I heard about your behaviour, you're never targeting good
goals, you only want to give something bad to people.
Try to rethink your life goals.
With the best regards,
Aleksey Bragin.
On Jul 22, 2007, at 11:13 AM, Betov wrote:
-= skip =-
I did a quick test: I bypassed that test and now, apparently, it finally works perfectly.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Sat, 21 Jul 2007 01:07:44 -0500
Subject : Re: [ros-dev] Strange code into ToUnicodeEx().
> carlo.bramix wrote:
> > Hello,
> > I debugged a bit on ReactOS because I wanted to understand why my (newer upcoming) version of ReactOS Calc doesn't work when you press some keys on the keyboard.
> > The cause of the problem is this piece of code:
> >
> > int STDCALL ToUnicodeEx( UINT wVirtKey,
> > UINT wScanCode,
> > PBYTE lpKeyState,
> > LPWSTR pwszBuff,
> > int cchBuff,
> > UINT wFlags,
> > HKL dwhkl )
> > {
> > int ToUnicodeResult = 0;
> >
> > if (0 == (lpKeyState[wVirtKey] & KS_DOWN_BIT))
> > {
> > ToUnicodeResult = 0;
> > }
> > else
> > {
> > ......
> >
> > In other words, a key can be translated only if it's pressed and not during the release stage.
> > Is there a reason for this choice?
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> Oh!!!! Yuck! it's a wine thing'y!
>
> dlls/winex11.drv/keyboard.c:2365: * ToUnicodeEx (X11DRV.@)
> dlls/winex11.drv/keyboard.c:2382:INT X11DRV_ToUnicodeEx(UINT virtKey, UINT scanCode, LPBYTE lpKeyState,
>
> dlls/user32/input.c:631:INT WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, LPBYTE lpKeyState
>
>
> Maybe we need to update our code tree?
> James
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
I will be visiting Montenegro country (25th of July, for a week,
Tivat, Budva, surroundings), and I will have some free time there. So
if someone has a will to meet regarding ReactOS - feel free to drop
me an email.
WBR,
Aleksey Bragin.
Hello,
I debugged a bit on ReactOS because I wanted to understand why my (newer upcoming) version of ReactOS Calc doesn't work when you press some keys on the keyboard.
The cause of the problem is this piece of code:
int STDCALL ToUnicodeEx( UINT wVirtKey,
UINT wScanCode,
PBYTE lpKeyState,
LPWSTR pwszBuff,
int cchBuff,
UINT wFlags,
HKL dwhkl )
{
int ToUnicodeResult = 0;
if (0 == (lpKeyState[wVirtKey] & KS_DOWN_BIT))
{
ToUnicodeResult = 0;
}
else
{
......
In other words, a key can be translated only if it's pressed and not during the release stage.
Is there a reason for this choice?
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Wed, 18 Jul 2007 11:14:45 +0000 (GMT)
Subject : [ros-dev] Re : r27709 breaks first stage setup
> this part of hivesys change is wrong : (duplicate key)
>
> +HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0414",0x00000000,"l_intl.nls"
> HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0813",0x00000000,"l_intl.nls"
> HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0414",0x00000000,"l_intl.nls"
>
>
> Kind regards,
> Sylvain Petreolle (aka Usurp)
> --- --- --- --- --- --- --- --- --- --- --- --- ---
> Run your favorite Windows apps with free ReactOS : http://www.reactos.org
> Listen to non-DRMised Music: http://www.jamendo.com
>
>
>
>
> ----- Message d'origine ----
> De : Timo Kreuzer <timo.kreuzer(a)web.de>
> À : ReactOS Development List <ros-dev(a)reactos.org>
> Envoyé le : Mercredi, 18 Juillet 2007, 0h33mn 13s
> Objet : [ros-dev] r27709 breaks first stage setup
>
>
> the change in hivesys.inf makes ros freeze when trying to import hivesys.inf
> bug 2414
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
this part of hivesys change is wrong : (duplicate key)
+HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0414",0x00000000,"l_intl.nls"
HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0813",0x00000000,"l_intl.nls"
HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0414",0x00000000,"l_intl.nls"
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
----- Message d'origine ----
De : Timo Kreuzer <timo.kreuzer(a)web.de>
À : ReactOS Development List <ros-dev(a)reactos.org>
Envoyé le : Mercredi, 18 Juillet 2007, 0h33mn 13s
Objet : [ros-dev] r27709 breaks first stage setup
the change in hivesys.inf makes ros freeze when trying to import hivesys.inf
bug 2414
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Hello,
After r27704 the resource files of winemine changed, so I'm wondering if I should re-do the patches posted for bug #2397.
There were also some fixes for italian translation.
In my opinion it was wrong: in the game you must search mines and not flowers.
Instead, the translation into the WINE CVS seems correct.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Fri, 13 Jul 2007 15:03:10 +0200
Subject : [ros-dev] Bug #2397 (partially) fixed.
> The patch sent to Bugzilla fixes the signaled bugs.
> The missing WineMine icon into the aboutbox has been fixed only into english and italian versions, so the fix should be applied to all other languages as I described into bugzilla.
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ros-dev" ros-dev(a)reactos.org
> Cc :
> Date : Thu, 12 Jul 2007 13:45:22 +0200
> Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
>
> > Hello,
> > your windres works well too.
> > Finally, I can see the light at the end of the tunnel.
> > BTW, do you have this warning too?
> >
> > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > windres: warning: 5: "CHOOSE_FONT": 1026: duplicate value
> > windres: warning: 5: "CHOOSE_COLOR?n": 1026: duplicate value
> >
> > It seems it happens into cdlg_Bg.rc
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : "ReactOS Development List" ros-dev(a)reactos.org
> > Cc :
> > Date : Thu, 12 Jul 2007 13:11:44 +0200
> > Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> >
> > > Hi,
> > >
> > > Yesterday in the #reactos IRC channel, some other users had the same
> > > problem.
> > > At the end, we also identified "windres" as the problem.
> > >
> > > Probably, we all do not use the same version of RosBE. EmuandCo published
> > > around 4 RosBE versions, which all got the version number 0.3.6. Some of
> > > them use different "windres" versions.
> > > Hopefully, RosBE 0.3.7 will solve this mess.
> > >
> > > I currently uploaded the "windres" version I use to
> > > http://reactos.colinfinck.de. This is the version that works for me.
> > > For all Unix/Linux users: The "windres" version bundled with my RosBE-Unix
> > > 0.3.6 also works for me, so the resources should be compiled correctly here.
> > >
> > > The regedit problem you had was caused by saving some resource files as
> > > UTF-8 instead of ANSI.
> > > But this problem should be fixed in current trunk.
> > >
> > > Best regards,
> > >
> > > Colin
> > >
> > >
> > > > -----Original Message-----
> > > > From: ros-dev-bounces(a)reactos.org
> > > > [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix
> > > > Sent: Thursday, July 12, 2007 10:18 AM
> > > > To: ros-dev
> > > > Subject: Re: [ros-dev] Re : ReactOS doesn't compile well
> > > >
> > > > After reading these messages I believe I didn't explain my
> > > > problems very well...
> > > > So I try to correct what I said...
> > > > Switching to older (the 2006 one) windres really *solved* all
> > > > these problems:
> > > >
> > > > [WRC] obj-i386\base\shell\cmd\cmd.coff
> > > > [WRC] obj-i386\base\system\expand\expand.coff
> > > > [WRC] obj-i386\dll\cpl\intl\intl.coff
> > > > [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> > > > [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> > > > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > > > [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> > > > [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
> > > >
> > > > The problem not solved was another one, when the
> > > > listview/treeview controls into regedit sometimes disappear
> > > > (but into current revision, it's ok too).
> > > >
> > > > Sincerely,
> > > >
> > > > Carlo Bramini.
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> >
> >
> > ------------------------------------------------------
> > Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> > http://click.libero.it/infostrada
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
There seem to be some more problems with resources
intl.cpl: errors while compiling, it only shows the first language (cz)
and control panel shows nothing. If you remove all other languages than
one or comment out the stringtable in all resources, then it compiles
without errors and the control panel works again. intl still doesn't
start on XP (some other cpl also don't work on xp)
sysdm.cpl: shows text in different languages in ros (German text
although selected language is English)
First, I'd like to thanks EmuandCo for the work he did on that wiki
page. Now that I have passed through all the tests
for version 27665, I do realize how time consuming it can be.
I have rewrite in a wiki table the work EmuandCo had done, in the hope
that it will be easier to add simply a new column for
tests on a new version.
I have made progress in green, semi-problematic one in yellow, and clear
regressions in red.
I intend in the future, to retake only on kernel32 and user32 tests, and
other tests that were in regression, rather than
all tests, except maybe once by month or about.
I intend to isolate tests causing HANG or ERROR, and make sure they are
listed in bugzilla.
I hope you will use these tests to figure out the sooner possible what
is the causes of regressions, and eliminate them.
--
http://www.fastmail.fm - Same, same, but different
Hi,
try to remove usewrc="false" in those rbuild files. Dmitry Chapyshev
reported that it fixes this problem, however I didn't investigate
this myself (what's the problem with using WRC or not, I only checked
that intl.cpl's resource files are of the correct syntax, which is
confirmed by opening resources in MSVC 2005 SP1).
WBR,
Aleksey Bragin.
On Jul 16, 2007, at 1:57 AM, Timo Kreuzer wrote:
> There seem to be some more problems with resources
>
> intl.cpl: errors while compiling, it only shows the first language
> (cz)
> and control panel shows nothing. If you remove all other languages
> than
> one or comment out the stringtable in all resources, then it compiles
> without errors and the control panel works again. intl still doesn't
> start on XP (some other cpl also don't work on xp)
>
> sysdm.cpl: shows text in different languages in ros (German text
> although selected language is English)
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
I just opened intl.cpl in MSVC 2005 SP1 - no problem, I can edit
resources, no error messages.
WBR,
Aleksey Bragin.
On Jul 16, 2007, at 2:34 AM, Magnus Olsen wrote:
> The rc syntax in intl.cpl are wrong,
> only way to fix that problem is make that apps complie with vc
> when I open it with vc it compain wrong rc syntax
>
>
> ----- Original Message -----
> From: "Timo Kreuzer" <timo.kreuzer(a)web.de>
> To: "ReactOS Development List" <ros-dev(a)reactos.org>
> Sent: Sunday, July 15, 2007 11:57 PM
> Subject: [ros-dev] More resource problems
>
>
>> There seem to be some more problems with resources
>>
>> intl.cpl: errors while compiling, it only shows the first language
>> (cz)
>> and control panel shows nothing. If you remove all other languages
>> than
>> one or comment out the stringtable in all resources, then it compiles
>> without errors and the control panel works again. intl still doesn't
>> start on XP (some other cpl also don't work on xp)
>>
>> sysdm.cpl: shows text in different languages in ros (German text
>> although selected language is English)
>>
>>
>> _______________________________________________
>> Ros-dev mailing list
>> Ros-dev(a)reactos.org
>> http://www.reactos.org/mailman/listinfo/ros-dev
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
The patch sent to Bugzilla fixes the signaled bugs.
The missing WineMine icon into the aboutbox has been fixed only into english and italian versions, so the fix should be applied to all other languages as I described into bugzilla.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Thu, 12 Jul 2007 13:45:22 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> Hello,
> your windres works well too.
> Finally, I can see the light at the end of the tunnel.
> BTW, do you have this warning too?
>
> [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> windres: warning: 5: "CHOOSE_FONT": 1026: duplicate value
> windres: warning: 5: "CHOOSE_COLOR?n": 1026: duplicate value
>
> It seems it happens into cdlg_Bg.rc
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ReactOS Development List" ros-dev(a)reactos.org
> Cc :
> Date : Thu, 12 Jul 2007 13:11:44 +0200
> Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
>
> > Hi,
> >
> > Yesterday in the #reactos IRC channel, some other users had the same
> > problem.
> > At the end, we also identified "windres" as the problem.
> >
> > Probably, we all do not use the same version of RosBE. EmuandCo published
> > around 4 RosBE versions, which all got the version number 0.3.6. Some of
> > them use different "windres" versions.
> > Hopefully, RosBE 0.3.7 will solve this mess.
> >
> > I currently uploaded the "windres" version I use to
> > http://reactos.colinfinck.de. This is the version that works for me.
> > For all Unix/Linux users: The "windres" version bundled with my RosBE-Unix
> > 0.3.6 also works for me, so the resources should be compiled correctly here.
> >
> > The regedit problem you had was caused by saving some resource files as
> > UTF-8 instead of ANSI.
> > But this problem should be fixed in current trunk.
> >
> > Best regards,
> >
> > Colin
> >
> >
> > > -----Original Message-----
> > > From: ros-dev-bounces(a)reactos.org
> > > [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix
> > > Sent: Thursday, July 12, 2007 10:18 AM
> > > To: ros-dev
> > > Subject: Re: [ros-dev] Re : ReactOS doesn't compile well
> > >
> > > After reading these messages I believe I didn't explain my
> > > problems very well...
> > > So I try to correct what I said...
> > > Switching to older (the 2006 one) windres really *solved* all
> > > these problems:
> > >
> > > [WRC] obj-i386\base\shell\cmd\cmd.coff
> > > [WRC] obj-i386\base\system\expand\expand.coff
> > > [WRC] obj-i386\dll\cpl\intl\intl.coff
> > > [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> > > [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> > > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > > [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> > > [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
> > >
> > > The problem not solved was another one, when the
> > > listview/treeview controls into regedit sometimes disappear
> > > (but into current revision, it's ok too).
> > >
> > > Sincerely,
> > >
> > > Carlo Bramini.
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Dear developers,
it's time to put all your great achievements into the 0.3.3 changelog.
For your convinience, Colin Finck made the SVN logs (0.3.1 -> 0.3.3)
available on his site: http://reactos.colinfinck.de .
Changelog itself is located here: http://www.reactos.org/wiki/
index.php/ChangeLog-0.3.3
I'd appreciate it a lot if you fill your changes as soon as possible,
since we're branching this week for a release.
Thanks,
Aleksey Bragin.
After reading these messages I believe I didn't explain my problems very well...
So I try to correct what I said...
Switching to older (the 2006 one) windres really *solved* all these problems:
[WRC] obj-i386\base\shell\cmd\cmd.coff
[WRC] obj-i386\base\system\expand\expand.coff
[WRC] obj-i386\dll\cpl\intl\intl.coff
[WRC] obj-i386\dll\cpl\intl_new\intl.coff
[WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
[WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
[WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
[WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
The problem not solved was another one, when the listview/treeview controls into regedit sometimes disappear (but into current revision, it's ok too).
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Thu, 12 Jul 2007 09:49:23 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> SVN bootcd ISO seems to work.
> I still don't understand why it doesn't compile well on my PC.
> I will try to understand more althought I'm a bit out of idea at the moment.
>
> Sincerely,
>
> Carlo Bramini
>
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ReactOS Development List" ros-dev(a)reactos.org
> Cc :
> Date : Wed, 11 Jul 2007 20:55:52 +0200
> Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
>
> > > BTW, when I tested that link I got an "error 404".
> >
> > Ah sorry, the link contained a typo.
> > This link should work: http://reactos.colinfinck.de/getbuilds/
> >
> > Of course, you can still also download the ISOs directly from our server at
> > http://svn.reactos.org/iso, but the Web interface is nicer :-)
> >
> > Best regards,
> >
> > Colin
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
your windres works well too.
Finally, I can see the light at the end of the tunnel.
BTW, do you have this warning too?
[WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
windres: warning: 5: "CHOOSE_FONT": 1026: duplicate value
windres: warning: 5: "CHOOSE_COLOR?n": 1026: duplicate value
It seems it happens into cdlg_Bg.rc
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Thu, 12 Jul 2007 13:11:44 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> Hi,
>
> Yesterday in the #reactos IRC channel, some other users had the same
> problem.
> At the end, we also identified "windres" as the problem.
>
> Probably, we all do not use the same version of RosBE. EmuandCo published
> around 4 RosBE versions, which all got the version number 0.3.6. Some of
> them use different "windres" versions.
> Hopefully, RosBE 0.3.7 will solve this mess.
>
> I currently uploaded the "windres" version I use to
> http://reactos.colinfinck.de. This is the version that works for me.
> For all Unix/Linux users: The "windres" version bundled with my RosBE-Unix
> 0.3.6 also works for me, so the resources should be compiled correctly here.
>
> The regedit problem you had was caused by saving some resource files as
> UTF-8 instead of ANSI.
> But this problem should be fixed in current trunk.
>
> Best regards,
>
> Colin
>
>
> > -----Original Message-----
> > From: ros-dev-bounces(a)reactos.org
> > [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix
> > Sent: Thursday, July 12, 2007 10:18 AM
> > To: ros-dev
> > Subject: Re: [ros-dev] Re : ReactOS doesn't compile well
> >
> > After reading these messages I believe I didn't explain my
> > problems very well...
> > So I try to correct what I said...
> > Switching to older (the 2006 one) windres really *solved* all
> > these problems:
> >
> > [WRC] obj-i386\base\shell\cmd\cmd.coff
> > [WRC] obj-i386\base\system\expand\expand.coff
> > [WRC] obj-i386\dll\cpl\intl\intl.coff
> > [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> > [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> > [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
> >
> > The problem not solved was another one, when the
> > listview/treeview controls into regedit sometimes disappear
> > (but into current revision, it's ok too).
> >
> > Sincerely,
> >
> > Carlo Bramini.
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
SVN bootcd ISO seems to work.
I still don't understand why it doesn't compile well on my PC.
I will try to understand more althought I'm a bit out of idea at the moment.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Wed, 11 Jul 2007 20:55:52 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> > BTW, when I tested that link I got an "error 404".
>
> Ah sorry, the link contained a typo.
> This link should work: http://reactos.colinfinck.de/getbuilds/
>
> Of course, you can still also download the ISOs directly from our server at
> http://svn.reactos.org/iso, but the Web interface is nicer :-)
>
> Best regards,
>
> Colin
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hi! I am new to ReactOS.
I'd like to understand the current state of the SVN images.
Is it normal that I get stop by bug #2290, making me unable to use
Live-CD images.
Do everyone have it, or are we just a few to be hit by that?
Also, when I use install CD, on QEMU (I am very afraid to use it on real
hardware, last time
I tried, it installed over my Linux partition -was seeing my 10G drive
as 4Gb-, and after that,
it made me unable to go to my BIOS, or boot, even if I had reset my RTC
on the mobo, reflash
the BIOS -that was still available on Asus-; I finally discovered that
disconnecting the HD
allowed my to get to the BIOS, there deactivate the HD, and then boot
Linux CD and access the HD
even if it was deactivated in the BIOS), when I reboot after
installation, I go only to the
first wizard, but no mouse cursor, or pressing Alt-N to do next does
nothing.
So, I feel a bit frustrated to see that SVN build seems useless.
Others don't seems to have the same problems.
Do you?
--
http://www.fastmail.fm - The professional email service
There is a syntax error in the file dll/win32/syssetup/lang/de-DE.rc that
causes WCR to display a bunch of error messages like this:
syssetup.syssetup.rci.tmp:2566:1: Warning: Newline in string constant
encounterd (started line 2565)
The error is in the 14th line counting from the end. Basically, the
following German sentence has no opening quote:
"Setup kann erst fortgesetzt werden kann, wenn ein Computername eingegeben
wurde."
Thanks,
JJ
__________________________________________________
Fa�a liga��es para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
Hello,
yes, I did a clean, I verified that it was really clean and then I launched "make".
The problem still persists.
I will try to download an SVN ISO and I will test what happens.
BTW, when I tested that link I got an "error 404".
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Wed, 11 Jul 2007 16:08:16 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> > About COMDLG32, the problem is locking all functionalities
> > for open/close file dialogs.
> > If I launch, for example, notepad and I select File->Open,
> > nothing happens.
>
> I have no such problem.
>
> Just tested latest trunk (compiled myself and compiled by our BuildBot) and
> both builds do not show this problem.
> You can try it for yourself by downloading an ISO from
> http://reactos.colinfinck.de/gebuilds
>
> Did you try a clean build after updating to latest trunk?
>
> Best regards,
>
> Colin
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
About COMDLG32, the problem is locking all functionalities for open/close file dialogs.
If I launch, for example, notepad and I select File->Open, nothing happens.
Perhaps, a quick, temporary solution could be making a script file or a small executable called windres which executes MS RC from Visual Studio Express and then it executes the true windres for converting the RES into COFF format. I'm just guessing...
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Wed, 11 Jul 2007 12:37:20 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> > That's not reasonable, you would loose all Unicode characters except
> > Latin 1 ones. So please don't save as Latin 1 (aka ISO-8859-1) except
> > for special cases (languages like EN, DE, and other european
> > lnaguages).
>
> We would first have to check if our resource compiler supports Unicode.
>
> Also just take a look at the RC files in reactos/dll/win32/comdlg32. They
> are all saved with Latin 1 encoding, even the ones in eastern languages such
> as russian and chinese.
> We imported them from Wine and it looks like there are no problems using
> them.
> I assume, this is done by using code pages.
>
> I agree, that UTF-16 is probably the best solution for these problems, but
> as long as there might be problems with the resource compiler, we shouldn't
> change everything to UTF-16 now.
>
> Best regards,
>
> Colin
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
unfortunately, the problem really exists, since it seems that at least someone else saw the error when compiling.
Hopefully, I discovered a solution.
I changed windres.exe with another one.
The one into RosBE 0.3.6 says:
GNU windres (GNU Binutils) 2.17.50.20070608
Copyright 2007 Free Software Foundation, Inc.
The one into my MSYS installation says:
GNU windres 2.17.50 20060824
Copyright 2005 Free Software Foundation, Inc.
I renamed windres.exe into c:\RosBE\4.1.3\bin and I copied the old one. And surprise, now it all works.
Don't ask me why... at the moment I don't know the reason but this trick made it working.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 10 Jul 2007 19:01:28 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> Hi,
>
> I just tested building latest trunk under Windows and 32-bit Linux (both
> with RosBE 0.3.6) and both builds resulted in correct ISOs.
> Our BuildBot also has no such problems.
>
> I tested your examples "intl.cpl" and "sysdm.cpl" and both are shown in
> english for me.
> When I switch the locale to any german locale, I get german versions of
> these apps, meaning that the whole localization thing works for me.
>
> Maybe you have to do a clean build.
>
> Best regards,
>
> Colin
>
>
> > -----Original Message-----
> > From: ros-dev-bounces(a)reactos.org
> > [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix
> > Sent: Tuesday, July 10, 2007 5:25 PM
> > To: ros-dev
> > Subject: Re: [ros-dev] Re : ReactOS doesn't compile well
> >
> > Hello,
> > yep, the errors don't interrupt the compilation of ReactOS.
> > But the resources into those coffs seem corrupted to me.
> > For example, if I open the control panel I will see inl.cpl
> > in german language(!) while all others are in english or if I
> > open the system applet I can see some text without sense.
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : "ReactOS Development List" ros-dev(a)reactos.org
> > Cc :
> > Date : Tue, 10 Jul 2007 15:07:58 +0000 (GMT)
> > Subject : [ros-dev] Re : ReactOS doesn't compile well
> >
> > > hi,
> > > I got some of them but it didnt bother the build.
> > >
> > > Kind regards,
> > > Sylvain Petreolle (aka Usurp)
> > > --- --- --- --- --- --- --- --- --- --- --- --- ---
> > > Run your favorite Windows apps with free ReactOS :
> > http://www.reactos.org
> > > Listen to non-DRMised Music: http://www.jamendo.com
> > >
> > >
> > >
> > >
> > > ----- Message d'origine ----
> > > De : carlo.bramix <carlo.bramix(a)libero.it>
> > > À : ros-dev <ros-dev(a)reactos.org>
> > > Envoyé le : Mardi, 10 Juillet 2007, 16h52mn 51s
> > > Objet : Re: [ros-dev] ReactOS doesn't compile well
> > >
> > >
> > > Hello,
> > > while regedit compilation was done successfully, some files
> > aren't still generated correctly:
> > >
> > > [WRC] obj-i386\base\shell\cmd\cmd.coff
> > > [WRC] obj-i386\base\system\expand\expand.coff
> > > [WRC] obj-i386\dll\cpl\intl\intl.coff
> > > [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> > > [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> > > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > > [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> > > [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
> > >
> > > <built-in>:0: fatal error: when writing output to : Invalid argument
> > > compilation terminated.
> > >
> > > I hope it could be fixed.
> > >
> > > Sincerely,
> > >
> > > Carlo Bramini
> > >
> > > ---------- Initial Header -----------
> > >
> > > >From : ros-dev-bounces(a)reactos.org
> > > To : "ros-dev" ros-dev(a)reactos.org
> > > Cc :
> > > Date : Mon, 9 Jul 2007 18:34:34 +0200
> > > Subject : Re: [ros-dev] ReactOS doesn't compile well
> > >
> > > > Hello,
> > > > problem with compilation of regedit seems to be gone with
> > revision 27541.
> > > >
> > > > Sincerely,
> > > >
> > > > Carlo Bramini
> > > >
> > > > ---------- Initial Header -----------
> > > >
> > > > >From : ros-dev-bounces(a)reactos.org
> > > > To : "ros-dev" ros-dev(a)reactos.org
> > > > Cc :
> > > > Date : Mon, 9 Jul 2007 11:24:29 +0200
> > > > Subject : [ros-dev] ReactOS doesn't compile well
> > > >
> > > > > Hello,
> > > > > it looks like something wrong happens when I compile ReactOS.
> > > > > I also did a complete clean and a make for a total
> > rebuild, but I'm still having problems.
> > > > >
> > > > > I saw the first problem when I tried to test Regedit
> > after committed changes.
> > > > > The tree window and the listview window aren't visible
> > (or they aren't created successfully, I didn't check this yet).
> > > > > I tested that executable into WinXP and those child
> > windows aren't visible too.
> > > > > So I did these steps:
> > > > > 1) I compiled Regedit with Visual C and I verified that
> > it worked fine.
> > > > > 2) I grabbed regedit.res and I manually generated
> > regedit.coff with "windres -i regedit.res -o regedit.coff".
> > > > > 3) I launched "make" again and it regenerated regedit.exe.
> > > > > This last regedit.exe works fine and it has all child
> > window controls visible. It's really a problem when
> > generating te coff file from resources.
> > > > >
> > > > > I also saw a possible second problem when compiling.
> > > > > Some compilation of '.coff' files failed.
> > > > > On the console I read some messages like this one:
> > > > >
> > > > > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > > > > <built-in>:0: fatal error: when writing output to :
> > Invalid argument
> > > > > compilation terminated.
> > > > >
> > > > > Actually I'm using RosBE 0.3.6 but I never got such
> > problems with previouses svn versions of the sources.
> > > > >
> > > > > Sincerely,
> > > > >
> > > > > Carlo Bramini
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------------------------
> > > > > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > > > > http://i-mode.wind.it/
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Ros-dev mailing list
> > > > > Ros-dev(a)reactos.org
> > > > > http://www.reactos.org/mailman/listinfo/ros-dev
> > > > >
> > > >
> > > >
> > > > ------------------------------------------------------
> > > > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > > > http://i-mode.wind.it/
> > > >
> > > >
> > > > _______________________________________________
> > > > Ros-dev mailing list
> > > > Ros-dev(a)reactos.org
> > > > http://www.reactos.org/mailman/listinfo/ros-dev
> > > >
> > >
> > >
> > > ------------------------------------------------------
> > > Scegli infostrada: ADSL gratis per tutta l´estate e
> > telefoni senza canone Telecom
> > > http://click.libero.it/infostrada
> > >
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> >
> >
> > ------------------------------------------------------
> > Scegli infostrada: ADSL gratis per tutta lestate e telefoni
> > senza canone Telecom
> > http://click.libero.it/infostrada
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
unfortunately, you are right... Sigh!
The old windres doesn't print errors, but the results into the executables are the same.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 10 Jul 2007 20:39:27 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> MinGW GNU windres 2.17.50 20060824 also doesn't work for me, so maybe it's a MinGW problem rather than a version problem
>
>
> carlo.bramix schrieb:
> > Hello,
> > unfortunately, the problem really exists, since it seems that at least someone else saw the error when compiling.
> > Hopefully, I discovered a solution.
> > I changed windres.exe with another one.
> > The one into RosBE 0.3.6 says:
> >
> > GNU windres (GNU Binutils) 2.17.50.20070608
> > Copyright 2007 Free Software Foundation, Inc.
> >
> > The one into my MSYS installation says:
> >
> > GNU windres 2.17.50 20060824
> > Copyright 2005 Free Software Foundation, Inc.
> >
> > I renamed windres.exe into c:\RosBE\4.1.3\bin and I copied the old one. And surprise, now it all works.
> > Don't ask me why... at the moment I don't know the reason but this trick made it working.
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : "ReactOS Development List" ros-dev(a)reactos.org
> > Cc :
> > Date : Tue, 10 Jul 2007 19:01:28 +0200
> > Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> >
> >
> >> Hi,
> >>
> >> I just tested building latest trunk under Windows and 32-bit Linux (both
> >> with RosBE 0.3.6) and both builds resulted in correct ISOs.
> >> Our BuildBot also has no such problems.
> >>
> >> I tested your examples "intl.cpl" and "sysdm.cpl" and both are shown in
> >> english for me.
> >> When I switch the locale to any german locale, I get german versions of
> >> these apps, meaning that the whole localization thing works for me.
> >>
> >> Maybe you have to do a clean build.
> >>
> >> Best regards,
> >>
> >> Colin
> >>
> >>
> >>
> >>> -----Original Message-----
> >>> From: ros-dev-bounces(a)reactos.org
> >>> [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix
> >>> Sent: Tuesday, July 10, 2007 5:25 PM
> >>> To: ros-dev
> >>> Subject: Re: [ros-dev] Re : ReactOS doesn't compile well
> >>>
> >>> Hello,
> >>> yep, the errors don't interrupt the compilation of ReactOS.
> >>> But the resources into those coffs seem corrupted to me.
> >>> For example, if I open the control panel I will see inl.cpl
> >>> in german language(!) while all others are in english or if I
> >>> open the system applet I can see some text without sense.
> >>>
> >>> Sincerely,
> >>>
> >>> Carlo Bramini
> >>>
> >>> ---------- Initial Header -----------
> >>>
> >>> >From : ros-dev-bounces(a)reactos.org
> >>> To : "ReactOS Development List" ros-dev(a)reactos.org
> >>> Cc :
> >>> Date : Tue, 10 Jul 2007 15:07:58 +0000 (GMT)
> >>> Subject : [ros-dev] Re : ReactOS doesn't compile well
> >>>
> >>>
> >>>> hi,
> >>>> I got some of them but it didnt bother the build.
> >>>>
> >>>> Kind regards,
> >>>> Sylvain Petreolle (aka Usurp)
> >>>> --- --- --- --- --- --- --- --- --- --- --- --- ---
> >>>> Run your favorite Windows apps with free ReactOS :
> >>>>
> >>> http://www.reactos.org
> >>>
> >>>> Listen to non-DRMised Music: http://www.jamendo.com
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> ----- Message d'origine ----
> >>>> De : carlo.bramix <carlo.bramix(a)libero.it>
> >>>> ´R : ros-dev <ros-dev(a)reactos.org>
> >>>> Envoyé le : Mardi, 10 Juillet 2007, 16h52mn 51s
> >>>> Objet : Re: [ros-dev] ReactOS doesn't compile well
> >>>>
> >>>>
> >>>> Hello,
> >>>> while regedit compilation was done successfully, some files
> >>>>
> >>> aren't still generated correctly:
> >>>
> >>>> [WRC] obj-i386\base\shell\cmd\cmd.coff
> >>>> [WRC] obj-i386\base\system\expand\expand.coff
> >>>> [WRC] obj-i386\dll\cpl\intl\intl.coff
> >>>> [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> >>>> [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> >>>> [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> >>>> [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> >>>> [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
> >>>>
> >>>> <built-in>:0: fatal error: when writing output to : Invalid argument
> >>>> compilation terminated.
> >>>>
> >>>> I hope it could be fixed.
> >>>>
> >>>> Sincerely,
> >>>>
> >>>> Carlo Bramini
> >>>>
> >>>> ---------- Initial Header -----------
> >>>>
> >>>> >From : ros-dev-bounces(a)reactos.org
> >>>> To : "ros-dev" ros-dev(a)reactos.org
> >>>> Cc :
> >>>> Date : Mon, 9 Jul 2007 18:34:34 +0200
> >>>> Subject : Re: [ros-dev] ReactOS doesn't compile well
> >>>>
> >>>>
> >>>>> Hello,
> >>>>> problem with compilation of regedit seems to be gone with
> >>>>>
> >>> revision 27541.
> >>>
> >>>>> Sincerely,
> >>>>>
> >>>>> Carlo Bramini
> >>>>>
> >>>>> ---------- Initial Header -----------
> >>>>>
> >>>>> >From : ros-dev-bounces(a)reactos.org
> >>>>> To : "ros-dev" ros-dev(a)reactos.org
> >>>>> Cc :
> >>>>> Date : Mon, 9 Jul 2007 11:24:29 +0200
> >>>>> Subject : [ros-dev] ReactOS doesn't compile well
> >>>>>
> >>>>>
> >>>>>> Hello,
> >>>>>> it looks like something wrong happens when I compile ReactOS.
> >>>>>> I also did a complete clean and a make for a total
> >>>>>>
> >>> rebuild, but I'm still having problems.
> >>>
> >>>>>> I saw the first problem when I tried to test Regedit
> >>>>>>
> >>> after committed changes.
> >>>
> >>>>>> The tree window and the listview window aren't visible
> >>>>>>
> >>> (or they aren't created successfully, I didn't check this yet).
> >>>
> >>>>>> I tested that executable into WinXP and those child
> >>>>>>
> >>> windows aren't visible too.
> >>>
> >>>>>> So I did these steps:
> >>>>>> 1) I compiled Regedit with Visual C and I verified that
> >>>>>>
> >>> it worked fine.
> >>>
> >>>>>> 2) I grabbed regedit.res and I manually generated
> >>>>>>
> >>> regedit.coff with "windres -i regedit.res -o regedit.coff".
> >>>
> >>>>>> 3) I launched "make" again and it regenerated regedit.exe.
> >>>>>> This last regedit.exe works fine and it has all child
> >>>>>>
> >>> window controls visible. It's really a problem when
> >>> generating te coff file from resources.
> >>>
> >>>>>> I also saw a possible second problem when compiling.
> >>>>>> Some compilation of '.coff' files failed.
> >>>>>> On the console I read some messages like this one:
> >>>>>>
> >>>>>> [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> >>>>>> <built-in>:0: fatal error: when writing output to :
> >>>>>>
> >>> Invalid argument
> >>>
> >>>>>> compilation terminated.
> >>>>>>
> >>>>>> Actually I'm using RosBE 0.3.6 but I never got such
> >>>>>>
> >>> problems with previouses svn versions of the sources.
> >>>
> >>>>>> Sincerely,
> >>>>>>
> >>>>>> Carlo Bramini
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> ------------------------------------------------------
> >>>>>> Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> >>>>>> http://i-mode.wind.it/
> >>>>>>
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Ros-dev mailing list
> >>>>>> Ros-dev(a)reactos.org
> >>>>>> http://www.reactos.org/mailman/listinfo/ros-dev
> >>>>>>
> >>>>>>
> >>>>> ------------------------------------------------------
> >>>>> Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> >>>>> http://i-mode.wind.it/
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Ros-dev mailing list
> >>>>> Ros-dev(a)reactos.org
> >>>>> http://www.reactos.org/mailman/listinfo/ros-dev
> >>>>>
> >>>>>
> >>>> ------------------------------------------------------
> >>>> Scegli infostrada: ADSL gratis per tutta l´estate e
> >>>>
> >>> telefoni senza canone Telecom
> >>>
> >>>> http://click.libero.it/infostrada
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> Ros-dev mailing list
> >>>> Ros-dev(a)reactos.org
> >>>> http://www.reactos.org/mailman/listinfo/ros-dev
> >>>>
> >>>> _______________________________________________
> >>>> Ros-dev mailing list
> >>>> Ros-dev(a)reactos.org
> >>>> http://www.reactos.org/mailman/listinfo/ros-dev
> >>>>
> >>>>
> >>> ------------------------------------------------------
> >>> Scegli infostrada: ADSL gratis per tutta l´estate e telefoni
> >>> senza canone Telecom
> >>> http://click.libero.it/infostrada
> >>>
> >>>
> >>> _______________________________________________
> >>> Ros-dev mailing list
> >>> Ros-dev(a)reactos.org
> >>> http://www.reactos.org/mailman/listinfo/ros-dev
> >>>
> >>>
> >> _______________________________________________
> >> Ros-dev mailing list
> >> Ros-dev(a)reactos.org
> >> http://www.reactos.org/mailman/listinfo/ros-dev
> >>
> >>
> >
> >
> > ------------------------------------------------------
> > Scegli infostrada: ADSL gratis per tutta l´estate e telefoni senza canone Telecom
> > http://click.libero.it/infostrada
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
> >
>
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
Yes, you are right, I just checked regedit and it's bugged again.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 10 Jul 2007 20:17:20 +0200
Subject : Re: [ros-dev] Re : ReactOS doesn't compile well
> Please try regedit, compiled unter Windows RosBE. I have the same
> problem that carlo.bramix mentioned: no child windows shown, because of
> messed up resources. regedit.exe is also smaller with LANGUAGE
> LANG_DUTCH, SUBLANG_NEUTRAL. It seems to be a bug in wrc.
>
> Colin Finck schrieb:
> > Hi,
> >
> > I just tested building latest trunk under Windows and 32-bit Linux (both
> > with RosBE 0.3.6) and both builds resulted in correct ISOs.
> > Our BuildBot also has no such problems.
> >
> > I tested your examples "intl.cpl" and "sysdm.cpl" and both are shown in
> > english for me.
> > When I switch the locale to any german locale, I get german versions of
> > these apps, meaning that the whole localization thing works for me.
> >
> > Maybe you have to do a clean build.
> >
> > Best regards,
> >
> > Colin
> >
> >
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
yep, the errors don't interrupt the compilation of ReactOS.
But the resources into those coffs seem corrupted to me.
For example, if I open the control panel I will see inl.cpl in german language(!) while all others are in english or if I open the system applet I can see some text without sense.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 10 Jul 2007 15:07:58 +0000 (GMT)
Subject : [ros-dev] Re : ReactOS doesn't compile well
> hi,
> I got some of them but it didnt bother the build.
>
> Kind regards,
> Sylvain Petreolle (aka Usurp)
> --- --- --- --- --- --- --- --- --- --- --- --- ---
> Run your favorite Windows apps with free ReactOS : http://www.reactos.org
> Listen to non-DRMised Music: http://www.jamendo.com
>
>
>
>
> ----- Message d'origine ----
> De : carlo.bramix <carlo.bramix(a)libero.it>
> À : ros-dev <ros-dev(a)reactos.org>
> Envoyé le : Mardi, 10 Juillet 2007, 16h52mn 51s
> Objet : Re: [ros-dev] ReactOS doesn't compile well
>
>
> Hello,
> while regedit compilation was done successfully, some files aren't still generated correctly:
>
> [WRC] obj-i386\base\shell\cmd\cmd.coff
> [WRC] obj-i386\base\system\expand\expand.coff
> [WRC] obj-i386\dll\cpl\intl\intl.coff
> [WRC] obj-i386\dll\cpl\intl_new\intl.coff
> [WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
> [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> [WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
> [WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
>
> <built-in>:0: fatal error: when writing output to : Invalid argument
> compilation terminated.
>
> I hope it could be fixed.
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ros-dev" ros-dev(a)reactos.org
> Cc :
> Date : Mon, 9 Jul 2007 18:34:34 +0200
> Subject : Re: [ros-dev] ReactOS doesn't compile well
>
> > Hello,
> > problem with compilation of regedit seems to be gone with revision 27541.
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : "ros-dev" ros-dev(a)reactos.org
> > Cc :
> > Date : Mon, 9 Jul 2007 11:24:29 +0200
> > Subject : [ros-dev] ReactOS doesn't compile well
> >
> > > Hello,
> > > it looks like something wrong happens when I compile ReactOS.
> > > I also did a complete clean and a make for a total rebuild, but I'm still having problems.
> > >
> > > I saw the first problem when I tried to test Regedit after committed changes.
> > > The tree window and the listview window aren't visible (or they aren't created successfully, I didn't check this yet).
> > > I tested that executable into WinXP and those child windows aren't visible too.
> > > So I did these steps:
> > > 1) I compiled Regedit with Visual C and I verified that it worked fine.
> > > 2) I grabbed regedit.res and I manually generated regedit.coff with "windres -i regedit.res -o regedit.coff".
> > > 3) I launched "make" again and it regenerated regedit.exe.
> > > This last regedit.exe works fine and it has all child window controls visible. It's really a problem when generating te coff file from resources.
> > >
> > > I also saw a possible second problem when compiling.
> > > Some compilation of '.coff' files failed.
> > > On the console I read some messages like this one:
> > >
> > > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > > <built-in>:0: fatal error: when writing output to : Invalid argument
> > > compilation terminated.
> > >
> > > Actually I'm using RosBE 0.3.6 but I never got such problems with previouses svn versions of the sources.
> > >
> > > Sincerely,
> > >
> > > Carlo Bramini
> > >
> > >
> > >
> > > ------------------------------------------------------
> > > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > > http://i-mode.wind.it/
> > >
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > http://i-mode.wind.it/
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta l´estate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
hi,
I got some of them but it didnt bother the build.
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
----- Message d'origine ----
De : carlo.bramix <carlo.bramix(a)libero.it>
À : ros-dev <ros-dev(a)reactos.org>
Envoyé le : Mardi, 10 Juillet 2007, 16h52mn 51s
Objet : Re: [ros-dev] ReactOS doesn't compile well
Hello,
while regedit compilation was done successfully, some files aren't still generated correctly:
[WRC] obj-i386\base\shell\cmd\cmd.coff
[WRC] obj-i386\base\system\expand\expand.coff
[WRC] obj-i386\dll\cpl\intl\intl.coff
[WRC] obj-i386\dll\cpl\intl_new\intl.coff
[WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
[WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
[WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
[WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
<built-in>:0: fatal error: when writing output to : Invalid argument
compilation terminated.
I hope it could be fixed.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Mon, 9 Jul 2007 18:34:34 +0200
Subject : Re: [ros-dev] ReactOS doesn't compile well
> Hello,
> problem with compilation of regedit seems to be gone with revision 27541.
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ros-dev" ros-dev(a)reactos.org
> Cc :
> Date : Mon, 9 Jul 2007 11:24:29 +0200
> Subject : [ros-dev] ReactOS doesn't compile well
>
> > Hello,
> > it looks like something wrong happens when I compile ReactOS.
> > I also did a complete clean and a make for a total rebuild, but I'm still having problems.
> >
> > I saw the first problem when I tried to test Regedit after committed changes.
> > The tree window and the listview window aren't visible (or they aren't created successfully, I didn't check this yet).
> > I tested that executable into WinXP and those child windows aren't visible too.
> > So I did these steps:
> > 1) I compiled Regedit with Visual C and I verified that it worked fine.
> > 2) I grabbed regedit.res and I manually generated regedit.coff with "windres -i regedit.res -o regedit.coff".
> > 3) I launched "make" again and it regenerated regedit.exe.
> > This last regedit.exe works fine and it has all child window controls visible. It's really a problem when generating te coff file from resources.
> >
> > I also saw a possible second problem when compiling.
> > Some compilation of '.coff' files failed.
> > On the console I read some messages like this one:
> >
> > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > <built-in>:0: fatal error: when writing output to : Invalid argument
> > compilation terminated.
> >
> > Actually I'm using RosBE 0.3.6 but I never got such problems with previouses svn versions of the sources.
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-mode™ di Wind
> > http://i-mode.wind.it/
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode™ di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta l’estate e telefoni senza canone Telecom
http://click.libero.it/infostrada
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Hello,
while regedit compilation was done successfully, some files aren't still generated correctly:
[WRC] obj-i386\base\shell\cmd\cmd.coff
[WRC] obj-i386\base\system\expand\expand.coff
[WRC] obj-i386\dll\cpl\intl\intl.coff
[WRC] obj-i386\dll\cpl\intl_new\intl.coff
[WRC] obj-i386\dll\cpl\sysdm\sysdm.coff
[WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
[WRC] obj-i386\dll\win32\hhctrl.ocx\hhctrl.coff
[WRC] obj-i386\dll\win32\shdocvw\shdocvw.coff
<built-in>:0: fatal error: when writing output to : Invalid argument
compilation terminated.
I hope it could be fixed.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Mon, 9 Jul 2007 18:34:34 +0200
Subject : Re: [ros-dev] ReactOS doesn't compile well
> Hello,
> problem with compilation of regedit seems to be gone with revision 27541.
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ros-dev" ros-dev(a)reactos.org
> Cc :
> Date : Mon, 9 Jul 2007 11:24:29 +0200
> Subject : [ros-dev] ReactOS doesn't compile well
>
> > Hello,
> > it looks like something wrong happens when I compile ReactOS.
> > I also did a complete clean and a make for a total rebuild, but I'm still having problems.
> >
> > I saw the first problem when I tried to test Regedit after committed changes.
> > The tree window and the listview window aren't visible (or they aren't created successfully, I didn't check this yet).
> > I tested that executable into WinXP and those child windows aren't visible too.
> > So I did these steps:
> > 1) I compiled Regedit with Visual C and I verified that it worked fine.
> > 2) I grabbed regedit.res and I manually generated regedit.coff with "windres -i regedit.res -o regedit.coff".
> > 3) I launched "make" again and it regenerated regedit.exe.
> > This last regedit.exe works fine and it has all child window controls visible. It's really a problem when generating te coff file from resources.
> >
> > I also saw a possible second problem when compiling.
> > Some compilation of '.coff' files failed.
> > On the console I read some messages like this one:
> >
> > [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> > <built-in>:0: fatal error: when writing output to : Invalid argument
> > compilation terminated.
> >
> > Actually I'm using RosBE 0.3.6 but I never got such problems with previouses svn versions of the sources.
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> > http://i-mode.wind.it/
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Ouch, sorry but I did a MISTAKE!
I don't know why, but the version in my source tree is patched while the SVN one isn't.
It's strange, I wonder how I could do this mistake because I use this one only for "svn up" and "make".
(Since it's the PC that I use for work, I cannot spend time on it for other jobs, and I compile & debug & diff single applications separately at home, without the entire build system of ReactOS).
However, I used this chance for creating a patch with "svn diff" and I posted it into bugzilla.
Sincerely (and please excuse me...)
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Tue, 10 Jul 2007 11:51:44 +0200
Subject : [ros-dev] Bug #2232 fixed.
> I checked the sources of r27553 and I saw that the patch has been applied.
> I verified that the signaled bug doesn't happen anymore.
>
> Sincerely,
>
> Carlo Bramini.
>
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
I checked the sources of r27553 and I saw that the patch has been applied.
I verified that the signaled bug doesn't happen anymore.
Sincerely,
Carlo Bramini.
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
I would like to suggest to add these includes into these files.
It will fix few very little warnings for unknown function.
-------------------------------------
dll\win32\advpack\advpack.c:
#include <stdlib.h>
-------------------------------------
dll\win32\mpr\wnet.c:
dll\win32\msi\database.c:
dll\win32\msi\dialog.c:
dll\win32\msi\table.c:
dll\win32\oleaut32\vartype.c:
#include <stdio.h>
-------------------------------------
Sincerely,
Carlo Bramini
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
problem with compilation of regedit seems to be gone with revision 27541.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Mon, 9 Jul 2007 11:24:29 +0200
Subject : [ros-dev] ReactOS doesn't compile well
> Hello,
> it looks like something wrong happens when I compile ReactOS.
> I also did a complete clean and a make for a total rebuild, but I'm still having problems.
>
> I saw the first problem when I tried to test Regedit after committed changes.
> The tree window and the listview window aren't visible (or they aren't created successfully, I didn't check this yet).
> I tested that executable into WinXP and those child windows aren't visible too.
> So I did these steps:
> 1) I compiled Regedit with Visual C and I verified that it worked fine.
> 2) I grabbed regedit.res and I manually generated regedit.coff with "windres -i regedit.res -o regedit.coff".
> 3) I launched "make" again and it regenerated regedit.exe.
> This last regedit.exe works fine and it has all child window controls visible. It's really a problem when generating te coff file from resources.
>
> I also saw a possible second problem when compiling.
> Some compilation of '.coff' files failed.
> On the console I read some messages like this one:
>
> [WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
> <built-in>:0: fatal error: when writing output to : Invalid argument
> compilation terminated.
>
> Actually I'm using RosBE 0.3.6 but I never got such problems with previouses svn versions of the sources.
>
> Sincerely,
>
> Carlo Bramini
>
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
Patch for bug #2365 has been updated with "svn diff taskmgr".
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Fri, 6 Jul 2007 15:04:24 +0200
Subject : [ros-dev] Update patches into BugZilla
> Hello,
> I updated the patch into bug #2356 and I generated it with "svn diff regedit" instead of using "diff -u" or Winmerge with a local copy.
> I should do the same with the other patches that I posted, am I right?
>
> Sincerely,
>
> Carlo Bramini.
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ros-dev" ros-dev(a)reactos.org
> Cc :
> Date : Thu, 5 Jul 2007 13:55:47 +0200
> Subject : [ros-dev] Italian fixes to TaskMgr
>
> > Hello,
> > I posted some fixes to bug #2365.
> > It fixes few things into the italian translation and I did a small improvement of the source code into affinity.c
> >
> > Sincerely,
> >
> > Carlo Bramini
> >
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> > http://i-mode.wind.it/
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
> http://click.libero.it/infostrada
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
it looks like something wrong happens when I compile ReactOS.
I also did a complete clean and a make for a total rebuild, but I'm still having problems.
I saw the first problem when I tried to test Regedit after committed changes.
The tree window and the listview window aren't visible (or they aren't created successfully, I didn't check this yet).
I tested that executable into WinXP and those child windows aren't visible too.
So I did these steps:
1) I compiled Regedit with Visual C and I verified that it worked fine.
2) I grabbed regedit.res and I manually generated regedit.coff with "windres -i regedit.res -o regedit.coff".
3) I launched "make" again and it regenerated regedit.exe.
This last regedit.exe works fine and it has all child window controls visible. It's really a problem when generating te coff file from resources.
I also saw a possible second problem when compiling.
Some compilation of '.coff' files failed.
On the console I read some messages like this one:
[WRC] obj-i386\dll\win32\comdlg32\rsrc.coff
<built-in>:0: fatal error: when writing output to : Invalid argument
compilation terminated.
Actually I'm using RosBE 0.3.6 but I never got such problems with previouses svn versions of the sources.
Sincerely,
Carlo Bramini
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
trunk is frozen right now due to inability to boot into 2nd stage (it
crashes with "Failure rendering glyph").
As soon as the issue is fixed, trunk will be unfrozen.
Thanks for your patience.
WBR,
Aleksey Bragin.
While I don't mind your other re-formats, what's the purpose of insulting my
code (which respected ReactOS Coding Guidelines, (please read them:
http://www.reactos.org/wiki/index.php/Coding_Style)) and replacing it with
non-ReactOS compliant code? Is a 71-character line so hard to read?
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org]
On Behalf Of ekohl(a)svn.reactos.org
Sent: July 8, 2007 1:09 PM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [ekohl] 27514: - Fix indentation. - Replace tabs by
spaces. - Replace STDCALL by WINAPI. - Replace Alex' unreadable single-line
statements by readable ones. - No code changes.
Author: ekohl
Date: Mon Jul 9 00:09:22 2007
New Revision: 27514
URL: http://svn.reactos.org/svn/reactos?rev=27514&view=rev
Log:
- Fix indentation.
- Replace tabs by spaces.
- Replace STDCALL by WINAPI.
- Replace Alex' unreadable single-line statements by readable ones.
- No code changes.
Modified:
trunk/reactos/dll/win32/kernel32/file/npipe.c
Modified: trunk/reactos/dll/win32/kernel32/file/npipe.c
URL:
Hello,
I updated the patch into bug #2356 and I generated it with "svn diff regedit" instead of using "diff -u" or Winmerge with a local copy.
I should do the same with the other patches that I posted, am I right?
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Thu, 5 Jul 2007 13:55:47 +0200
Subject : [ros-dev] Italian fixes to TaskMgr
> Hello,
> I posted some fixes to bug #2365.
> It fixes few things into the italian translation and I did a small improvement of the source code into affinity.c
>
> Sincerely,
>
> Carlo Bramini
>
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
I posted some fixes to bug #2365.
It fixes few things into the italian translation and I did a small improvement of the source code into affinity.c
Sincerely,
Carlo Bramini
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
following the suggestions that I received, I would like put your attention on these patches posted into bugzilla:
- patch Posted into bug #2356.
It closes these bugs:
#982: some languages had IDOK and IDCANCEL in conflict because both declared as DEFPUSHBUTTON. It should be fixed.
#1009: Context menu is now fully working. Fixed.
- Patch posted into bug #2356.
It fixes itself.
- Patch posted into bug #2232
It fixes itself and some unsignaled bugs.
I hope I didn't mistakes this time.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 03 Jul 2007 12:30:36 +0200
Subject : Re: [ros-dev] BugFixing in RegEdit
> carlo.bramix ha scritto:
> > I'm also wondering why the patches sent to bugzilla aren't replied too.
> > I don't know, perhaps I'm just unlucky.
>
> Just misguided. You post on Bugzilla for the posterity, and then you
> post your Bugzilla number on the mailing list for the attention. You
> need to get noticed *and* remembered.
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hi,
I've been inactive for a while and most likely will be so for a while
however I thought this would be a good time to bring up the GPLv3 due
to its recent release. Does anyone have any objections to license as
it stands now? If you've not had a chance to review it I suggest you
do so. I am happy to help answer any questions regarding the license
as I did take part in early drafting on behalf of the ReactOS and Wine
Projects although I am not a lawyer and anything I say should be at
least reviewed by the SFLC or your own lawyers.
It is my suggestion that if there are no objections then we start to
contact each developer requesting them to dual license existing code
as GPLv2/GPLv3 and use the same tracking system as the audit system to
do the migration.
ReactOS has never been really clear on the "or later version" clause
in the GPL. The ReactOS license includes the text and the license
number is not specified in most of the ReactOS sources, though I don't
think it would be fair to simply take all of the source and re-license
it without some discussions and a vote.
It would also be possible to distribute ReactOS under both licenses
via dual licensing as a possible compromise if a dispute arises. This
would mean if some third party (Third Party A) wants to take ReactOS
enhance it and then resell it, they would not have to worry about
another third party (Third Party B) taking their modifications and
redistributing them for profit without the patent protections of the
GPLv3 and the Anti-Tivoization clauses. The only downside to this is
if Third Party A is only making changes under GPLv3 then those changes
could not go back in to ReactOS trunk. I don't think this is a major
issue, as I expect both third parties to be proprietary vendors making
enhancements that the Project might not want/need in the trunk in any
case. Third Party A in the interest of keeping forking to a minimal
would still send bug fixes back up both licenses.
Thanks
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
No, I reverted all those "funny" things in revision 27367.
WBR,
Aleksey.
On Jul 3, 2007, at 3:47 AM, Alex Ionescu wrote:
> Have they been un-separated or are they still under one large file?
>
> --
> Best regards,
> Alex Ionescu
Ciao Gabriel,
ti ringrazio per l'offerta, tuttavia non credo di poter accettare.
Il PC "potente" e' un computer Pentium 4 3GHz che mi hanno fornito al lavoro per sbrigare una commessa.
Spero, ma in realta' e' molto di piu' di una speranza, che possa diventare il mio PC definitivo.
Infatti, il "vecchio" Pentium 3 lo rifilero' per svolgere il lavoro in oggetto.
Anzi, mi sembra addirittura sovrastimato per quello che deve fare.
Il PC che uso a casa e':
Pentium 200 MHz con MMX.
48 MB di RAM
Scheda video S3 VIRGE DX con 4 MB di ram.
Harddisk 6.4GB (con 200 MB liberi).
Monitor/tastiera/mouse.
Continuo a tenere questo PC per questi motivi:
1) Per quello che devo fare io basta e avanza, ovvero scrivere e compilare codice.
Nel caso specifico di ROS, io mi scarico solo i sorgenti delle applicazioni che mi interessano.
Ora come ora, le compilo singolarmente e le verifico comodamente anche cosi'.
E poi, tutto sommato, e' anche uno stimolo per fare meglio le cose.
Se in un programma c'e' qualche cosa di inefficiente, sul mio PC si vede subito!
2) Il mio PC ha lo slot ISA.
Di per se' si potrebbe pensare che sia una cavolata, ma io ho un paio di schede (tra cui i gloriosi emulatori per microcontrollore Hitachi H8) che si innestano proprio li'.
La Renesas (la societa' che ha comprato e distribuisce i chip della famiglia H8) vende oggi prodotti che fanno la stessa cosa di queste schede, ma che si attaccano all'USB.
Anni fa ne avevo fatto comprare uno, ma sono un'autentica porcheria, e' molto meglio quello che aveva fatto la Hitachi, anche se va su bus ISA.
3) Ho una certa linea di pensiero riguardo le applicazioni che girano sui computer.
Mi rifiuto di credere che una macchina come la mia, sicuramente vetusta, non sia comunque in grado di far girare decentemente certi tipi di applicazioni.
Un esempio di cio' di cui ti sto parlando: non mi era possibile vedere fluidamente i filmati DivX.
Cosi' ho lavorato per un tot di tempo con il team dell'Xvid e voila': problema in buona parte risolto (per fortuna!).
4) Ci sono affezionato, l'ho comprato nel Natale del 1997(!) con i soldini guadagnati dal tirocinio fatto in un'azienda per conto del Politecnico di Torino.
Il primo computer tutto mio!
5) Il case e' un desktop (di quelli che stanno comodamente sotto il monitor) e non un minitower cosi' tanto in voga oggi (chissa' poi perche'). Non avrei davvero lo spazio per un case diverso.
Io abito vicino a Biella.
A presto,
Carlo.
PS:
Al momento della scrittura di questo messaggio, non c'e' stato ancora un'anima che mi abbia dato delle risposte.
Bugfix su bugzilla: niente risposte.
Bugfix direttamente su mailing list: niente risposte.
Dannazione!
Non ho ancora capito cosa ci vuole per mettere su un paio di varianti da due soldi...
Non metto in dubbio il fatto che le varianti vorrebbero comunque provarle e riprovarle prima di dire "ok, chiudiamo il bug" e potrebbero non avere il tempo materiale di fare cio', pero'... il silenzio e' davvero seccante!
A proposito, ce l'hai fatta poi a compilare con le mie patch?
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : ros-dev(a)reactos.org
Cc :
Date : Fri, 29 Jun 2007 19:34:09 +0000
Subject : Re: [ros-dev] BugFixing in RegEdit
> Ciao Carlo,
>
> ti faccio qualche domandina? Hai detto che avevi che computer prima? E
> adesso hai uno nuovo temporaneo? Di dove sei? Ti chiedo perché eventualmente
> penso di aver un PIII da qualche parte, che sarei disposto a regalarti
> perché tu possa collaborare in reactos...
> Gabriel.
>
> _________________________________________________________________
> Cinema, Tv, Gossip e Orsoscopo Tutto su MSN intrattenimento!
> http://intrattenimento.it.msn.com/
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta lestate e telefoni senza canone Telecom
http://click.libero.it/infostrada
Hello,
I'm also wondering why the patches sent to bugzilla aren't replied too.
I don't know, perhaps I'm just unlucky.
I will follow your request I'm going to post also this thing on bugzilla.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 3 Jul 2007 11:03:50 +0200
Subject : Re: [ros-dev] BugFixing in RegEdit
> Hi,
>
> you should submit your corrections on BugZilla.
>
> Best regards,
> Heis Spiter
>
> ----- Original Message -----
> From: "carlo.bramix" <carlo.bramix(a)libero.it>
> To: "ros-dev" <ros-dev(a)reactos.org>
> Sent: Tuesday, July 03, 2007 10:27 AM
> Subject: Re: [ros-dev] BugFixing in RegEdit
>
> Hello,
> I'm sorry, I simply forgot to remove "ros-dev(a)reactos.org" from the
> destination address.
> It also seems there is some people alive here, and so I'm also wondering if
> those corrections could be accepted or not.
>
> Sincerely,
>
> Carlo Bramini.
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ReactOS Development List" ros-dev(a)reactos.org
> Cc :
> Date : Tue, 3 Jul 2007 00:08:36 -0400
> Subject : Re: [ros-dev] BugFixing in RegEdit
>
> > Hey! I feel the love guys but... this is an english/greatlordish ML.
> > Thank your for respecting the rest of us.
> >
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
I'm sorry, I simply forgot to remove "ros-dev(a)reactos.org" from the destination address.
It also seems there is some people alive here, and so I'm also wondering if those corrections could be accepted or not.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 3 Jul 2007 00:08:36 -0400
Subject : Re: [ros-dev] BugFixing in RegEdit
> Hey! I feel the love guys but... this is an english/greatlordish ML.
> Thank your for respecting the rest of us.
>
> On 7/2/07, carlo.bramix <carlo.bramix(a)libero.it> wrote:
> > Ciao Gabriel,
> > ti ringrazio per l'offerta, tuttavia non credo di poter accettare.
> > Il PC "potente" e' un computer Pentium 4 3GHz che mi hanno fornito al lavoro per sbrigare una commessa.
> > Spero, ma in realta' e' molto di piu' di una speranza, che possa diventare il mio PC definitivo.
> > Infatti, il "vecchio" Pentium 3 lo rifilero' per svolgere il lavoro in oggetto.
> > Anzi, mi sembra addirittura sovrastimato per quello che deve fare.
> >
> > Il PC che uso a casa e':
> > Pentium 200 MHz con MMX.
> > 48 MB di RAM
> > Scheda video S3 VIRGE DX con 4 MB di ram.
> > Harddisk 6.4GB (con 200 MB liberi).
> > Monitor/tastiera/mouse.
> >
> > Continuo a tenere questo PC per questi motivi:
> > 1) Per quello che devo fare io basta e avanza, ovvero scrivere e compilare codice.
> > Nel caso specifico di ROS, io mi scarico solo i sorgenti delle applicazioni che mi interessano.
> > Ora come ora, le compilo singolarmente e le verifico comodamente anche cosi'.
> > E poi, tutto sommato, e' anche uno stimolo per fare meglio le cose.
> > Se in un programma c'e' qualche cosa di inefficiente, sul mio PC si vede subito!
> > 2) Il mio PC ha lo slot ISA.
> > Di per se' si potrebbe pensare che sia una cavolata, ma io ho un paio di schede (tra cui i gloriosi emulatori per microcontrollore Hitachi H8) che si innestano proprio li'.
> > La Renesas (la societa' che ha comprato e distribuisce i chip della famiglia H8) vende oggi prodotti che fanno la stessa cosa di queste schede, ma che si attaccano all'USB.
> > Anni fa ne avevo fatto comprare uno, ma sono un'autentica porcheria, e' molto meglio quello che aveva fatto la Hitachi, anche se va su bus ISA.
> > 3) Ho una certa linea di pensiero riguardo le applicazioni che girano sui computer.
> > Mi rifiuto di credere che una macchina come la mia, sicuramente vetusta, non sia comunque in grado di far girare decentemente certi tipi di applicazioni.
> > Un esempio di cio' di cui ti sto parlando: non mi era possibile vedere fluidamente i filmati DivX.
> > Cosi' ho lavorato per un tot di tempo con il team dell'Xvid e voila': problema in buona parte risolto (per fortuna!).
> > 4) Ci sono affezionato, l'ho comprato nel Natale del 1997(!) con i soldini guadagnati dal tirocinio fatto in un'azienda per conto del Politecnico di Torino.
> > Il primo computer tutto mio!
> > 5) Il case e' un desktop (di quelli che stanno comodamente sotto il monitor) e non un minitower cosi' tanto in voga oggi (chissa' poi perche'). Non avrei davvero lo spazio per un case diverso.
> >
> > Io abito vicino a Biella.
> >
> > A presto,
> >
> > Carlo.
> >
> > PS:
> > Al momento della scrittura di questo messaggio, non c'e' stato ancora un'anima che mi abbia dato delle risposte.
> > Bugfix su bugzilla: niente risposte.
> > Bugfix direttamente su mailing list: niente risposte.
> > Dannazione!
> > Non ho ancora capito cosa ci vuole per mettere su un paio di varianti da due soldi...
> > Non metto in dubbio il fatto che le varianti vorrebbero comunque provarle e riprovarle prima di dire "ok, chiudiamo il bug" e potrebbero non avere il tempo materiale di fare cio', pero'... il silenzio e' davvero seccante!
> > A proposito, ce l'hai fatta poi a compilare con le mie patch?
> >
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : ros-dev(a)reactos.org
> > Cc :
> > Date : Fri, 29 Jun 2007 19:34:09 +0000
> > Subject : Re: [ros-dev] BugFixing in RegEdit
> >
> > > Ciao Carlo,
> > >
> > > ti faccio qualche domandina? Hai detto che avevi che computer prima? E
> > > adesso hai uno nuovo temporaneo? Di dove sei? Ti chiedo perché eventualmente
> > > penso di aver un PIII da qualche parte, che sarei disposto a regalarti
> > > perché tu possa collaborare in reactos...
> > > Gabriel.
> > >
> > > _________________________________________________________________
> > > Cinema, Tv, Gossip e Orsoscopo...Tutto su MSN intrattenimento!
> > > http://intrattenimento.it.msn.com/
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> >
> >
> > ------------------------------------------------------
> > Scegli infostrada: ADSL gratis per tutta l'estate e telefoni senza canone Telecom
> > http://click.libero.it/infostrada
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> --
> encoded
> Samuel Serapión Vega
> Computer Engineering, Polytechnic University of Puerto Rico.
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
It is with great excitement (and a certain amount of nostalgia) that I would
like to announce two important changes in my professional life and in the
direction in which I will pursue my knowledge and work on Windows Internals.
The first of these changes is my debut as an instructor for David Solomon's
Expert Seminars <http://www.solsem.com/>, and the second is my departure
from ReactOS <http://www.reactos.org/>, effective immediately. These plans
do not change in any way my internship at Apple which will take place during
the summer.
Some time ago, I had the great privilege of being approached by David
Solomon, a well-known and highly regarded computer expert, teacher,
consultant and co-author of Windows Internals 4th
Edition<http://www.microsoft.com/technet/sysinternals/information/windowsinternals.…>(and
Inside Windows 2000, 3
rd Edition). For the last couple of years, David had been working with Mark
Russinovich, another respected figure in the world of Windows Internals, and
co-founder of Winternals and Sysinternals as well as developer of some of
the most useful Windows system tools available today. Apart from working on
the two books (which Mark was a co-author of), they both provided trainings
and seminars on Windows internals under the "David Solomon Expert Seminars"
banner. As is widely known, Microsoft realized that Mark's experience and
amazing work on the NT platform through his articles and tools could provide
a highly beneficial new addition to the company. The company bought
Winternals last year, and hired Mark at the highest technical level in the
company, Technical Fellow.
All this is history of course, and back to the matter at hand, Mark's recent
new employment made him unavailable for teaching new classes, which made
David Solomon start the search for a new instructor which could take on the
responsibility of teaching new classes. I was highly honoured to have been
chosen as this person, and accepted this unique opportunity to bring my
knowledge out to many more people and to work with one of my most admired
Windows experts.
With this new job as an added task on top of my already busy life, as well
as with the imminent Apple internship, I was already planning to cut back on
my involvement with ReactOS. However, since it became clear that my level of
contact with Microsoft employees and resources would be in conflict with my
work at ReactOS, I made the difficult choice of amicably severing my ties
with the project. This decision took some time for me to finalize, but the
various motivations behind it had started cropping up since early this year.
When I first joined ReactOS 3 years ago, the kernel was – in my opinion –
highly disorganized and hodgepodge of Linux, NT 4, Wine and Windows 9x code
which was very far from its actual goal of NT Driver compatibility. In fact,
the development model seemed to focus on hacking NT drivers to work on
ReactOS, and not vice-versa. Coincidentally, I joined the project just as
the lead kernel developer, David Welch, had just burnt out and moved to
other projects and goals. For the last three years, I rewrote key subsystems
such as the thread scheduler, dispatcher, locking and IRQL mechanisms, HAL,
executive support, object manager, process manager, I/O manager, basic VDM
and 8086 support, and much more, as well as switched the project goals from
NT4 to NT 5.2.
My ability to do this came from my extensive reverse engineering of the
kernel in the past, reading internals books, access to the DDK/IFS, as well
as using WinDBG and .pdb type information. In return for all the code and
guidance I provided, the project gave me a lot in return as well, including
a unique perspective of working on such a project, the ability to work in
large and distributed teams, and using open source tools for Windows NT
kernel development. With millions of lines of code, ReactOS is the kind of
project that an 18 year old could've only dreamt work ing on. I became adept
in source control repositories, regression testing, unit testing, team
management, IRC administration, as well as a much better coder in C. I also
made friendships of all levels with various developers, testers and users,
and had a chance to mentor two students during last year's Google Summer of
Code. I was able to attend and give talks on ReactOS, exhibit it, and make
connections with other people in the industry, and in the open source world.
Overall, it's been an exhilarating adventure.
After three years however, and with the many new responsibilities that had
kept growing, my free time grew short. Additionally, my work in the kernel
had almost reached completion. The parts that still need major work, in my
opinion, require extremely skilled developers in those areas to ever be as
close to NT as needed. They are also some of the most critical: the memory
manager, the cache manager, the Power/PnP Manager, the configuration manager
and the file system runtime library. With the current differences that
exist, most modern WDM drivers as well as IFS drivers can only dream of
running properly. Unfortunately, my knowledge in those areas was limited. I
had never reverse engineered them as extensively as parts of the executive,
and documentation on their guts is limited. In all honesty, they're also
not parts of the system that interest me much. I could, of course, have
continued working on user-mode parts of the system where my help would still
bring a lot of the system forward, such as ntdll, csrss, smss, winsock and
kernel32, but my interest in teaching with David Solomon and getting in
touch with the developers behind NT outweighed that desire.
After three years, I learned a tremendous amount of knowledge and skills
while working on ReactOS, now the time has come for me to learn even more by
expanding my horizons. In many ways, I had already outgrown the project,
focusing more on security research, utilities and tools, articles and
non-ReactOS related talks and conferences. It was time for me to step
outside and take on a new opportunity with a larger audience and which would
bring me many new experiences and teachings. I wish the ReactOS Project all
the luck and I know that some significant new changes are on the horizon for
them. I will keep watching from a distance, and I thank them for the most
fun years of my life.-
--
Best regards,
Alex Ionescu
You guys are hilarious.
Hint: putting all the trig functions into one file is a bad idea too. There's a reason they were made separate. Cookie for whoever finds out why.
--
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of fireball(a)svn.reactos.org
Sent: Saturday, June 16, 2007 5:29 AM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [fireball] 27202: - Finally, removing frame pointer was a bad idea (think of exceptions / etc).
Author: fireball
Date: Sat Jun 16 16:28:56 2007
New Revision: 27202
URL: http://svn.reactos.org/svn/reactos?rev=27202&view=rev
Log:
- Finally, removing frame pointer was a bad idea (think of exceptions / etc).
Modified:
trunk/reactos/lib/sdk/libcntpr/math/i386/fabs_asm.s
trunk/reactos/lib/sdk/libcntpr/math/i386/log_asm.s
trunk/reactos/lib/sdk/libcntpr/math/i386/sqrt_asm.s
trunk/reactos/lib/sdk/libcntpr/math/i386/trig_asm.s
Modified: trunk/reactos/lib/sdk/libcntpr/math/i386/fabs_asm.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/libcntpr/math/i386…
==============================================================================
--- trunk/reactos/lib/sdk/libcntpr/math/i386/fabs_asm.s (original)
+++ trunk/reactos/lib/sdk/libcntpr/math/i386/fabs_asm.s Sat Jun 16 16:28:56 2007
@@ -3,13 +3,47 @@
* PROJECT: ReactOS kernel
* PURPOSE: Run-Time Library
* FILE: lib/rtl/i386/fabs.S
- * PROGRAMER: Magnus Olsen (greatlord(a)greatlord.com)
-*/
+ * PROGRAMER: Alex Ionescu (alex(a)relsoft.net)
+ *
+ * Copyright (C) 2002 Michael Ringgaard.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the project nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES// LOSS OF USE, DATA, OR PROFITS// OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
.globl _fabs
+
.intel_syntax noprefix
+
+/* FUNCTIONS ***************************************************************/
+
_fabs:
-
- fld qword ptr [esp+8]
- fabs
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8] // Load real from stack
+ fabs // Take the absolute value
+ pop ebp
ret
Modified: trunk/reactos/lib/sdk/libcntpr/math/i386/log_asm.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/libcntpr/math/i386…
==============================================================================
--- trunk/reactos/lib/sdk/libcntpr/math/i386/log_asm.s (original)
+++ trunk/reactos/lib/sdk/libcntpr/math/i386/log_asm.s Sat Jun 16 16:28:56 2007
@@ -3,14 +3,49 @@
* PROJECT: ReactOS kernel
* PURPOSE: Run-Time Library
* FILE: lib/rtl/i386/log.S
- * PROGRAMER: Magnus Olsen (greatlord(a)greatlord.com)
+ * PROGRAMER: Alex Ionescu (alex(a)relsoft.net)
+ *
+ * Copyright (C) 2002 Michael Ringgaard.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the project nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES// LOSS OF USE, DATA, OR PROFITS// OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
*/
+
.globl _log
+
.intel_syntax noprefix
+/* FUNCTIONS ***************************************************************/
+
_log:
- fld qword ptr [esp+8]
- fldln2
- fxch st(1)
- fyl2x
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8] // Load real from stack
+ fldln2 // Load log base e of 2
+ fxch st(1) // Exchange st, st(1)
+ fyl2x // Compute the natural log(x)
+ pop ebp
ret
Modified: trunk/reactos/lib/sdk/libcntpr/math/i386/sqrt_asm.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/libcntpr/math/i386…
==============================================================================
--- trunk/reactos/lib/sdk/libcntpr/math/i386/sqrt_asm.s (original)
+++ trunk/reactos/lib/sdk/libcntpr/math/i386/sqrt_asm.s Sat Jun 16 16:28:56 2007
@@ -3,15 +3,47 @@
* PROJECT: ReactOS kernel
* PURPOSE: Run-Time Library
* FILE: lib/rtl/i386/sqrt.S
- * PROGRAMER: Magnus Olsen (greatlord(a)greatlord.com)
+ * PROGRAMER: Alex Ionescu (alex(a)relsoft.net)
+ *
+ * Copyright (C) 2002 Michael Ringgaard.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the project nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES// LOSS OF USE, DATA, OR PROFITS// OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
*/
-
.globl _sqrt
.intel_syntax noprefix
+/* FUNCTIONS ***************************************************************/
+
_sqrt:
- fld qword ptr [esp+8]
- fsqrt
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8] // Load real from stack
+ fsqrt // Take the square root
+ pop ebp
ret
Modified: trunk/reactos/lib/sdk/libcntpr/math/i386/trig_asm.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/libcntpr/math/i386…
==============================================================================
--- trunk/reactos/lib/sdk/libcntpr/math/i386/trig_asm.s (original)
+++ trunk/reactos/lib/sdk/libcntpr/math/i386/trig_asm.s Sat Jun 16 16:28:56 2007
@@ -4,33 +4,49 @@
* PURPOSE: Run-Time Library
* FILE: lib/rtl/i386/trig_asm.s
* PROGRAMER: Aleksey Bragin (aleksey reactos org)
-*/
-
+ *
+ */
.globl _atan
.globl _cos
.globl _sin
-.globl _tan
-
+
.intel_syntax noprefix
+/* FUNCTIONS ***************************************************************/
+
_atan:
- fld qword ptr [esp+8]
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8]
fld1
fpatan
+ pop ebp
ret
_cos:
- fld qword ptr [esp+8]
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8]
fcos
+ pop ebp
ret
_sin:
- fld qword ptr [esp+8]
+ push ebp
+ mov ebp,esp
+ fld qword ptr [ebp+8]
fsin
+ pop ebp
ret
_tan:
- fld qword ptr [esp+8]
+ push ebp
+ mov ebp,esp
+ sub esp,4
+ fld qword ptr [ebp+8]
fptan
- fstp dword ptr [esp-4]
+ fstp dword ptr [ebp-4]
+ mov esp,ebp
+ pop ebp
ret
+
On 7/2/07, greatlrd(a)svn.reactos.org <greatlrd(a)svn.reactos.org> wrote:
> Author: greatlrd
> Date: Mon Jul 2 23:47:58 2007
> New Revision: 27364
>
> URL: http://svn.reactos.org/svn/reactos?rev=27364&view=rev
> Log:
> experiment code
> adding DirectX opengl warper that using opengl lcd driver. it is Parallels modify source code of wine d3d for it.
> can not be compile in ReactX branch yet.
I've already fixed this locally to compile with mingw using dsw2mak if
anyone wants my hacky diff and some makefiles. Contact me privately
off the list and I can send you what I have thus far...wined3d.dll and
d3d8.dll everything else should build as well but I have no futher
need to work on this.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Hi people,
Im receiving password reminders for the ros-dev list.
Problems :
- I didnt ask for it,
- The password sent is not mine,
- My password has been reset to the password sent in the reminder
Feel free to say if you have similar problems
& thanks for any help.
Kind regards,
Sylvain Petreolle (aka Usurp)
----- Message d'origine ----
De : "ros-dev-bounces(a)reactos.org" <ros-dev-bounces(a)reactos.org>
À : spetreolle(a)yahoo.fr
Envoyé le : Samedi, 30 Juin 2007, 16h40mn 54s
Objet : Ros-dev(a)reactos.org mailing list reminder
You, or someone posing as you, has requested a password reminder for
your membership on the mailing list ros-dev(a)reactos.org. You will
need this password in order to change your membership options (e.g. do
you want regular delivery or digest delivery), and having this
password makes it easier for you to unsubscribe from the mailing list.
You are subscribed with the address: spetreolle(a)yahoo.fr
Your Ros-dev password is: <removed>
Hello,
I did some testing/bug fixing into RegEdit.
Bug #982: some languages still had this bug. Now seems fixed.
Bug #997: In my opinion it happened because it tried to process an encoded UTF-16 registry file. Now if an UNICODE .reg file is detected, it won't be processed by ascii functions.
Bug #1008: It doesn't happen into Microsoft WinXP, so it seems a bug of the edit control into ReactOS.
Bug #1009: Fixed.
Other bug fixes are:
* Now the horizontal scrollbar is shown.
* Fixed several bugs/memory leaks/destroying action into listview code.
* Into the Listview, only the variable name is shown, without its entire path.
* When importing a file, the handle was left open. Now it's fixed.
The attached patch includes all these changes.
Sincerely,
Carlo Bramini
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
I have the lastest thunk, it updated some files, but it doesn't work yet.
In addition to this trouble, in makefile.auto there is also an error into lines like these ones:
$(OUTPUT)\livecd\Profiles\Default\ User\My\ Documents: | $(OUTPUT)\livecd\Profiles\Default\ User
$(ECHO_MKDIR)
${mkdir} $@
The rule must be:
$(OUTPUT)\livecd\Profiles\Default\\ User\My\\ Documents: | $(OUTPUT)\livecd\Profiles\Default\\ User
with two backslash otherwise the escape sequence won't work.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 26 Jun 2007 10:04:23 +0200
Subject : Re: [ros-dev] Error at compiling ReactOS
> Be sure you use the latest trunk. Weiden has fixed compilation problems.
> So, update, clean, and it should work.
>
> ----- Original Message -----
> From: "carlo.bramix" <carlo.bramix(a)libero.it>
> To: "ros-dev" <ros-dev(a)reactos.org>
> Sent: Tuesday, June 26, 2007 9:39 AM
> Subject: Re: [ros-dev] Error at compiling ReactOS
>
> Hello,
> It looks like there is a bug somewhere.
> I launched with "ROS_RBUILD_FLAGS=-v" and I got this output:
>
> [CC] tools/wpp/ppy.tab.c
> [AR] output-i386/tools/wpp/libwpp.a
> [LD] output-i386/tools/widl/widl.exe
> [WIDL] obj-i386\include\psdk\wtypes.h
> Could not open includepsdkwtypes.idl
> make[1]: *** [obj-i386\include\psdk\wtypes.h] Error 2
>
> Then I open makefile.auto and I manually patched '\' to '/' but just for
> "wtypes".
> I got this output:
>
> [WIDL] obj-i386/include/psdk/wtypes.h
> [WIDL] obj-i386\include\psdk\exdisp.h
> Could not open includepsdkexdisp.idl
> make: *** [obj-i386\include\psdk\exdisp.h] Error 2
>
> Sincerely,
>
> Carlo Bramini.
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ReactOS Development List" ros-dev(a)reactos.org
> Cc :
> Date : Mon, 25 Jun 2007 17:12:33 +0200
> Subject : Re: [ros-dev] Error at compiling ReactOS
>
> > Hi,
> >
> > it's not important to have the latest versions, you've got to have the
> > "right" versions.
> >
> > You seem to be using windows, just download the RosBE, the official
> > ReactOS Build Environment.
> >
> > This should give you a start:
> > http://www.reactos.org/wiki/index.php/RosBE-step-by-step
> >
> > Greets,
> >
> > David Hinz
> >
> > carlo.bramix schrieb:
> > > Hello,
> > > I can use a powerful PC for some days, so I downloaded latest ReactOS's
> > > sources and I tried to compile them.
> > > But after a short while, it appear this message:
> > >
> > > [WIDL] obj-i386\include\psdk\wtypes.h
> > > Could not open includepsdkwtypes.idl
> > > make: *** [obj-i386\include\psdk\wtypes.h] Error 2
> > >
> > > In your opinion, what's wrong?
> > > It happens into the CMD box and into MSYS too.
> > > I'm sure that "Mingw & co." tools are the latest versions.
> > >
> > > Sincerely,
> > >
> > > Carlo Bramini.
> > >
> > >
> > > ------------------------------------------------------
> > > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > > http://i-mode.wind.it/
> > >
> > >
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> > >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-modeT di Wind
> http://i-mode.wind.it/
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
It looks like there is a bug somewhere.
I launched with "ROS_RBUILD_FLAGS=-v" and I got this output:
[CC] tools/wpp/ppy.tab.c
[AR] output-i386/tools/wpp/libwpp.a
[LD] output-i386/tools/widl/widl.exe
[WIDL] obj-i386\include\psdk\wtypes.h
Could not open includepsdkwtypes.idl
make[1]: *** [obj-i386\include\psdk\wtypes.h] Error 2
Then I open makefile.auto and I manually patched '\' to '/' but just for "wtypes".
I got this output:
[WIDL] obj-i386/include/psdk/wtypes.h
[WIDL] obj-i386\include\psdk\exdisp.h
Could not open includepsdkexdisp.idl
make: *** [obj-i386\include\psdk\exdisp.h] Error 2
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Mon, 25 Jun 2007 17:12:33 +0200
Subject : Re: [ros-dev] Error at compiling ReactOS
> Hi,
>
> it's not important to have the latest versions, you've got to have the
> "right" versions.
>
> You seem to be using windows, just download the RosBE, the official
> ReactOS Build Environment.
>
> This should give you a start:
> http://www.reactos.org/wiki/index.php/RosBE-step-by-step
>
> Greets,
>
> David Hinz
>
> carlo.bramix schrieb:
> > Hello,
> > I can use a powerful PC for some days, so I downloaded latest ReactOS's sources and I tried to compile them.
> > But after a short while, it appear this message:
> >
> > [WIDL] obj-i386\include\psdk\wtypes.h
> > Could not open includepsdkwtypes.idl
> > make: *** [obj-i386\include\psdk\wtypes.h] Error 2
> >
> > In your opinion, what's wrong?
> > It happens into the CMD box and into MSYS too.
> > I'm sure that "Mingw & co." tools are the latest versions.
> >
> > Sincerely,
> >
> > Carlo Bramini.
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-modeTM di Wind
> > http://i-mode.wind.it/
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
I first saw this project in 2005, and today, in order to have a rough
idea of Windows Cache Manager, I want to download the Ros source code to
see if it is something alike and whether it can help me.
Regards,
Fan Decheng 2007-06-26
+#if 0 //FIXME: Investigate why it's reported that Geode does not support
this.
if (!(KeFeatureBits & KF_CMPXCHG8B))
{
/* Copy the vendor string */
@@ -475,6 +476,7 @@
Vendor[1],
Vendor[2]);
}
+#endif
Umm, because it doesn't.
--
Best regards,
Alex Ionescu
Hello,
I can use a powerful PC for some days, so I downloaded latest ReactOS's sources and I tried to compile them.
But after a short while, it appear this message:
[WIDL] obj-i386\include\psdk\wtypes.h
Could not open includepsdkwtypes.idl
make: *** [obj-i386\include\psdk\wtypes.h] Error 2
In your opinion, what's wrong?
It happens into the CMD box and into MSYS too.
I'm sure that "Mingw & co." tools are the latest versions.
Sincerely,
Carlo Bramini.
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
Hopefully, at work I have Windows XP and at home I have Win9x.
This gave me great chances of testing when I develop a software.
I was just guessing if the autoplay nightmare could be disabled in a more user-friendly way and natively into the configuration of the explorer into ReactOS.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Thu, 21 Jun 2007 12:10:47 -0600
Subject : Re: [ros-dev] Autoplay configuration.
> On 6/21/07, carlo.bramix wrote:
> >
> > I didn't use Vista yet, but I wouldn't like to decided every time the
> > actions to do.
> > Usually, when I double-click on the CD/DVD icon, I would like to explore
> > the content of the disk.
> > I don't want to see something asking me "explore disk? autoplay disk? play
> > disk?", I just want to see the directory structure.
>
>
> Haha, I wasn't saying that it should ask you every time you double click the
> drive icon. I was talking about when you actually put in the disc or
> connect a device.
>
>
> I already solved this little need my Win9x platforms with a very little C
> > programme.
> > Personally, I can't see a valid reason for not putting this little thing
> > (enable/disable autoplay features) somewhere.
>
>
> Things have changed a lot with autoplay from earlier Windows versions to XP,
> and even more from XP to Vista. Vista even has a section in the control
> panel for autoplay configuration:
> http://img160.imageshack.us/img160/6287/windowsvistaautoplayjs2.png (169 KB)
>
> Also, you have brought up a good point. Besides those parts of the autoplay
> configuration, ReactOS should have an additional option to specify whether
> to just view the contents of the drive with no autoplay prompts when you
> double-click a drive or open up the autoplay options when you double click
> the drive -- that is, if it will even support opening that up at all when
> double-clicking a drive, which if it doesn't that's fine, too, as long as
> the option is at least there when right-clicking the drive.
>
> -ShadowFlare
>
>
> Sincerely,
> >
> > Carlo Bramini
> >
> >
> > ---------- Initial Header -----------
> >
> > >From : ros-dev-bounces(a)reactos.org
> > To : "ReactOS Development List" ros-dev(a)reactos.org
> > Cc :
> > Date : Tue, 19 Jun 2007 17:05:13 -0600
> > Subject : Re: [ros-dev] Autoplay configuration.
> >
> > > On 6/19/07, carlo.bramix wrote:
> > > >
> > > > Hello,
> > > > I would like to suggest the addition of a little feature into ReactOS.
> > > > Here there is a little reference to be read near my suggestion:
> > > >
> > > >
> > > >
> > http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentr…
> > > >
> > > > Autorun could be useful, but sometimes it's very annoying.
> > > > So: what about adding a little page somewhere for configuring it?
> > > > Into Win9x it was partially configurable on CD/DVD units, but newer
> > > > versions of Windows lost completely this ability.
> > > > I think that a little page with some check-boxes:
> > > >
> > > > [ ] Disables Autoplay on removable drives
> > > > [X] Disables Autoplay on fixed drives.
> > > >
> > > > ..etc
> > > > would be really cool because it fixes a mess into modern Microsoft's
> > > > products.
> > > > I think it can be done in 100 lines of code (perhaps even less).
> > > > If we decide that it can be added, we just need to decide where we
> > could
> > > > put them.
> > > >
> > > > I know that ReactOS haven't autoplay feature yet, but adding its
> > > > configuration isn't too difficult.
> > > > Where can it be placed?
> > > > Personally, I wouldn't add a new applet into the control panel only
> > for
> > > > it.
> > > > Or if you don't want it at all, or you don't want it for now, it's ok
> > too.
> > > >
> > > > Sincerely,
> > > >
> > > > Carlo Bramini.
> > > >
> > > > _______________________________________________
> > > > Ros-dev mailing list
> > > > Ros-dev(a)reactos.org
> > > > http://www.reactos.org/mailman/listinfo/ros-dev
> > > >
> > >
> > > Personally, I think Windows Vista's autorun/autoplay options are great,
> > and
> > > it does have a place to change the configuration for them easily. In my
> > > opinion, Microsoft finally got it right on that version. It even asks
> > > whether you want the run the program from autorun.inf, so no more
> > holding
> > > shift while inserting CDs. :) It also gives the other usual autoplay
> > > options even on CDs that do have a program specified in autorun.inf.
> > >
> > > In my opinion, ReactOS should do it the same way, at least as far as
> > asking
> > > whether to run the program or not when you insert a CD or plug in a
> > drive.
> > >
> > > -ShadowFlare
> > >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
I didn't use Vista yet, but I wouldn't like to decided every time the actions to do.
Usually, when I double-click on the CD/DVD icon, I would like to explore the content of the disk.
I don't want to see something asking me "explore disk? autoplay disk? play disk?", I just want to see the directory structure.
I already solved this little need my Win9x platforms with a very little C programme.
Personally, I can't see a valid reason for not putting this little thing (enable/disable autoplay features) somewhere.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 19 Jun 2007 17:05:13 -0600
Subject : Re: [ros-dev] Autoplay configuration.
> On 6/19/07, carlo.bramix wrote:
> >
> > Hello,
> > I would like to suggest the addition of a little feature into ReactOS.
> > Here there is a little reference to be read near my suggestion:
> >
> >
> > http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentr…
> >
> > Autorun could be useful, but sometimes it's very annoying.
> > So: what about adding a little page somewhere for configuring it?
> > Into Win9x it was partially configurable on CD/DVD units, but newer
> > versions of Windows lost completely this ability.
> > I think that a little page with some check-boxes:
> >
> > [ ] Disables Autoplay on removable drives
> > [X] Disables Autoplay on fixed drives.
> >
> > ..etc
> > would be really cool because it fixes a mess into modern Microsoft's
> > products.
> > I think it can be done in 100 lines of code (perhaps even less).
> > If we decide that it can be added, we just need to decide where we could
> > put them.
> >
> > I know that ReactOS haven't autoplay feature yet, but adding its
> > configuration isn't too difficult.
> > Where can it be placed?
> > Personally, I wouldn't add a new applet into the control panel only for
> > it.
> > Or if you don't want it at all, or you don't want it for now, it's ok too.
> >
> > Sincerely,
> >
> > Carlo Bramini.
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
> Personally, I think Windows Vista's autorun/autoplay options are great, and
> it does have a place to change the configuration for them easily. In my
> opinion, Microsoft finally got it right on that version. It even asks
> whether you want the run the program from autorun.inf, so no more holding
> shift while inserting CDs. :) It also gives the other usual autoplay
> options even on CDs that do have a program specified in autorun.inf.
>
> In my opinion, ReactOS should do it the same way, at least as far as asking
> whether to run the program or not when you insert a CD or plug in a drive.
>
> -ShadowFlare
>
> Personally, I think Windows Vista's autorun/autoplay options are great,
and
> it does have a place to change the configuration for them easily. In my
> opinion, Microsoft finally got it right on that version.
I hate autorun and always disable it. I always hate that menu where you can
choose what to do with CD/connected storage device/camera etc.
I`d love to see ROS silent or at least being allowed to disable all those
unneeded extras.
Regards
Caemyr
>People developing ReactOS also usually join our IRC-channel #reactos
>on freenode.
>If you become a steady ReactOS developer, somebody will offer you SVN
>write access so you don't need to submit everything to bugzilla, but
>that will take a while...
If you think you can participate in develompent of any particular
subsystem/part of Ros you should speak with Fireball on #reactos. He may
designate you to some specified field. This could speed up the joining
process, but do it only if you feel experienced enough.
Regards
Caemyr
Hi,your mailling system showed me to send you this mail so you can get the decision on accepting me to join the development-team of ReactOSKind regards,Fatih Yedikapi** Greating from best friend, Fatih Yedikapi **
_________________________________________________________________
Via je PC gratis je vrienden hun PC bellen
http://get.live.com/messenger/overview
Hi I am trying to use the cmd.exe of reactos (on Windows!) with redirected
stdin/out/err. What I try to make is a remote shell application over
internet, and this is an important requirement for me, that it will work
with reacto's cmd.exe.
I have build a test program that will redirect locally. open the process (
cmd.exe at least for now) and will forward output on a EditBox. The whole
process works quite well with the cmd.exe of M$ Windows but its buggy with
the cmd.exe of reactos. More specifically when I start the redirection I
just get the current path and ">" usual prompt, but after that, the
communication gets unresponsive. Whatever I send, there will be no return
messages.
I attached the test project, and I would like to advice me if there is a
better approach that will work for ROS cmd.exe too.
>Hi I am trying to use the cmd.exe of reactos (on Windows!) with redirected
>stdin/out/err. What I try to make is a remote shell application over
>internet, and this is an important requirement for me, that it will work
>with reacto's cmd.exe.
>I have build a test program that will redirect locally. open the process
>(cmd.exe at least for now) and will forward output on a EditBox. The whole
>process works quite well with the cmd.exe of M$ >Windows but its buggy with
>the cmd.exe of reactos. More specifically when I start the redirection I
>just get the current path and ">" usual prompt, but after that, the
>communication gets unresponsive. >Whatever I send, there will be no return
>messages.
>I attached the test project, and I would like to advice me if there is a
>better approach that will work for ROS cmd.exe too.
What you have proposed is basically telnet.
Extremely insecure.
You really should consider using SSH or similar.
Also it looks like you are using pipes to do the transferring from the code
(but I could have misread it), and they only traverse local networks. You'd
be better off with netcat or similar (if you're OK with low security).
You could just use a command line like:
netcat | cmd | netcat
JGR
_________________________________________________________________
MSN Music http://music.msn.no Finn din favorittmusikk blant nesten 1 million
låter
Hello,
I would like to suggest the addition of a little feature into ReactOS.
Here there is a little reference to be read near my suggestion:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentr…
Autorun could be useful, but sometimes it's very annoying.
So: what about adding a little page somewhere for configuring it?
Into Win9x it was partially configurable on CD/DVD units, but newer versions of Windows lost completely this ability.
I think that a little page with some check-boxes:
[ ] Disables Autoplay on removable drives
[X] Disables Autoplay on fixed drives.
..etc
would be really cool because it fixes a mess into modern Microsoft's products.
I think it can be done in 100 lines of code (perhaps even less).
If we decide that it can be added, we just need to decide where we could put them.
I know that ReactOS haven't autoplay feature yet, but adding its configuration isn't too difficult.
Where can it be placed?
Personally, I wouldn't add a new applet into the control panel only for it.
Or if you don't want it at all, or you don't want it for now, it's ok too.
Sincerely,
Carlo Bramini.
So the reason you noticed this was wrong wasn't because DRIVERS SHOULDN'T IMPORT USER-MODE WIN32 DLLS... but because someone else was already exporting it. Sweet.
Hint: Try including #intrin.h next time.
--
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of spetreolle(a)svn.reactos.org
Sent: Saturday, June 16, 2007 5:45 AM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [spetreolle] 27203: revert previous r27194 ntoskrnl already exports InterlockedDe/Increment spotted by hpoussin still fails to link, thans to heisspiter for win32 test
Author: spetreolle
Date: Sat Jun 16 16:45:02 2007
New Revision: 27203
URL: http://svn.reactos.org/svn/reactos?rev=27203&view=rev
Log:
revert previous r27194
ntoskrnl already exports InterlockedDe/Increment
spotted by hpoussin
still fails to link,
thans to heisspiter for win32 test
Modified:
trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild Sat Jun 16 16:45:02 2007
@@ -8,7 +8,6 @@
<library>ntoskrnl</library>
<library>ks</library>
<library>drmk</library>
- <library>kernel32</library>
<file>dll.c</file>
<file>adapter.c</file>
I neved did and never intend to merge hacks from branches into the
trunk.
I don't know where from you are referring to "I'm afraid that
fireballs sollution is merged into trunk in some time"?!
I commented out almost all freeldr's bootsector boot stub in the
branch, does that mean it will somewhen be merged in trunk? Obviously
the answer is no.
I don't know what do you smoke to think it will :-).
WBR,
Aleksey Bragin.
On Jun 16, 2007, at 6:07 AM, Michael Fritscher wrote:
> The problem: the new bootvid needs vga, which the olpc doesn`t have...
> For the other problem (freeloader import problem): He can't press
> enter on
> this machine because of the bios.
> Perhaps that could be better solved by a new option in freeldr,
> which make
> disappear all messages in say 3-5 seconds.
>
> I'm afraid that fireballs sollution is merged into trunk in some time,
> which would hide this problem indead.
Are you allright, Alex? :-)
This is in a branch, OLPC ("branches/olpc/").
I had to disable critical warnings in freeldr so I don't have to do a
BIOS-less keyboard support in olpc-freeldr in order to just hit ENTER
one time during the bootup.
And certainly, when trunk's bootvid has VGA dependency coded into the
very heart of it, I had to get old bootvid so that I could do the
framebuffer support (no VGA bios in OLPC hardware). Also in that same
branch.
As for hto's (Dmitry) patches - there are controversial opinions, but
I'm trying to review and discuss commits he is doing.
WBR,
Aleksey Bragin.
On Jun 15, 2007, at 10:51 PM, Alex Ionescu wrote:
> Screwing up compatibility continues! Here's an idea, let's rename
> all the kernel exports!
>
> -----Original Message-----
> From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-
> bounces(a)reactos.org] On Behalf Of fireball(a)svn.reactos.org
> Sent: Friday, June 15, 2007 3:59 AM
> To: ros-diffs(a)reactos.org
> Subject: [ros-diffs] [fireball] 27186: - Resurrect "old" bootvid.
> The plan is to * make it working in trunk * add framebuffer support
> for olpc and xbox kind of devices.
>
> Author: fireball
> Date: Fri Jun 15 14:58:37 2007
> New Revision: 27186
>
> URL: http://svn.reactos.org/svn/reactos?rev=27186&view=rev
> Log:
> - Resurrect "old" bootvid. The plan is to
> * make it working in trunk
> * add framebuffer support for olpc and xbox kind of devices.
>
> Added:
> branches/olpc/drivers/base/bootvid/bar.bmp
So the new ReactOS is all about adding hacks to the kernel and hiding existing bugs instead of finding solutions. Cool beans. Maybe you should also comment out other DPRINTs. I mean, if a critical warning that a driver wasn't properly loaded because FreeLDR doesn't process import tables and that thus the device won't work right is annoying, maybe stuff like "File not found" should also be removed and return success instead.
I can't wait 6 months from now when everyone wonders how come some driver doesn't load in ReactOS. Are you and hto actually the same person?
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of fireball(a)svn.reactos.org
Sent: Friday, June 15, 2007 3:27 AM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [fireball] 27185: - Set esp in the beginning to freeldr's stack, fixes a crash during a call to the kernel's entrypoint. - Comment out some annoying / unnecessary dprints (including messagebox about not resolved imports for pciide).
Author: fireball
Date: Fri Jun 15 14:27:27 2007
New Revision: 27185
URL: http://svn.reactos.org/svn/reactos?rev=27185&view=rev
Log:
- Set esp in the beginning to freeldr's stack, fixes a crash during a call to the kernel's entrypoint.
- Comment out some annoying / unnecessary dprints (including messagebox about not resolved imports for pciide).
Modified:
branches/olpc/boot/freeldr/freeldr/arch/i386/arch.S
branches/olpc/boot/freeldr/freeldr/arch/i386/loader.c
branches/olpc/boot/freeldr/freeldr/arch/i386/macholpc.c
Modified: branches/olpc/boot/freeldr/freeldr/arch/i386/arch.S
URL: http://svn.reactos.org/svn/reactos/branches/olpc/boot/freeldr/freeldr/arch/…
==============================================================================
--- branches/olpc/boot/freeldr/freeldr/arch/i386/arch.S (original)
+++ branches/olpc/boot/freeldr/freeldr/arch/i386/arch.S Fri Jun 15 14:27:27 2007
@@ -395,7 +395,7 @@
//movw %dx,%fs
//movw %dx,%gs
//movw %dx,%ss
- //movl $STACK32ADDR,%esp
+ movl $STACK32ADDR,%esp
//movl $mb_info,%ebx
/* See if the boot device was passed in */
Modified: branches/olpc/boot/freeldr/freeldr/arch/i386/loader.c
URL: http://svn.reactos.org/svn/reactos/branches/olpc/boot/freeldr/freeldr/arch/…
==============================================================================
--- branches/olpc/boot/freeldr/freeldr/arch/i386/loader.c (original)
+++ branches/olpc/boot/freeldr/freeldr/arch/i386/loader.c Fri Jun 15 14:27:27 2007
@@ -487,7 +487,7 @@
}
else
{
- DbgPrint("Don't yet support loading new modules from imports\n");
+ //DbgPrint("Don't yet support loading new modules from imports\n");
Status = STATUS_NOT_IMPLEMENTED;
}
}
Modified: branches/olpc/boot/freeldr/freeldr/arch/i386/macholpc.c
URL: http://svn.reactos.org/svn/reactos/branches/olpc/boot/freeldr/freeldr/arch/…
==============================================================================
--- branches/olpc/boot/freeldr/freeldr/arch/i386/macholpc.c (original)
+++ branches/olpc/boot/freeldr/freeldr/arch/i386/macholpc.c Fri Jun 15 14:27:27 2007
@@ -253,7 +253,7 @@
BOOLEAN OlpcDiskGetDriveGeometry( ULONG DriveNumber, PGEOMETRY DriveGeometry )
{
- ofwprintf("GetGeometry(%d)\n", DriveNumber);
+ //ofwprintf("GetGeometry(%d)\n", DriveNumber);
DriveGeometry->BytesPerSector = 512;
DriveGeometry->Heads = 16;
DriveGeometry->Sectors = 63;
@@ -262,7 +262,7 @@
ULONG OlpcDiskGetCacheableBlockCount( ULONG DriveNumber )
{
- ofwprintf("GetCacheableBlockCount\n");
+ //ofwprintf("GetCacheableBlockCount\n");
return 1;
}
Hi,
> -----Message d'origine-----
> De : ros-diffs-bounces(a)reactos.org
> [mailto:ros-diffs-bounces@reactos.org] De la part de
> dgorbachev(a)svn.reactos.org
> Envoyé : jeudi 14 juin 2007 18:42
> À : ros-diffs(a)reactos.org
> Objet : [ros-diffs] [dgorbachev] 27174: - Hackish solution of
> issue #2062. - Turn off title change, as it can cause a deadlock.
>
> Author: dgorbachev
> Date: Thu Jun 14 20:41:55 2007
> New Revision: 27174
>
> URL: http://svn.reactos.org/svn/reactos?rev=27174&view=rev
> Log:
> - Hackish solution of issue #2062.
> - Turn off title change, as it can cause a deadlock.
>
> Modified:
> trunk/reactos/subsystems/win32/csrss/win32csr/conio.c
> trunk/reactos/subsystems/win32/csrss/win32csr/dllmain.c
> trunk/reactos/subsystems/win32/csrss/win32csr/guiconsole.c
>
Why hiding the real cause of bug 2062 by a hack, as you already did in
r27107 for bug 2151?
See desktop icons in explorer bar. They are not correct and I know when it
appeared and I known how to hack a solution. But I won't do it because I
don't want to hide the real problem. IMO, you should do the same thing and
search the root problem or leave the effect visible, so it won't be
forgotten.
If you really need to add a hack in the code, please add a comment in the C
code linking to bugzilla, and add a comment in BZ saying "hackish solution
committed in rXXXXX"
Hervé
Unfortunately, I'm not able to compile myself.
So I download the SVN ISO images for testing.
I was just wondering if it could be possible to reduce a bit my download times by including that flag into the REL builds.
I also agree that it's better to leave the DEB builds without that flag.
Thanks anyways, if it's not possible I can still download compressed ISO files at their current sizes.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Mon, 11 Jun 2007 14:28:37 +0400
Subject : Re: [ros-dev] Smaller SVN REL ISO?
> It is possible to compile with this flag, but you need to build it
> yourself then. Official ISOs are compiled with leanandmean set to no.
>
>
> WBR,
> Aleksey Bragin.
>
> On Jun 11, 2007, at 1:06 PM, carlo.bramix wrote:
>
> > Is the SVN REL Live CD compiled with "set ROS_LEAN_AND_MEAN = yes"?
> > If not, is it possible to compile it with this flag?
> > For other purposes beside the normal user testing, we have the SVN
> > DEB Live CD image.
> >
> > Sincerely,
> >
> > LDChen
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
It is possible to compile with this flag, but you need to build it
yourself then. Official ISOs are compiled with leanandmean set to no.
WBR,
Aleksey Bragin.
On Jun 11, 2007, at 1:06 PM, carlo.bramix wrote:
> Is the SVN REL Live CD compiled with "set ROS_LEAN_AND_MEAN = yes"?
> If not, is it possible to compile it with this flag?
> For other purposes beside the normal user testing, we have the SVN
> DEB Live CD image.
>
> Sincerely,
>
> LDChen
Is the SVN REL Live CD compiled with "set ROS_LEAN_AND_MEAN = yes"?
If not, is it possible to compile it with this flag?
For other purposes beside the normal user testing, we have the SVN DEB Live CD image.
Sincerely,
LDChen
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hi Lucio,
I must say, that there were a lot of efforts to get our tools working as
easy as possible. Even a global login system was introduced way back so that
you don't need to create an account for wiki, for bugzilla, for forum, for
wiki, for the main website - you just create one. A lot of time was spent in
order to do this (every piece of software needed to be customised - Ge and
Klemens put a lot of their personal time into this).
I will answer between the lines below so it makes better sense.
----- Original Message -----
From: "Lucio Diaz" <reactos_translate(a)yahoo.es>
To: <ros-dev(a)reactos.org>
Sent: Tuesday, April 17, 2007 2:08 AM
Subject: [ros-dev] About translation
-= skip =-
> -Many like me can install SVN, and get the source
> code, but never have made a patch, or even used
> bugzilla(and probably wont have the time).
If a contributor has SO small time that he can't even submit his work to a
bugzilla or, at least, send a patch to a relevant person (the same language
native speaker developer or another translator who has more time), then it's
better to wait when he/she has more free time to contribute.
-= skip =-
> files, but sending them to bugzilla... i dont know how
> to send them to bugzilla, i dont have a bugzilla
> acount, it was tiring trying to find someone to send
> the files, and i dont have the time or will to learn
> bugzilla.
That shows you really did not even slightly investigated how the website
works. And instead you're proposing a whole workflow for developers, so they
mandatory spent a few hours per week maintaining all the stuff you.
During that 2 years you should have spent just a bit of time, even 20
minutes, to overview our website and systems we have there, and another 20
minutes to read online manuals/help for them. Excuses like "I didn't have
time" hardly apply here.
WBR,
Aleksey Bragin.
Hi,
I set up a Chatroom for RosBE (Windows/Linux) specific questions. Its on
Freenode and is called #reactos-rosbe. I dont know if its so useful, but
I was bored and thought this could be useful.
Bye.
Actually, I removed the hack from IopCreateDriver, and added a loop
to prevent creation of drivers with the same name (which actually
have no impact on the servicekeynode).
What is the real cause of a double free? And which hack are you
referring to in IopCreateDriver?
WBR,
Aleksey Bragin.
On May 25, 2007, at 9:10 PM, dgorbachev(a)svn.reactos.org wrote:
> Author: dgorbachev
> Date: Fri May 25 21:10:11 2007
> New Revision: 26893
>
> URL: http://svn.reactos.org/svn/reactos?rev=26893&view=rev
> Log:
> Do not free the string twice.
>
> Modified:
> trunk/reactos/ntoskrnl/io/iomgr/driver.c
>
> Modified: trunk/reactos/ntoskrnl/io/iomgr/driver.c
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/
> iomgr/driver.c?rev=26893&r1=26892&r2=26893&view=diff
> ======================================================================
> ========
> --- trunk/reactos/ntoskrnl/io/iomgr/driver.c (original)
> +++ trunk/reactos/ntoskrnl/io/iomgr/driver.c Fri May 25 21:10:11 2007
> @@ -79,12 +79,14 @@
> ExFreePool(DriverObject->DriverName.Buffer);
> }
>
> +#if 0 /* See a bit of hack in IopCreateDriver */
>
When building the release versions of executables, DLLs, etc, I would suggest to add the "-s" switch to the linker flags.
It will do stripping automatically and release-mode objects will be a bit smaller.
Alternatively, we could "strip -s file.exe" but just adding the flag would be much simpler.
Sincerely,
Carlo Bramini.
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada
>From livecd-26861-rel it runs again under QEMU.
Last tested image is livecd-26871-rel.
Great job!
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ros-dev" ros-dev(a)reactos.org
Cc :
Date : Fri, 11 May 2007 17:21:55 +0200
Subject : Re: [ros-dev] QEMU support broken!!!
> I just wanted to tell you that I downloaded and tested livecd-26700-rel.7z and it doesn't work yet.
>
> Sincerely,
>
> Carlo Bramini
>
> ---------- Initial Header -----------
>
> >From : ros-dev-bounces(a)reactos.org
> To : "ReactOS Development List" ros-dev(a)reactos.org
> Cc :
> Date : Fri, 11 May 2007 07:16:05 +0000
> Subject : Re: [ros-dev] QEMU support broken!!!
>
> > I also have a problem with booting LiveCD.
> > Bugcheck in cmcontrl.c, line 151.
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
> ------------------------------------------------------
> Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
> http://click.libero.it/infostrada
>
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada
Hi!
> It should probably be
> + Exp -= (1 - EXCESS);
> in EFtoF() and
> + Exp += (1 - EXCESS);
> in FtoEF(). The other way round.
>
>
No, this would break compatibility. The way to verify this. Write a
driver, install it
and send a packet to it, so to activate the test. Have the driver dump
to WinDbg.
> Suggestion to make it a little clearer:
> #define BIAS 127
> Exp -+= (BIAS - 2);
I know about the IEEE bias. I'm just using my old 68k code that I'm
comfortable with. I'll
change this later with the Dc handle stuff I'm still testing.
Thanks,
James
Hi all,
On or about September 2006 I was asked by Aleksey (PC) and Alex if I could head up
the win32 and gdi32 part of the rewrite. The discussion had taken place on irc. It
was important that the rewrite would have one developer working alone (preferred
method) or be the leading developer working with a small group of developers (no
more than three). The rewrite was needed so that this section of ReactOS would be
compatible with the new kernel and the very thing we are trying to do. Be
compatible. This included interfaces, structures and the data that was contained in
those structures. Just not only that, also dropping in the place of drivers and
dlls, the real thing and still be compatible. Yes! Running with ReactOS.
I do not recall any requirement for me to write a technical manual or any kind of
web wiki. Even a How-To-Black-Box an OS interrupt calling hooky thingy with kmtest
driver callback winpooch as an application interface. ReactOS developers should have
a healthy tool box.
This point on, the discussion is over. I have a job to do. I would like help and not
debate everything I do. Some of you, need to, really think about, the future of this
project. How can I help with this and how can I help make this work for
compatibility with the very thing we are working toward. If you are thinking about
something new and different other than something innovative, compatible and helpful?
Maybe this project is not for you. Aros, FreeMint, Linux, Syllable, Visopsys, X,
etc, these projects might be what you are looking for.
If it breaks compatibility with interfaces and data stored in structures? I will
reject it and post an email why it was rejected. Wine is not enough, okay?
Thanks,
James
Unfortunately, I just tested it into the latest working SVN build under QEMU (livecd-26665-rel) and this bug it is still into the CRT library.
I also read the source code with SVN-WEB and it's still the same of 0.3.1.
BTW, from livecd-26771-rel, a bad thing happens with QEMU: immediately after starting the boot, a blu screen appear with errors and everything is dead.
Sincerely,
Carlo Bramini
----------
This bug have already been fixed by me.
log time ago. some time after 0.3.1 was relase or under 0.3.1 release process.
plese use svn source code, and try make own build of reactos as well. the trunk is changes so fast, the code in 0.3.1 is already outdated in many areas.
Citerar "carlo\\.bramix" <carlo.bramix at libero.it>:
> While I was doing the final tests with ReactOS Calc before releasing the new
> version, I discovered that it didn't work because a bug into log10 function.
> This happens because the two operands are swapped into:
>
> \ReactOS-0.3.1\lib\crt\math\i386\log10_asm.s
>
> I attached the patch.
>
> Sincerely,
>
> Carlo Bramini.
>
>
>
>
> ------------------------------------------------------
> Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> http://i-mode.wind.it/
>
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
>> - At the boot screen, the version compiled under Windows shows
>> "Service Pack 1" correctly, but the version compiled under Linux
>> shows "Service Pac 1"
>
> I see this "Service Pac 1" in ReactOS compiled under Windows with GCC 4.1.2 (from RosBE).
In ExpInitializeExecutive():
...
ANSI_STRING CsdString;
...
RtlInitAnsiString(&CsdString, MsgEntry->Text);
CsdString.Length -= sizeof(UNICODE_NULL);
...
Why Unicode?
Hi All
Latest revisions of ReactOS produces compilation error at my system.
Build Environment:
RosBE 0.3.5b2
File:
boot\freeldr\freeldr\reactos\reactos.c
Error message (after 'make clean' and 'make'):
cc1.exe: warnings being treated as errors
boot\freeldr\freeldr\reactos\reactos.c: In function 'LoadAndBootReactOS':
boot\freeldr\freeldr\reactos\reactos.c:524: warning: dereferencing
type-punned pointer will break strict-aliasing rules
mingw32-make: *** [obj-i386\boot\freeldr\freeldr\reactos\reactos.o] Error 1
WBR,
DarkHobbit
Sorry net split on irc.
Physicus r26742 is right,,, I will change it this week once I have the rest of my changes ready. We
should support 0x00010000 - 1 = 0xffff handles and it will give us 65K.
Thanks
James
Hello,
After the latest Kernel changes, I noticed some differences in ReactOS
builds compiled under Windows (RosBE 0.3.4) and under Linux (BuildBot and my
32-bit Ubuntu system):
- At the boot screen, the version compiled under Windows shows "Service Pack
1" correctly, but the version compiled under Linux shows "Service Pac 1"
- The version compiled under Linux hangs at "Flushing cache" for me, when I
test it under VMware.
Some other users also wrote that they could not run the latest ReactOS
builds under QEMU.
Although, I could not reproduce this problem with r26719, it might be
related to these build differences.
As I don't know, where this problem might originate from, maybe someone else
could look at it.
Regards,
Colin
I just wanted to tell you that I downloaded and tested livecd-26700-rel.7z and it doesn't work yet.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Fri, 11 May 2007 07:16:05 +0000
Subject : Re: [ros-dev] QEMU support broken!!!
> I also have a problem with booting LiveCD.
> Bugcheck in cmcontrl.c, line 151.
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada
The last SVN builds don't run under qemu.
The last working image is livecd-26665-rel.iso
It looks like something wrong has been changed in the last 24 hours.
Sincerely,
Carlo Bramini.
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Sorry, but before writing this messages I tested *ALL* SVN releases from livecd-26660-rel.7z to livecd-26672-rel.7z (except livecd-26671-rel.7z).
I also tested livecd-26626-rel.7z and livecd-26650-rel.7z and they both worked (when I saw that livecd-26670-rel didn't work, I started with checking something older...).
Here the last working version is still livecd-26665-rel.iso.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Thu, 10 May 2007 17:43:22 +0400
Subject : Re: [ros-dev] QEMU support broken!!!
> Hello,
> the problem was introduced in 26666 and successfuly fixed in 26668
> (read commit logs for more details).
>
>
> WBR,
> Aleksey Bragin.
>
> On May 10, 2007, at 4:47 PM, carlo.bramix wrote:
>
> > The last SVN builds don't run under qemu.
> > The last working image is livecd-26665-rel.iso
> > It looks like something wrong has been changed in the last 24 hours.
> >
> > Sincerely,
> >
> > Carlo Bramini.
> >
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hello,
the problem was introduced in 26666 and successfuly fixed in 26668
(read commit logs for more details).
WBR,
Aleksey Bragin.
On May 10, 2007, at 4:47 PM, carlo.bramix wrote:
> The last SVN builds don't run under qemu.
> The last working image is livecd-26665-rel.iso
> It looks like something wrong has been changed in the last 24 hours.
>
> Sincerely,
>
> Carlo Bramini.
>
Wouldn't it be better if we got our act together from like minded groups. Crystalxp.net group's offering of Bricopacks http://www.crystalxp.net/bricopack/en.htm which mimics the look and feel of Vista. Is ReactOS ready for such an integration ?
Plus, can this auditing be distributed and shared ? I have set up a group of volunteer professionals to work on ReactOS.
CK Raju
ros-dev-request(a)reactos.org wrote: Welcome to the Ros-dev(a)reactos.org mailing list!
---------------------------------
Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Here's a solution!
Hi,
You actually have to define YDEBUG to see messages produced by DPRINT()
If NDEBUG is defined (default), no message is shown.
DPRINT1 is used in case of error/ fix needed.
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
----- Message d'origine ----
De : "breakoutbox(a)web.de" <breakoutbox(a)web.de>
À : Ros-dev(a)reactos.org
Envoyé le : Jeudi, 19 Avril 2007, 16h21mn 55s
Objet : [ros-dev] DbgPrint() - DPRINT() - DPRINT1()
Hello,
can please anybody explain me how You want DbgPrint() - DPRINT() - DPRINT1() to be used ?
I found a lot of DPRINT() _for_example_ in "win32/in32k/objects/dc.c" but it is not shown on serial debug (?)
(and also SOME ot these DPRINT1() .. )
1)
If I use DPRINT1() instead, it is always shown.
If I use DbgPrint() instead, it is only shown when #DEBUG is defined in the file + in *.rbuild
But what's the sense of DPRINT() then ?
=>
2)
2nd stage: on installing from BootCD I can see serial debug only when I select DEBUG from startup options.
Is this DPRINT1() suppressed when I DON'T select DEBUG ?
3)
Why is there not one DbgPrint() in "win32/in32k/objects/dc.c" (and also in other files in /DRIVER/ and /NTOSKRNL/ ..) ?
I now have to change every serial debug output to be able to see anything .. ( if You don't explain me ... ;-) )
Best regards,
Peter.
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Thank you for your reply.
You are right, in theoury I should keep a copy of the sources at the same level of the ones into ReactOS's repository, and recompile a new version when something changed.
Unfortunately, I cannot do it because my machine is an old Pentium MMX at 200MHz and 190 MB free into the harddisk.
It is technically impossible for me to do that and my only chances are limited to the usage of a live CD or a QEMU session with a precompiled image.
However, I'm happy that this small issue had been already tracked and solved!
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 1 May 2007 01:04:12 +0200
Subject : Re: [ros-dev] Bug into log10 function.
> This bug have already been fixed by me.
> log time ago. some time after 0.3.1 was relase or under 0.3.1 release process.
> plese use svn source code, and try make own build of reactos as well. the trunk
> is changes so fast, the code in 0.3.1 is already outdated in many areas.
>
>
>
> Citerar "carlo\\.bramix" <carlo.bramix(a)libero.it>:
>
> > While I was doing the final tests with ReactOS Calc before releasing the new
> > version, I discovered that it didn't work because a bug into log10 function.
> > This happens because the two operands are swapped into:
> >
> > \ReactOS-0.3.1\lib\crt\math\i386\log10_asm.s
> >
> > I attached the patch.
> >
> > Sincerely,
> >
> > Carlo Bramini.
> >
> >
> >
> >
> > ------------------------------------------------------
> > Leggi GRATIS le tue mail con il telefonino i-mode di Wind
> > http://i-mode.wind.it/
> >
> >
>
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
Hi,
as I promised, it's time for a new release. But...
After a quick analysis of the trunk, I found out following problems
which block the release:
1. NPFS problem, leading to a non-working networking (and probably
other problems related with PnP).
2. Regress of the VMWare's display driver support.
3. The command prompt doesn't work for some people, including me (see
bug 2201).
4. Icons rendering problems (Ged said it could be hackfixed in a
branch).
Those 4 are quite important, and release is not going to happen if
they are not fixed.
!!I ATTENTION !!
Dear ReactOS developers, having commit access! Those problems must be
fixed as top priority, in trunk. We are not going to branch for a
release and keep copying trunk commits into it, because those
fundamental bugs must be fixed in trunk.
So trunk is put into a frozen state now.
Please commit *only* bugfixes, do not commit any new features, change
something significantly without a reason, or any other kind of
activity not aimed at fixing existing problems which prevent a
scheduled release.
Thank you for your understanding,
WBR,
Aleksey Bragin.
Hi!
Your actual ROS-Notepad Icons is absolutly the same like that on
Windows-Vista.
On March 2006 there was already something like that, there you used a
WinXP-notepad-icon, what I sayd at
http://www.reactos.org/pipermail/ros-dev/2006-March/007932.html
The new icon, what you then choosed looks very like MS-Windows, but it
wasn't a icon from Windows until WinXP.
But now I have looked at Windows Vista (in a Virtual machine and on real
hardware in an Internetcafé which I know) and there I see, that the
ROS-notepad icon and the Windows-Vista Notepad icon are completely the same!
But, existing at first the Vista icon or at first the ROS-icon???
What me wonder is, that the icon was in ROS before the first betas of Vista
where out...
And btw:
For all the people who have still not seen Vista: It is the biggest crap I
have ever seen.
I hope ROS 1.0 looks more like WinXP then like Vista.
- In Vista you can not run DOS-programs. But in C:\windows\system32 there
are files like edit.com and edlin.exe. But if you want to run it, there
comes a window: That there eixting a problem with this programs. If you want
to continue or abort. If I choose contine, then Vista hangs up.
- The german version of Windows have also the English-Filenames:
C:\Program Files\
C:\User\
..
which you can easily see in the command-window (dos-box).
but the Explorer shows for the user translated names like
C:\Programme\
C:\Benutzer\
and there is a a possibility, if you are in such a directory to see in the
address-field of the explorer the real directory name. But at first you see
the wrong one.
- The games like minesweeper wants D3D hardware-driver, to run fast enough.
- the happy colors of XP don´t existing there. All is in black. Black here,
black there. The only other look and feel is the look of Win2000.
- The icons on the desktop are all very big, for me too big.
In the explorer on the other side the icons are per default small, that you
can´t see what a symbol it is ... 16x16 or so icons.
- If you have a 64bit Windows you can not see, which programs are 32bit and
whgich 64 bit.
In the name it stand there if you run it. There stands in the "about"-window
something like "I am a 64 bit window program".
But you can also develop a 32bit window program, which says, that it is
64bit. You can not see, if it is right or not.
With Linux - on the other side -, the command "file" do not show only
information about the Linux-format files, if you have a 32bit or 64bit
program, it shows also, if you have a 32bit or 64bit Windows *.exe file.
Additional it says if the *.exe-file is completly of native-code (so, that
WINE could run it for example), if it is completly .net-code (so that Mono
could run it on Linux for example) or if it include native and .net code
mixed like some developer do it with Visual C++.net / managed C++. There you
can mix native and .net code and neither WINE nor Mono can run this files.
The games of Vista are such files with mixed code.
Windows XP is _much_ better then Windows Vista!!
Greatings
theuserbl
_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu!
http://desktop.msn.de/ Jetzt gratis downloaden!
You don't run a software engineering project by user-based democracy.
Doing that is called Microsoft. Listening to your developers and internal vision while ignoring users is called Apple. Which makes the more user-friendly product?
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of gedmurphy(a)svn.reactos.org
Sent: May-01-07 12:25 PM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [gedmurphy] 26616: quick hack to make sysdm.cpl open our standalone device manager it's a democracy : http://www.reactos.org/forum/viewtopic.php?t=3835
Author: gedmurphy
Date: Tue May 1 20:25:26 2007
New Revision: 26616
URL: http://svn.reactos.org/svn/reactos?rev=26616&view=rev
Log:
quick hack to make sysdm.cpl open our standalone device manager
it's a democracy : http://www.reactos.org/forum/viewtopic.php?t=3835
Modified:
trunk/reactos/dll/cpl/sysdm/hardware.c
Modified: trunk/reactos/dll/cpl/sysdm/hardware.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/hardware.c?r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/hardware.c (original)
+++ trunk/reactos/dll/cpl/sysdm/hardware.c Tue May 1 20:25:26 2007
@@ -14,6 +14,10 @@
BOOL LaunchDeviceManager(HWND hWndParent)
{
+/* hack for ROS to start our devmgmt until we have mmc */
+#ifdef __REACTOS__
+ return ((INT)ShellExecuteW(NULL, L"open", L"devmgmt.exe", NULL, NULL, SW_SHOWNORMAL) > 32);
+#else
HMODULE hDll;
PDEVMGREXEC DevMgrExec;
BOOL Ret;
@@ -33,6 +37,7 @@
Ret = DevMgrExec(hWndParent, hApplet, NULL /* ??? */, SW_SHOW);
FreeLibrary(hDll);
return Ret;
+#endif /* __REACTOS__ */
}
/* Property page dialog callback */
While I was doing the final tests with ReactOS Calc before releasing the new version, I discovered that it didn't work because a bug into log10 function.
This happens because the two operands are swapped into:
\ReactOS-0.3.1\lib\crt\math\i386\log10_asm.s
I attached the patch.
Sincerely,
Carlo Bramini.
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode di Wind
http://i-mode.wind.it/
http://udi.certek.cc/
>From what I can tell the example source code of this project is BSD
(new). Should we add this driver interface to ReactOS? Why or why not?
How could this be implemented while keeping compatibility with native
NT drivers and not have it ROS specific?
Hi,
although I like the way NtGdiExtGetObjectW is using the union, we will
get a problem with it.
We don't know how many styles an extpen has, so we cannot statically
allocate a kmode buffer that is big enough.
I can currently think of 3 possible solutions:
1. Add a big additional hack for GDI_OBJECT_TYPE_EXTPEN in
NtGdiExtGetObjectW, that will copy the styles, wich seems to be a bad idea.
2. Use the old method of first calling IntGdiExtGetObjectW to get the
needed buffer size then allocate a kernelmode buffer then call
IntGdiExtGetObjectW again to tranfer the data then copy to usermode.
This is slower and needs extra memory.
3. Move the copying to usermode to the XXX_GetObject functions. This
would remove the need for an extra kernelmode buffer and we wouldn't
really need IntGdiExtGetObjectW anymore. But it doesn't match the rest
of our call chain design.
Comments appreciated.
Timo
Hi!
Which testing-framefork do ReactOS use?
I have seen, that CUnit for example outputs the result in a nice
html-format:
http://cunit.sourceforge.net/ss_automated.html
Looks similar to the output of GNU Classpath (which trys to rewrite Java):
http://builder.classpath.org/japi/jdk15-generics.html
But GNU Classpath uses JUnit. And ReactOS is written in C, so in this case
CUnit would be better.
Existing for ReactOS also a side like this, where everytime stands, which
test are passed and which not?
Greatings
theuserbl
_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu!
http://desktop.msn.de/ Jetzt gratis downloaden!
Why did you randomly remove the hacks I added and call them useless? They're in Windows code, a checked GDI Server even prints out the size too big message! And why rename my variables? I don't really see the need to re-format code.
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of tkreuzer(a)svn.reactos.org
Sent: April-28-07 5:53 PM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [tkreuzer] 26565: BRUSH_GetObject: - return sizeof(LOBRUSH) not BRUSHOBJ - don't return 0 on too small usermode buffer NtGdiExtGetObjectW: - remove unnecessary hacks - no need to align usermode buffer to words - add ENUMLOGFONTEXDVW, wich shou
Author: tkreuzer
Date: Sun Apr 29 01:53:06 2007
New Revision: 26565
URL: http://svn.reactos.org/svn/reactos?rev=26565&view=rev
Log:
BRUSH_GetObject:
- return sizeof(LOBRUSH) not BRUSHOBJ
- don't return 0 on too small usermode buffer
NtGdiExtGetObjectW:
- remove unnecessary hacks
- no need to align usermode buffer to words
- add ENUMLOGFONTEXDVW, wich should be the biggest structure needed
more fixes for fonts and extpens needed in the corresponding subfunctions, but all of my other tests pass now.
Modified:
trunk/reactos/subsystems/win32/win32k/objects/brush.c
trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/brush.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/brush.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/brush.c Sun Apr 29 01:53:06 2007
@@ -52,9 +52,8 @@
INT FASTCALL
BRUSH_GetObject (PGDIBRUSHOBJ BrushObject, INT Count, LPLOGBRUSH Buffer)
{
- if( Buffer == NULL ) return sizeof(BRUSHOBJ);
+ if( Buffer == NULL ) return sizeof(LOGBRUSH);
if (Count == 0) return 0;
- if ((UINT)Count < sizeof(BRUSHOBJ)) return 0;
/* Set colour */
Buffer->lbColor = BrushObject->BrushAttr.lbColor;
@@ -106,7 +105,7 @@
*/
/* FIXME */
- return sizeof(BRUSHOBJ);
+ return sizeof(LOGBRUSH);
}
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Sun Apr 29 01:53:06 2007
@@ -1817,92 +1817,44 @@
OUT LPVOID lpBuffer)
{
INT iRetCount = 0;
- INT iObjectType;
- INT cbRealCount = cbCount;
+ INT cbCopyCount;
union
{
- BITMAP bmpObject;
- DIBSECTION disObject;
- LOGPEN lgpObject;
- LOGBRUSH lgbObject;
- LOGFONTW lgfObject;
- EXTLOGFONTW elgfObject;
+ BITMAP bitmap;
+ DIBSECTION dibsection;
+ LOGPEN logpen;
+ LOGBRUSH logbrush;
+ LOGFONTW logfontw;
+ EXTLOGFONTW extlogfontw;
+ ENUMLOGFONTEXDVW enumlogfontexdvw;
} Object;
- //
- // Get the object type
- //
- iObjectType = GDIOBJ_GetObjectType(hGdiObj);
-
- //
- // Check if the given size is too large
- //
- if (cbCount > sizeof(Object))
- {
- //
- // Normalize to the largest supported object size
- //
- DPRINT1("cbCount too big!\n");
- cbCount = sizeof(Object);
- }
-
- //
- // Check if this is a brush
- //
- if (iObjectType == GDI_OBJECT_TYPE_BRUSH)
- {
- //
- // Windows GDI Hack: Manually correct the size
- //
- cbCount = sizeof(LOGBRUSH);
- }
-
- //
+ // Normalize to the largest supported object size
+ cbCount = min((UINT)cbCount, sizeof(Object));
+
// Now do the actual call
- //
iRetCount = IntGdiGetObject(hGdiObj, cbCount, lpBuffer ? &Object : NULL);
-
- //
- // Check if this is a brush
- //
- if (iObjectType == GDI_OBJECT_TYPE_BRUSH)
- {
- //
- // Fixup the size to account for our previous fixup
- //
- cbCount = min(cbCount, cbRealCount);
- }
-
- //
- // Make sure we have a buffer and a return size
- //
- if ((iRetCount) && (lpBuffer))
- {
- //
+ cbCopyCount = min((UINT)cbCount, (UINT)iRetCount);
+
+ // Make sure we have a buffer and a copy size
+ if ((cbCopyCount) && (lpBuffer))
+ {
// Enter SEH for buffer transfer
- //
_SEH_TRY
{
- //
// Probe the buffer and copy it
- //
- ProbeForWrite(lpBuffer, min(cbCount, cbRealCount), sizeof(WORD));
- RtlCopyMemory(lpBuffer, &Object, min(cbCount, cbRealCount));
+ ProbeForWrite(lpBuffer, cbCopyCount, 1);
+ RtlCopyMemory(lpBuffer, &Object, cbCopyCount);
}
_SEH_HANDLE
{
- //
// Clear the return value.
// Do *NOT* set last error here!
- //
iRetCount = 0;
}
_SEH_END;
}
-
- //
// Return the count
- //
return iRetCount;
}
Hi!
switch(dwType)
{
+ case GDI_OBJECT_TYPE_PEN: //Check the structures and see if A & W are the same.
+ case GDI_OBJECT_TYPE_EXTPEN:
+ case GDI_OBJECT_TYPE_BRUSH: // Mixing Apples and Oranges?
+ case GDI_OBJECT_TYPE_BITMAP:
+ case GDI_OBJECT_TYPE_PALETTE:
+ return NtGdiExtGetObjectW(hGdiObj, cbSize, lpBuffer);
+
case GDI_OBJECT_TYPE_DC:
case GDI_OBJECT_TYPE_REGION:
case GDI_OBJECT_TYPE_METAFILE:
case GDI_OBJECT_TYPE_ENHMETAFILE:
case GDI_OBJECT_TYPE_EMF:
- case GDI_OBJECT_TYPE_METADC:
SetLastError(ERROR_INVALID_HANDLE);
- return 0;
This is wrong,,, you can not call NtGdiExtGetObjectW first before faulting on GDI_OBJECT_TYPE_DC.
http://msdn2.microsoft.com/en-us/library/ms533268.aspx
Normal DC's do not pass to kernel space. Please RTFM.
Thanks,
James
----- Original Message -----
From: <dgorbachev(a)svn.reactos.org>
To: <ros-diffs(a)reactos.org>
Sent: Saturday, April 28, 2007 8:02 AM
Subject: [ros-diffs] [dgorbachev] 26555: Patch by Sbs (sbarthes [at] gmail
[dot] com). Bugzilla report #2137.
> Author: dgorbachev
> Date: Sat Apr 28 10:02:22 2007
> New Revision: 26555
>
> URL: http://svn.reactos.org/svn/reactos?rev=26555&view=rev
> Log:
> Patch by Sbs (sbarthes [at] gmail [dot] com). Bugzilla report #2137.
> - _stprintf(Text, _T("%d%%"), (int)CpuUsage);
> + wsprintf(Text, _T("%d%%"), (int)CpuUsage);
Is this a correct change? IIRC, I talked with some dev (hpoussin?) about
this, and he said those changes shouldn't be done.
WBR,
Aleksey Bragin.
----- Original Message -----
From: <gedmurphy(a)svn.reactos.org>
To: <ros-diffs(a)reactos.org>
Sent: Friday, April 27, 2007 5:18 PM
Subject: [ros-diffs] [gedmurphy] 26541: - add support for .ocx files to
rbuild - update project to VS2005
> Author: gedmurphy
> Date: Fri Apr 27 19:18:34 2007
> New Revision: 26541
>
> - update project to VS2005
I think it was specifically kept at low version, since autoconverting from
old version to the new one can always be done, but "downgrading" the project
file back to e.g. VS2003 is not guaranteed to be straight forward.
WBR,
Aleksey Bragin.
Hello Andranik,
you have to find at least one more native Armenian language person, so you can proof-read each other's translation before submitting to ReactOS.
Also, are you sure you have necessary english language skills to be able to translate all stuff correctly?
As for keyboard layout - yes, you're welcome to implement the corresponding .dll for it, if it's missing.
WBR,
Aleksey.
----- Original Message -----
From: Andranik Haroyan
To: ros-dev(a)reactos.org
Sent: Thursday, April 26, 2007 8:46 AM
Subject: [ros-dev] Help ReactOS localize
Hi everybody I am beginner programmer from Armenia.
One week ago I found alternative for MS Windows and sow ReactOS in http://www.reactos.org. I downloaded RO3.0.0 and tried. I think it is very interesting but I cant find in ReactOS Armenian support. Now I am download source and wont to localize it into Armenia. I am changing something in ( \boot\bootdata\hivesys.inf, hivecls.inf, hivesft.inf ) and write keyboard layout for Armenian language but after compile I sow it did not enough.
If anybody have some help or some else documentation about localize please help me.
Thanks
respect Andranik Haroyan.
Hi everybody I am beginner programmer from Armenia.
One week ago I found alternative for MS Windows and sow ReactOS in http://www.reactos.org. I downloaded RO3.0.0 and tried. I think it is very interesting but I cant find in ReactOS Armenian support. Now I am download source and wont to localize it into Armenia. I am changing something in ( \boot\bootdata\hivesys.inf, hivecls.inf, hivesft.inf ) and write keyboard layout for Armenian language but after compile I sow it did not enough.
If anybody have some help or some else documentation about localize please help me.
Thanks
respect Andranik Haroyan.
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
----- Original Message -----
From: "Alex Ionescu" <ionucu(a)videotron.ca>
To: <ros-dev(a)reactos.org>
Sent: Tuesday, April 24, 2007 7:44 AM
Subject: Re: [ros-dev] [ros-diffs] [dgorbachev] 26483: Undo r26482
change,waste more stack space.
> Perhaps you could try convincing the GCC folks to actually properly
> support declspec_align like MSVC does, instead of claiming to support it,
> but actually ignoring it. Then you could also convince them to support
> SEH, PDBs, STDCALL-default calling convention, etc ;)
Speaking of PDB, there is a person who is doing a PDB generator from the
debug info gcc generates (No idea whether he's subscribed to this llist,
probably not). But it looks like he's having some progress. The tool will be
file rossym, but the output will not be an embedded rsym section, but a .pdb
file [hopefully] readable by WinDBG.
WBR,
Aleksey Bragin.
Hi ReactOS-people!
If you are from germany and are interested in Vista, then have a look at
http://www.mediaonline.de/
There you can "buy" Microsoft Windows Vista Intallation DVDs 32bit and
64bit, german version, for 0 !
You only pay for shipment.
This is already annonced on some places here in the internet. But if you
still don't know it, I only want to tell it.
The only problem: It comes without a key. It is only the Installation DVD,
only the software - without key.
But the DVD is legal!
It is, if you have lost your DVD or if it is damaged or anything else, then
you can together with you key again installing Vista.
And if you have not a key, possible is it legal to test it 30 days, after it
then shut down automatical.
You can for example test it on an virtual machine, try to create some
programs, which uses Vista-functions and run only on Vista, but not on XP.
And then trying to let ReactOS also run this programs, which only runs on
Vista.
But for that better read the EULA, which is legal and which is not. But the
DVDs are free of charge and legal.
Greatings
theuserbl
_________________________________________________________________
Haben Spinnen Ohren? Finden Sie es heraus mit dem MSN Suche Superquiz via
http://www.msn-superquiz.de Jetzt mitmachen und gewinnen!
Uhm, yes, specifically, cromwell's usb 2.4/2.5 stack + wrapper lack
synchronization somewheh (AFAIR). I tried to fix all that in the usb 2.6
attempt, however I don't have motivation anymore, since adapting woodhead's
usb stack into reactos, which *just works* :-).
It will be even better when usb storage devices support will be finished
too. And then, with time, we can implement a proper Win2k3 USB drivers
stack, including HID devices.
WBR,
Aleksey.
----- Original Message -----
From: "James Tabor" <jimtabor(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
To: "ReactOS Development List" <ros-dev(a)reactos.org>
Sent: Thursday, April 19, 2007 11:44 PM
Subject: Re: [ros-dev] Boot Rev 26382
> Hi!
> Aleksey wrote:
>> I will finally move those cromwell usb drivers somewhere so they won't be
>> installed even by "make install" :-)
>>
>> WBR,
>> Aleksey Bragin.
>
> It's due to the new kernel structure, I would think. If and when I get
> time I can
> check into it. No telling when.
> Thanks,
> James
> OT:
> Did we decide to place RosBE in our svn? Did the question ever come up?
> Thanks,
> James
Do you mean the src code of the RosBE? It should already be there. As for
binaries - as always we put them to sf.net.
WBR,
Aleksey.
I will finally move those cromwell usb drivers somewhere so they won't be
installed even by "make install" :-)
WBR,
Aleksey Bragin.
----- Original Message -----
From: "James Tabor" <jimtabor(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
To: "ReactOS Development List" <ros-dev(a)reactos.org>
Sent: Wednesday, April 18, 2007 10:47 PM
Subject: Re: [ros-dev] Boot Rev 26382
> Hi!
> I did get it to boot by removing the usb drivers.
> 8^D
> James
Aleksey Bragin wrote:
---------------------------
That shows you really did not even slightly
investigated how the
website
works. And instead you're proposing a whole workflow
for developers, so
they
mandatory spent a few hours per week maintaining all
the stuff you.
During that 2 years you should have spent just a bit
of time, even 20
minutes, to overview our website and systems we have
there, and another
20
minutes to read online manuals/help for them. Excuses
like "I didn't
have
time" hardly apply here.
-------------------------
-Irony on- I suppouse that copying each individual
resource file, every time it is updated, dont waste
developers time.-Irony off- It is your operating
system, your servers and your time, you can do as you
please.
It is not my intention to propose a whole workflow to
developers, i only sugested an idea for an easy to use
translation tool, noone have to waste time, something
similar to the compilation environments, and the IDEs,
but some people prefer making things by hand in the
command line, but again, is your os and your time, i
will decide what to do with my time and if i can or i
want to use bugzilla.
I feel molested by your tone, i have spent more time
on reactos than what you could imagine, but thats not
the matter, i think this is a good project, with a
great goal, i believe that the easier for everybody to
get involved, the best for the project, and my
sugestion was going in that direction. I have read the
ML for years, and almost never posted a word, i dont
have the skill to help much, but offer what "i can",
you can take it or not.
Regards,
Lucio Diaz.
____________________________________________________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
May these VESA drivers be useful for ros testing ?
----- Message transféré ----
De : Jan Jezabek <jezabek(a)poczta.onet.pl>
À : qemu-devel(a)nongnu.org
Envoyé le : Mercredi, 18 Avril 2007, 21h25mn 40s
Objet : [Qemu-devel] Re: QEMU drivers repository
Natalia Portillo wrote:
> Hi all,
> I have collected all drivers I could for GD-5446 in
> http://www.claunia.com/qemu/drivers/index.html
>
Hi,
If you're interested in NT 3.51 you can find a graphics driver here:
http://www.navozhdeniye.narod.ru/vbemp.htm
It's a generic VESA driver, but it was the only one I could find that
supported high resolution true-color display in NT 3.51, so maybe it's
worth to put a link on your page.
As for network - I had a good experience with the Realtek 8029 drivers:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=15&PFi…
WBR,
JJ
Hi Peter,
it's a good idea to post an explanation here (might be someone will edit
this into a page in our wiki).
1. Traditional DPRINT debug printing ("old way"): All source code files have
an #define NDEBUG atop of them, a developer could get a detailed tracing of
function calls inside this src code file. DPRINT1()s are used when that code
branch must always notify a user / developer (examples are: critical error,
not fully implemented branch with a reminder to finish implementation, and
any other kind of a situation which occurs rarely and may have a severe
impact on a system).
2. "Wine-way" of debug print messages. The printing is done using three
macros: TRACE(), WARN(), ERR(). Respectively, TRACE() is the most frequently
printed, WARN() is less frequently, and ERR() is an equivalent of a
DPRINT1() - always printed, in error situations.
In order to enable TRACE() and WARN() debug prints, one must add a #define
YDEBUG to the respective place inside an interesting source code file. (Wine
has a concept of debug channels, which can be turned on and off, however
ReactOS for now does not implement this).
3. Other ways exist, specific for drivers / applications (e.g. for miniport
/ port / class drivers, client drivers usually use their class's driver's
debug print routine, a custom one, having custom severities levels).
4. Newer ways of debug printing (kernel-specific, look for debug channels in
windows 2003, debug printing in Vista, -- OSR magazine had a nice article
about these).
WBR,
Aleksey Bragin.
----- Original Message -----
From: <breakoutbox(a)web.de>
To: <Ros-dev(a)reactos.org>
Sent: Thursday, April 19, 2007 4:21 PM
Subject: [ros-dev] DbgPrint() - DPRINT() - DPRINT1()
> Hello,
>
> can please anybody explain me how You want DbgPrint() - DPRINT() -
> DPRINT1() to be used ?
> I found a lot of DPRINT() _for_example_ in "win32/in32k/objects/dc.c" but
> it is not shown on serial debug (?)
> (and also SOME ot these DPRINT1() .. )
>
> 1)
> If I use DPRINT1() instead, it is always shown.
> If I use DbgPrint() instead, it is only shown when #DEBUG is defined in
> the file + in *.rbuild
> But what's the sense of DPRINT() then ?
> =>
>
> 2)
> 2nd stage: on installing from BootCD I can see serial debug only when I
> select DEBUG from startup options.
> Is this DPRINT1() suppressed when I DON'T select DEBUG ?
>
> 3)
> Why is there not one DbgPrint() in "win32/in32k/objects/dc.c" (and also in
> other files in /DRIVER/ and /NTOSKRNL/ ..) ?
> I now have to change every serial debug output to be able to see anything
> .. ( if You don't explain me ... ;-) )
>
>
> Best regards,
> Peter.
Hello,
can please anybody explain me how You want DbgPrint() - DPRINT() - DPRINT1() to be used ?
I found a lot of DPRINT() _for_example_ in "win32/in32k/objects/dc.c" but it is not shown on serial debug (?)
(and also SOME ot these DPRINT1() .. )
1)
If I use DPRINT1() instead, it is always shown.
If I use DbgPrint() instead, it is only shown when #DEBUG is defined in the file + in *.rbuild
But what's the sense of DPRINT() then ?
=>
2)
2nd stage: on installing from BootCD I can see serial debug only when I select DEBUG from startup options.
Is this DPRINT1() suppressed when I DON'T select DEBUG ?
3)
Why is there not one DbgPrint() in "win32/in32k/objects/dc.c" (and also in other files in /DRIVER/ and /NTOSKRNL/ ..) ?
I now have to change every serial debug output to be able to see anything .. ( if You don't explain me ... ;-) )
Best regards,
Peter.
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
----- Original Message -----
From: "Lucio Diaz" <reactos_translate(a)yahoo.es>
To: <ros-dev(a)reactos.org>
Sent: Wednesday, April 18, 2007 11:08 PM
Subject: Re: [ros-dev] Ros-dev Digest, Vol 32, Issue 12
> -Irony on- I suppouse that copying each individual
> resource file, every time it is updated, dont waste
> developers time.-Irony off-
I don't want to disappoint you even more, but there is a whole concept of a
so-called patches (or diffs), which are the thing to be placed in bugzilla,
not whole files.
I suggest some investigation in this area, like
http://en.wikipedia.org/wiki/Patch_%28Unix%29 (it's automated on win32 using
TortoiseSVN for example, in GUI mode, etc). And in general about version
control systems, bug tracking systems, changesets, and other related terms.
WBR,
Aleksey Bragin.
Hi!
FYI:
Real hardware boot log,
(ntoskrnl\kd\kdio.c:193) -----------------------------------------------------
(ntoskrnl\kd\kdio.c:194) ReactOS 0.4-SVN (Build 20070417-r26382)
(ntoskrnl\kd\kdio.c:195) Command Line: DEBUGPORT=COM1
(ntoskrnl\kd\kdio.c:199) ARC Paths: multi(0)disk(0)rdisk(0)partition(1) \
multi(0)disk(0)rdisk(0)partition(1) \ReactOS\
(ntoskrnl\ke\i386\cpu.c:518) Not handling AMD caches yet
Used memory 1015744Kb
(ntoskrnl\se\semgr.c:36) FIXME: SeAccessCheck has been HACKED to always grant access!
(ntoskrnl\se\semgr.c:37) FIXME: Please fix all the code that doesn't get properrights!
(ntoskrnl\ke\i386\kiinit.c:43) Large Page support detected but not yet taken advantage of!
WARNING: HaliQuerySystemInformation at hal\halx86\generic\sysinfo.c:26 is UNIMPLEMENTED!
(ntoskrnl\ke\i386\patpge.c:62) Advanced Memory features detected but not yet taken advantage of.
(ntoskrnl\ke\i386\mtrr.c:24) Your machine supports MTRR but ReactOS doesn't yet.
0 bytes requested - initiating pool verification
0 bytes requested - initiating pool verification
(ntoskrnl\io\iomgr\iorsrce.c:701) IoReportResourceUsage is unimplemented
(ntoskrnl\io\iomgr\iorsrce.c:701) IoReportResourceUsage is unimplemented
(ntoskrnl\io\iomgr\driver.c:798) Driver 'BUSLOGIC.SYS' load failed, status (c00000c0)
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1
MmPageEntireDriver at ntoskrnl\mm\drvlck.c:87 is unimplemented, have a nice day
MmPageEntireDriver at ntoskrnl\mm\drvlck.c:87 is unimplemented, have a nice day
MmPageEntireDriver at ntoskrnl\mm\drvlck.c:87 is unimplemented, have a nice day
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 10001
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1
(ntoskrnl\vdm\vdmmain.c:42) VME detected but not yet supported
(lib\rtl\registry.c:362) RTL: Expand variables for %SystemRoot%\system32\cmd.exe failed - Status ==
c0000023 Size a8 > 7e <e>
(lib\rtl\registry.c:362) RTL: Expand variables for
%SystemRoot%\bin;%SystemRoot%\system32;%SystemRoot% failed - Status == c0000023 Size f4 > ac <14>
(lib\fslib\vfatlib\vfatlib.c:215) VfatChkdsk() unimplemented!
(lib\rtl\registry.c:362) RTL: Expand variables for %SystemRoot%\system32 failed - Status == c0000023
Size a4 > 7e <6>
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1f01ff
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1f01ff
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1f01ff
(ntoskrnl\se\semgr.c:1161) FIX caller rights (granted 0x8, desired 0x28, generic mapping 80C049E0)!
(dll\win32\iphlpapi\ifenum_reactos.c:99) openTcpFile for <\Device\Tcp> failed: 0xc0000034
(dll\win32\iphlpapi\ifenum_reactos.c:99) openTcpFile for <\Device\Tcp> failed: 0xc0000034
(ntoskrnl\io\iomgr\file.c:410) FIXME: Broken Parse due to invalid DesiredAccess: 1f01ff
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find mxdMessage
(dll\ntdll\ldr\utils.c:2025) Failed to create or open dll section of 'msacm.drv' (Status c0000135)
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find auxMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find mxdMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find midMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find widMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find wodMessage
(dll\win32\shell32\shellpath.c:1688) Failed to create directory 'L".\\Local Settings\\Temporary
Internet Files"'.
(dll\win32\shell32\shellpath.c:1688) Failed to create directory 'L".\\Local Settings\\History"'.
(dll\win32\shell32\shellpath.c:1688) Failed to create directory 'L".\\Cookies"'.
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find mxdMessage
(dll\ntdll\ldr\utils.c:2025) Failed to create or open dll section of 'msacm.drv' (Status c0000135)
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find auxMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find mxdMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find midMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find widMessage
(dll\ntdll\ldr\utils.c:1199) LdrGetExportByName(): failed to find wodMessage
(dll\win32\newdev\newdev.c:680) SetupDiOpenDeviceInfoW() failed with error 0xe000020b (InstanceId
HTREE\ROOT\0)
(dll\win32\newdev\newdev.c:736) Installing PCI BIOS (Root\*PNP0A03\0000)
(dll\win32\newdev\newdev.c:525) Installing driver (Generic system devices): PCIbus
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\pci.sys" ->
L"C:\\ReactOS\\System32\\drivers\\pci.sys"
(dll\win32\rpcrt4\ndr_marshall.c:928) unhandled data type=09
(drivers\bus\pci\fdo.c:535) Unknown IOCTL 0xd
(drivers\bus\pci\fdo.c:373) No bus number resource found (bug in acpi.sys?), assuming bus number #0
(0,8D7D0178,36)
(dll\win32\newdev\newdev.c:736) Installing <NULL> (Root\*PNP0F13\0000)
(dll\win32\newdev\newdev.c:525) Installing driver (Standard mice): PS/2 port for PS/2-style mice
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\i8042prt.sys" ->
L"C:\\ReactOS\\System32\\drivers\\i8042prt.sys"
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\mouclass.sys" ->
L"C:\\ReactOS\\System32\\drivers\\mouclass.sys"
(dll\win32\rpcrt4\ndr_marshall.c:928) unhandled data type=09
(dll\win32\newdev\newdev.c:736) Installing <NULL> (Root\*PNP0303\0000)
(dll\win32\newdev\newdev.c:525) Installing driver (Standard keyboards): IBM PC/AT keyboard
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\i8042prt.sys" ->
L"C:\\ReactOS\\System32\\drivers\\i8042prt.sys"
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\kbdclass.sys" ->
L"C:\\ReactOS\\System32\\drivers\\kbdclass.sys"
(dll\win32\rpcrt4\ndr_marshall.c:928) unhandled data type=09
(dll\win32\newdev\newdev.c:736) Installing COM1 (Root\*PNP0501\0000)
(dll\win32\newdev\newdev.c:525) Installing driver (Standard ports): Serial communication port
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\serial.sys" ->
L"C:\\ReactOS\\System32\\drivers\\serial.sys"
(dll\win32\setupapi\queue.c:1521) copy error 2 L"C:\\ReactOS\\inf\\serenum.sys" ->
L"C:\\ReactOS\\System32\\drivers\\serenum.sys"
(dll\win32\rpcrt4\ndr_marshall.c:928) unhandled data type=09
(dll\win32\rpcrt4\ndr_marshall.c:928) unhandled data type=09
(drivers\serial\serenum\fdo.c:209) IRP_MJ_PNP / unknown minor function 0xd
(drivers\serial\serial\pnp.c:400) Unknown minor function 0xd
(drivers\serial\serial\pnp.c:221) KdComPort: D11025FF=üà <two lines of junk>
Comm dies, it does continue to boot with a BSOD with the usb driver.
Thanks,
James
> + * @remarks
> + * The function will always return the complete size of the object's
> data,
> + * but will copy only a maximum of count bytes to the specified buffer.
This isn't necessarily true, and the function is slightly flawed because of
it. It's a rather weird API in terms of it's results.
Your rewrite doesn't take into account the following cases, according to XP:
................................................................
BITMAP behaviour
GetObjectW(hBmp, -1, &bmp) returns 24 and fills the struct
GetObjectW(hBmp, 0, &bmp) returns 0 and doesn't fill the struct
GetObjectW(hBmp, 1, &bmp) returns 0 and doesn't fill the struct
GetObjectW(hBmp, sizeof(BITMAP), &bmp) returns 24 and fills the struct
GetObjectW(hBmp, 5000, &bmp) returns 24 and fills the struct
DIBSECTION behaviour
GetObjectW(hBmp, -1, &dib) returns 24 and fills the struct
GetObjectW(hBmp, 0, &dib) returns 0 and doesn't fill the struct
GetObjectW(hBmp, 1, &dib) returns 0 and doesn't fill the struct
GetObjectW(hBmp, sizeof(BITMAP), &dib) returns 24 and fills the struct
GetObjectW(hBmp, sizeof(DIBSECTION), &dib) returns 24 and fills the struct
GetObjectW(hBmp, 5000, &dib) returns 24 and fills the struct
Non struct behaviour
The function will always return 24, no matter what size is passed.
................................................................
So, we can conclude that if size is less than 0, it works.
If size if between 0 and 23, it doesn't, and anything above works.
If we pass NULL, as the struct, we return 24, but obviously don't fill the
struct.
I would have grabbed you on IRC, but you weren't around ;)
Ged.
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
Amteus PLC
57 Cardigan Lane,
Leeds,
LS4 2LE
t:+44 (0) 870 8368770
f: +44 (0) 870 8368701
Registered in England No 4760795
http://www.amteus.com
I am new and am keen on developing ReactOS.
I looked through the source of ReactOS, there are only 13 Nasm files.
A while ago (2 weeks I think) I mentioned RosAsm, it was shunned a bit
though by some of the devs.
Anyway, I would prefer to develop in RosAsm rather than Nasm, I know how you
guys feel about it stealing your name
but I prefer it to Nasm. (Syntax is cleaner)
So would it be possible for me to develop in RosAsm for ReactOS?
It does run under ReactOS so it's just a case of your acceptance.
I am sick of you, Betov, as for your outright lies.
>Well, while I am at it, about the previous shocking absurdities:
Shocking absurdities... what a great name for your post.
>* RosAsm exist since September 1998. I started this Project the very
>First day I heard of ReactOS. This is to say, I never wrote one single
>Line for Windows, and I never used Windows any other way, but as
>A development platform, as long as ReactOS was not usable.
http://en.wikipedia.org/wiki/RosAsm
History:
In September 1998, René Tournois (also known as Betov), created SpAsm - The
Specific assembler which was maintained and supported by him until 24 July
2003. It was then continued with its successor, RosAsm....
Spasm 4.15j ,was the last of the versions released and maintained by René.
On 24 July 2003, he decided to take a higher step toward advancing the
benefit of Assembly Language and the free programming community. Concerned
about the ongoing of the Software and his constant efforts in keeping with
his ethical and political views, he left the project. From that remarkable
day, RosAsm was born!
RosAsm 1.1a was the first version from the renewed Software, released on 27
July 2003.
RosASM branched
from SpASM in 2003. Thus statement as RosASM even EXISTED in 1998 is
an outright lie.
>* We are not used to promote our Tool, and would we have intention to
>Do so, we would certainly not have suggested, with its name, that it
>was, in any way, devoted to an OS that does not exist, yet. "The
>Visual Assembler", or whatever such name would have been many
>Times more appropriated.
Using Ros as a part of your name is enough. Compare how many people know
the name ReactOS, to the number of
those who know about RosASM... it`ll be clear enough, who is leeching from who.
>* The fact that our Assembler name is "RosAsm" expresses the flat fact
>That it is devoted to ReactOS. Period.
The fact is that the name RosASM was chosen to CREATE IMPRESSION that RosASM
is in any way
related to ReactOS project. It is not. ROS never used and never will be
using RosASM. There is no relation
to RosASM. You were asked
to add a disclaimer on RosASM website, stating this fact. You failed
to provide it.
Why? You afraid of shattering the illusion of any RosASM-ROS relations? Your
devs still think they are working
for ROS project?
>This irritates Alex because he Hates me, and this is OK to me to
>irritates the very same individual, Who is implying that poor old
>Harmut was a dirty guy, having done something bad to reactOS,
>when leaving because of his conduct.
I dont know you as well as Alex does, and you know what? Those several posts
of yours i seen
were enough. Alex doesnt hate you. You just make him laugh. But you DO
IRRITATE ME.
I think you have several mental issues, including paranoia, neurosis, as
well as inferiority complex
regarding Alex. I suggest you take a long break from any computer-related
activities and rethink
your behaviour.
>* If ReactOS is a virtually dead Project, because of the topic that all of
>you seem to carefully avoid and try to hide under the carpet, we (the
>RosAsm Project), will effectively have serious problems, and not only
>with its Name. See what I mean Alexey? ("Nothing has been found yet",
">these are rumors", and so on...).
Again, another sign of your mental issues. If you are certain about Ros
project
being dead, you are free to change name as well as an object of your
devotion.
This should eliminate all the sources of your troubles. We would welcome
this
change with great joy. Please, do all of us a favour, and just GTFO with
your ASM.
>Betov.
Regards
Caemyr
First of All: The message is not in the wrong list,
but directed to developers.
A few facts about translators:
-Most are not programmers or they would be coding the
OS, just powerusers, or just users.
-Many like me can install SVN, and get the source
code, but never have made a patch, or even used
bugzilla(and probably wont have the time).
Now the matter:
Actually the process of translating reactos, or even
the web page is difficult, and for me it have been
frustrating. I started following the project in the
0.1.9 version, and about two years ago i tried to help
in the translation of ReactOS, and later in the
translation of the web page, but with little success.
I have the SVN, i got the code, i translated some
files, but sending them to bugzilla... i dont know how
to send them to bugzilla, i dont have a bugzilla
acount, it was tiring trying to find someone to send
the files, and i dont have the time or will to learn
bugzilla. So time passed, and no translation was made.
Something similar happened when i tried to translate
the web page, i got translator access, but after
making some translations, and sending it, i never saw
it applied (probably i was doing something wrong, but
never knew what).
Almost two years have passed from that time, i have a
hard job, and little free time, but still i wish to
help. I feel there are other translators in my
situation, as i see people that offer to help, but
never comes back.
So here is what i believe could be a solution:
The possible solution:
Html have an option to include code "as is", thus a
wiki should have that option.
-make a script that makes html files of all the rc
files.
-Add a page in the wiki (or another wiki) where those
html files are displayed.
-Anyone can get read access to them.
-There is an easy way to get write access to that
wiki.
-Translator teams for each language are created...
with a cordinator for each language (they give write
access to other translators).
-Translator access the rc files, that are in wiki
format, and edit them.
-Every week developers run a script to build rc files
from the html wiki files in each language.
Result: a translation effort, easy, coordinated, with
minimal need of learning technical stuff and many
developers that wont be molested by translators who
want their translations added to the svn.
Thanks,
Lucio Diaz.
PD: Please comment.
____________________________________________________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
Please use descriptive messages in your commit logs, this must've been stressed by Fireball at least a dozen times (Sometimes even with consequences). When we have to go over the changelog (Which is textlog-only), what are we supposed to put when we see 10 "Fix a bug" entries? It means we have to check out the log for every revision with such a message, and try to understand the change. Since the log is usually done by non-technical people, this becomes impossible for them.
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of dgorbachev(a)svn.reactos.org
Sent: April-14-07 2:07 PM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [dgorbachev] 26342: Fix a bug.
Author: dgorbachev
Date: Sat Apr 14 22:07:08 2007
New Revision: 26342
URL: http://svn.reactos.org/svn/reactos?rev=26342&view=rev
Log:
Fix a bug.
Modified:
trunk/reactos/ntoskrnl/ps/query.c
Modified: trunk/reactos/ntoskrnl/ps/query.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/query.c?rev=26…
==============================================================================
--- trunk/reactos/ntoskrnl/ps/query.c (original)
+++ trunk/reactos/ntoskrnl/ps/query.c Sat Apr 14 22:07:08 2007
@@ -267,7 +267,7 @@
VmCounters->PeakPagefileUsage = Process->QuotaPeak[2];
/* Set the return length */
- *ReturnLength = sizeof(VM_COUNTERS);
+ Length = sizeof(VM_COUNTERS);
}
_SEH_HANDLE
{
Hello,
I suggest this patch for fixing the italian translation of SNDVOL32.
Sincerely,
Carlo Bramini
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada
Hello,
I'm leaving for a 3 weeks vacation (starting today) and will be accessible
mostly via email.
Have fun with the ReactOS development, and do not introduce new bugs :).
Remember - when I'm back, we're going to prepare a new release - 0.3.2.
If trunk is not ready for a release by the moment I'm back, I'll start
killing devs one by one until it's ready.
--
WBR,
Aleksey Bragin
ReactOS Project Coordinator
http://www.reactos.org
P.S. The last sentence is a joke, obviously.
The source code for ReactOS is only 30MB.
The project has been going for 10 years so why so small?
Is there a need for any developers who can program assembler?
I use the ReactOS assembler. RosAsm. http://www.rosasm.org
Or do you only program in C and C++?
> We shouldn't allow attaching to a device that's still
> initlizaing, but ROS currently does because of some
> device that tries to do this, in the PnP manager or
> early boot-phase drivers (it has an auto-generated name).
> Please fix this!
Init function of that driver (PnpDriverInitializeEmpty() in pnpmgr.c) is
not called at all because of hack in IopCreateDriver(), line 1206.
Hi,
I promised a new testing/development environment but unfortunately I cannot
pursue my work because nobody has been able to fix rbuild to my
requirements. If anyone does want to see the standardized environment I
promised, please prod your local ReactOS developer for the following
features:
1) *Working* ROS_INTERMEDIATE and ROS_OUTPUT directories. They are
broken in many ways:
a. Don't work with relative pats.
b. Don't work at all for .pch files and/or compilation units.
c. Create other sorts of unpredictable errors due to hard-coded
strings/directories in makefiles or rbuild.
2) ROS_TOOLS_DIRECTORY. The ability for the tools to be outside the
ROS_OUTPUT directory, such as in c:\rosde\tools. Someone committed such a
patch but it was reverted without a newer version/fix.
a. Also requires making rbuild check if the binaries are present, and
if so, NOT to rebuild them.
b. Create -forcetools switch to rbuild which would force it to bypass
the check in 2a.
3) Tools must be built and work with the -O3 optimization setting.
Of course, I won't go into the fact that my request for the other rbuild
features such as a graphical dependency map have gone unanswered. Many
thanks to those who _have_ worked on some of the MSVC features/bugfixes I
brought forward and do the small attempt at a depmap.
--
Best regards,
Alex Ionescu
Project Lead, TinyKRNL
Kernel-Mode Software Design Engineer, ReactOS
While I agree in spirit with the revert, we should use DDK #defines for compatibility. Please re-commit that part.
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of fireball(a)svn.reactos.org
Sent: March-30-07 11:39 AM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [fireball] 26210: - Revert useless commit: * No need to copy stuff from DDK, it's prohibited (#define _INC_NEWDEV) * #pragma was put there especially, and no reason to remove it was said * pushpack /
I recenly found out about this website. I checked out the sources (great)
and tried to run React OS under VMware player (not so great) and even tried
some of my sw to run under it (disaster!).
I have a few questions:
1. I noted some inconsistencies in handling 8-bit/UTF-16 translation in
..A/..W calls between ...A functions in graphics (TextOut...) and
synchronization (CreateSemaphore...). Graphics part always allocates memory
(HeapAlloc) - a waste of time, IMHO.
2. I'm, not sure if is there a list of already checked/done, but not
verified/not implemented API?
3. How could I help (I know some C)
Regards,
dn
PS Meanwhile, I was reading Doxygen & could not figure out how
MultiByteToWideChar() works (=i.e. how you implemented it), but I think it
calls RtlMultiByteToUnicodeN(), which implements CP -> UTF-16 mapping for
currently selected CP, and RtlCustomCPToUnicodeN() for any other CP. Some my
programs use MultiByteToWideChar() with CP_UTF8 which is IMHO NOT
implemented!?!?
May I work on this (in my spare time)? Is somebody else working on this
area?
Is it possible, that one of the official ROS-developer can contact
http://scan.coverity.com/index.html
to let also searched the ROS-code for bugs?
Greatings
theuserbl
_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu!
http://desktop.msn.de/ Jetzt gratis downloaden!
We'll.... I found out how MultiByteToWideChar (MBTWC) is implemented, and
looks OK.
But then, there are following issues:
1 some functions (DefWindowProcA) call MBTWC, but with CP_ACP and HeapAlloc
ALWAYS (IMHO should be: CP_THREAD_ACP, use some local cache if the 8-bit
string is short enough, for performance)
2 some functions (GetMonitorInfoA) call MBTWC using CP_THREAD_ACP
3 yet other functions (RegisterClassExA) call
RtlCreateUnicodeStringFromAsciiz and and RtlFreeUnicodeString later (no TEB
cache, allocation ALWAYS)
4 and some other functions (CreateEventExA) call
RtlAnsiStringToUnicodeString and use cache from TEB
5 other functions use RtlAnsiStringToUnicodeString with allocation, and
RtlFreeUnicodeString later.
6 and some other functions (SetWindowTextA) call
RtlAnsiStringToUnicodeString and RtlFreeUnicodeString (allocation ALWAYS)
Is this inconsistent or what?!
Best regards
Daniel
I verified that bug occuring on a Pentium MMX, and then ran the liveCD on bochs with a breakpoint at
the faulty instruction... It's a CMOVZ (Conditional MOVe if Zero flag set)...
Conditional moves were introduced in Pentium II, but never mind!
What *really* matters is that that code looks like resulting from compilation (because of the C
calling convention clearly used, and no one uses C calling conventions in handwritten ASM code)...
So..... Either this isn't a bug (and recompilation is required for non-default configurations), or
there is a -march option when compiling the default LiveCD that shouldn't be there... Personally, I
would go for the later...
PS: Can I view a symbol map for the freeloader image in the prebuilt liveCD?
JJ
_______________________________________________________
Yahoo! Mail - Sempre a melhor op��o para voc�!
Experimente j� e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
Hello,
I just finished upgrading svn.reactos.org to SVN 1.4.3. You should
feel noticeable improvements - faster work and less traffic. However,
if any problem arise, don't hesitate to email ros-general / ros-dev.
For a full list of changes over previous version, please look to
http://subversion.tigris.org.
With the best regards,
Aleksey Bragin.
Hi and welcome,
thanks for your offer to help - we were just discussing today in the
irc-channel that there are some people in our current team who are
willing to guide newbies through the process (get src code, build,
run, modify something, try writing something new, send in patches, etc).
If you have ability, please join #reactos on freenode irc network. If
not, then email is allright (ask questions right here, so other can
read and learn too).
WBR,
Aleksey Bragin.
On Mar 13, 2007, at 11:33 PM, Arko Provo Mukherjee wrote:
> Dear friends,
> We are 3 undergrad comp sc. and IT students from India. We have
> some coding experience but have never worked for the Open Source
> Community as developers. Yet we have always admired the concept and
> used FLOSS stuff like GNU/Linux.
> We came across ReactOS project and got really interested in it. We
> really want to contribute to the development of React OS and since
> we are new in Open Source development, we would require your
> guidance and support in stuff like understanding the code, building
> the build environment etc.
> Among other shortfalls that we have, we haven't programmed much on
> Windows platform (almost always Linux ie) and hence know little
> about the Windows API. But we are eager to learn and can definitely
> learn parts of the API as long as you can guide us.
> We humbly request you to guide us and give us some problems so that
> we can try and support this community. A lot is left to be done in
> ReactOS and it would be great being a part of such a project.
> Also we are better at writing C codes than reading them ( like
> almost everyone ;) ) and hence would request you to give us some
> problems that we can write from stratch rather than bug fixing that
> would require reading all codes.
> But we are ready to contribute in any way you feel we can as
> developers and support this community.
> Regards
> Arko Provo Mukherjee
> Abhishek Biswas
> Biswanath Banik
Hi,
I wanted to extend my thanks to ReactOS developers. I have used the
ReactOS source code on several occasions to help develop and debug
drivers intended for Microsoft Windows (WDM NT). I also used it to help
diagnose a hardware problem.
The Vista Windows Driver Kit sometimes include sample driver code
that will not work on systems newer than Windows 2003. I think I
actually used OpenRCE.org to help figure this out, but ReactOS does a
better job of letting me follow kernel level function logic.
The new PREfast annotations are also poorly documented but I don't
expect ReactOS will help with that. Perhaps its drivers could help
though.
One computer we had was bug checking (BSoD) with an NMI error with
Windows XP. Microsoft's documentation on this was poor and sometimes
misleading. Many other web sites provided incomplete (mostly just
inquiries), or misleading information (speculation that the wrong
hardware was at fault). With WinDBG, a search engine, and the ReactOS
source code, I managed to find what hardware was generating the bug
check. I then looked up the specifications from Intel and got quite a
bit of a better understanding.
I vaguely recall Walter Oney's WDM driver book provides a stub driver
which will help newer Windows drivers run on older versions of Windows
(although it's not redistributable and is documented as a workaround he
doesn't want others to use). Pointers to this may help ReactOS driver
developers.
Making sure source code is easy to search with Google is very useful. I
see that Google's source code search seems to search ReactOS, and
there's some Doxygen documentation that can be searched. Unfortunately
SVN or even other current source code seemingly cannot be searched without
using alternate methods (such as downloading and searching offline).
Ideally, something like lxr would be available for ReactOS, and through
Google. I also have the same wish for the most recent version of the
Linux kernel (Google doesn't seem to index lxr).
Having more sample driver code (even third party) would certainly be
useful.
I'd like to sell companies on using ReactOS, but there seems to be a
real anti production use message widely conveyed. I feel ReactOS is far
more stable than is given credit. That said, it would be nice if even
just some basic core part of ReactOS was stabilised (not even at a
Desktop user level). By "stabilised", I mean if people could test and
testify certain kinds of qualified stability (e.g. Version q ran x days,
but it was only doing y and had z hardware). Also it would be nice to
have even more information about changes to ReactOS that have/might make
things likely to break (bugcheck, freeze, not behave...). At least one
of the recent newsletters helped with that.
I'd love to use ReactOS to replace simple Windows XP Embedded images
(with many drivers and features stripped out).
Once again, thanks for all the ReactOS efforts. I'm sure I do not yet
fully appreciate the resources available to me because of ReactOS, but
the ones I've found have been extremely useful.
Drew Daniels
Resume: http://www.boxheap.net/ddaniels/resume.html
Hi,
Someone from the forum has written a replacement for winecalc and asks,
if we would want to use it. I think it deserves some attention:
http://www.reactos.org/forum/viewtopic.php?t=3585
- The code is smaller than winecalc.
- It seems to (almost, see below) work correctly as far as I have tested
(type 2+3*4 in winecalc and you will get 12 as result....)
- brackets are working (not implemented in winecalc)
- inv is working (not implemented in winecalc)
- It looks a little better than winecalc
"bugs" found so far:
- there's an issue with foucs, that is put on a button when switching to
another app
- grad calculates with 200 instead of 400 = 360°
- modulo and hyp seem unimplemented
- you can't use and, xor, ... in dec mode
Greetings,
Timo
This breaks the very beginnings of the compile process.
WBR,
Aleksey Bragin.
On Mar 20, 2007, at 11:12 PM, janderwald(a)svn.reactos.org wrote:
> Author: janderwald
> Date: Tue Mar 20 23:12:10 2007
> New Revision: 26147
>
> URL: http://svn.reactos.org/svn/reactos?rev=26147&view=rev
> Log:
> - fix makefiles to depend on TOOLS_OUT_ value than directly
> hardcoding it to $(OUTPUT)
>
Hi,
I am from Berlin, Germany and really interested in joining the ROS
project as a developer.
I started as proposed with digging into the code a little bit and wrote
some patches. So my first question is, which developer (with svn write
access) do i have to contact so that he can help my to review and
(hopefully) apply some of my patches?
Second thing is that i read that you are already planning a complete
rewrite of the explorer code. I would really like to be a part of the
explorer project but others are also welcome.
If you have any idea how to start just let me know.
With best regards,
Tim Taubert
Hi,
I tried to build the ReactOS main trunk, but I've run into some problems.
'make all' fails with the message:
mkdir: cannot create directory
`obj-i386\\lib\\inflib_host': No such file or directory
Up until now, I've got the 'trunk' directory from SVN (using TortoiseSVN), I
exported the sources to a directory in the ros Build Environment (I was
asked for that directory on install) and attempted to build from there. I
also looked at the Makefile and set the '-mi' flag (ROS_RBUILDFLAGS = -mi),
but that didn't help.
Just for the record, I'm building on a WinXP SP2, using ReactOS Build
Environment 0.3.5b2. I also tried the 0.3.4 version, but I run into the same
issues.
Do you have any ideas?
Thanks,
Radu
>Sorry for waiting until now to reply.
It's all good. : )
>What do you think?
I think we should convert to BE, but not away from PE-COFF. There are too
many differences between them, and while it would be less work in the short
term to switch to ELF, in the long term, implementing all of the features of
PE would be very troublesome. Not the least concern is that information
such as import data and file headers aren't even mapped into a process's
address space with ELF. As I understand it, when you get an IHANDLE to a
linked in DLL it's just a pointer to the mapped in PE file header. I'm sure
there are programs that require this on a source level to run (which, for
quite some time will be the only thing that affects us on the PowerPC side
of things).
That being said, a proper pe-powerpcbe target in gcc should then be the
first priority. Binutils already more or less properly creates pe-powercbe
files (with what I assume are your patches on the wiki, and a little
monkeying to make sure that the MZ header and PE signature are always
written as little-endian regardless of the target architecture). What kind
of issues had you had on the EABI side of things, and what was your plan in
more detail for emulating the features of PE in ELF?
Also how much progress had you made in the port up to now?
~Tristan Miller
(monocasa)
Dear friends,
We are 3 undergrad comp sc. and IT students from India. We have some coding
experience but have never worked for the Open Source Community as
developers. Yet we have always admired the concept and used FLOSS stuff like
GNU/Linux.
We came across ReactOS project and got really interested in it. We really
want to contribute to the development of React OS and since we are new in
Open Source development, we would require your guidance and support in stuff
like understanding the code, building the build environment etc.
Among other shortfalls that we have, we haven't programmed much on Windows
platform (almost always Linux ie) and hence know little about the Windows
API. But we are eager to learn and can definitely learn parts of the API as
long as you can guide us.
We humbly request you to guide us and give us some problems so that we can
try and support this community. A lot is left to be done in ReactOS and it
would be great being a part of such a project.
Also we are better at writing C codes than reading them ( like almost
everyone ;) ) and hence would request you to give us some problems that we
can write from stratch rather than bug fixing that would require reading all
codes.
But we are ready to contribute in any way you feel we can as developers and
support this community.
Regards
Arko Provo Mukherjee
Abhishek Biswas
Biswanath Banik
Hi Guys
I have recently discovered ReactOS through my research for Linuxforums.org,
I have written an article on ReactOS, which should show up online in the
near future. Basically I like your work and I would be keen to contribute
some of my (unfortunately limited) time and skills to your project. I cant
code but I can write ok.
Could I be of any use to you guys?
Cheers
Sam
--
Did you know that if you play a Windows XP cd backwards, you
will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows XP.
Hey,
Sorry, having problems with internet or else I'd ask this on IRC. I was
curious as to why the emphasis on little-endian mode in powerpc. Mac G5's
don't even have le-mode, and it definitely seems that (although im not
totally sure, as theres not much info out in the wild yet) that the XBox360
lacks le-mode as well. Also, on the processors that support le-mode, it
seems in all cases (although theres probably some embedded guy that I'm
missing : P) that do support it, it's selectable at the minimum at the
user/supervisor level with only a bit of work. Perhaps eventually a
thunking layer (maybe a part of NTVDM, would it need to be that complex?)
that would translate the calls from le usermode to a be kernel could be
written, allowing one to run NT-PPC applications that are out there. We
wouldn't be able to load drivers (or any le kernel code), but are there
actually any PPC drivers out in the wild? Plus, it seems that it would
definitely be a good thing for the kernel source to be tested on multiple
endians as early as possible in its development to ease porting later on.
~ Tristan Miller
(monocasa)
It's all about re-thinking what rosapps is. Initially it was supposed
to be a place for various "app"lications. Right now it turned out to
become a kind of a trashcan, where stuff unapplicable for trunk goes.
Since this is wrong, it's perfectly fine to "force" devs to build
with rosapps (and rostests, if they are interested in thorough
testing) module.
Otherwise, with make/make all, we again end up with rudimentary rosapps.
Also there will be some kind of "unmaintained" module (undecided yet
- discussions are welcome) where some stuff from rosapps is going to
be moved (which is not currently maintained, and not interesting for
devs).
WBR,
Aleksey.
On Mar 9, 2007, at 2:38 AM, Ged Murphy wrote:
> Upon thinking about this, I'm not sure it's such a good idea with
> respect to usermode stability as it will get less testing now from
> non-included apps.
>
> This would allow us to have the best of both world.
> Many of the tests we run at application level rely on the apps which
> have just been moved being easily accessable.
> If these are gone, I suspect less feedback will be collected about the
> status of usermode.
>
> Ged.
Hi,
yes definately. Our project would certainly benefit from a good PR
and spread the word, because it eventually brings new developers and
thus development speed rises.
Thanks a lot, and feel free to email here or me.
With the best regards,
Aleksey Bragin.
On Mar 8, 2007, at 3:20 AM, Sam Banks wrote:
> Hi Guys
>
> I have recently discovered ReactOS through my research for
> Linuxforums.org, I have written an article on ReactOS, which should
> show up online in the near future. Basically I like your work and I
> would be keen to contribute some of my (unfortunately limited) time
> and skills to your project. I cant code but I can write ok.
>
> Could I be of any use to you guys?
>
> Cheers
>
> Sam
ion(a)svn.reactos.org wrote:
> Author: ion
> Date: Thu Mar 8 21:59:45 2007
> New Revision: 26032
>
> URL: http://svn.reactos.org/svn/reactos?rev=26032&view=rev
> Log:
> - Tree cleanups proposed on the mailing list. Move all non-Core OS modules to rosapps. Tests were already moved by Fireball to rostests.
>
This will break 'make bootcd'
Upon thinking about this, I'm not sure it's such a good idea with
respect to usermode stability as it will get less testing now from
non-included apps.
Another idea, instead of moving everything out of the main trunk would
be to give each component a new tag in rbuild.
This tag could be something like core="yes|no". Everything which has
been moved to rosapps could be labeled with a core="no"
2 new build commands would be available, make core and make corebootcd.
This would allow us to have the best of both world.
Many of the tests we run at application level rely on the apps which
have just been moved being easily accessable.
If these are gone, I suspect less feedback will be collected about the
status of usermode.
Ged.
I forgot to mention that I used Ged Murphy's .ppt as a base (design
mostly), and I used some parts of information about the kernel given
by Alex Ionescu.
WBR,
Aleksey Bragin.
On Mar 3, 2007, at 4:18 PM, fireball(a)svn.reactos.org wrote:
> Author: fireball
> Date: Sat Mar 3 16:17:47 2007
> New Revision: 25971
>
> URL: http://svn.reactos.org/svn/reactos?rev=25971&view=rev
> Log:
> ReactOS FOSDEM 2007 talk slides
Setting autoreply while being subscribed to a mailing list - that's
something not good to do.
Unsubscribed...
WBR,
Aleksey Bragin.
On Mar 2, 2007, at 2:02 PM, tim-sobolev wrote:
> В связи с седлительностью сервера ящик обьявлен закрытым
> Адресат переехал на tim тточчка sobolev сссоббаккка gmail ттточчка ком
> _______________________________________________
Hi,
thanks for your interest. Yes, Arty is indeed The Man to contact
regarding the PPC port, but anyway post your questions here if you
can't catch him on irc, and they will be answered sooner or later.
WBR,
Aleksey Bragin.
On Mar 2, 2007, at 12:15 PM, Tristan Miller wrote:
> Hey everyone,
> I'm interested in becoming a kernel developer, especially with
> the PowerPC port. Almost all of my experience comes from
> supervisor code (or embedded systems without MMU's), or from type-
> safe byte-code (and ironically enough, a weird combination of the
> two). However, this would be the first project that I've worked
> with others on. Any idea's where I should start. Those on IRC
> specifically pointed out Arty in regards to the PowerPC.
>
> ~Tristan Miller
Hey everyone,
I'm interested in becoming a kernel developer, especially with the
PowerPC port. Almost all of my experience comes from supervisor code (or
embedded systems without MMU's), or from type-safe byte-code (and ironically
enough, a weird combination of the two). However, this would be the first
project that I've worked with others on. Any idea's where I should start.
Those on IRC specifically pointed out Arty in regards to the PowerPC.
~Tristan Miller
On Feb 27, 2007, at 3:04 AM, dgorbachev(a)svn.reactos.org wrote:
> Author: dgorbachev
> Date: Tue Feb 27 03:04:43 2007
> New Revision: 25911
>
> URL: http://svn.reactos.org/svn/reactos?rev=25911&view=rev
> Log:
> Indonesian translation by Zaenal Mutaqin
>
> -= skip =-
> trunk/reactos/ntoskrnl/mm/npool.c
>
I don't think that was intended, so please undo the change.
WBR,
Aleksey Bragin.
Hi,
Just a quick email to let you know that I am a kernel programmer working
with Alex.
I am now working on the fsrtl lib. I am almost done with fastio.c at this
point.
Thanks
--Dom
> Nevertheless the fonts should look fine with default settings. But it
may look better with all features enabled.
Fonts look fine, yes, but don't expect them to look better by adding
bytecode which is IGNORED.
Sigh,
mf
Thomas Weidenmueller wrote:
> No, the disabled functionality doesn't affect the output in any way
> except speed. Only the byte code interpreter is affected by patents, but
> the hinting is still done correctly, although slower.
Exactly. This byte code is the hinting that Ged suggests embedding in
our Marlett font. Of course freetype still hints, but it ignores the
bytecode and works around it. Hence embedding hints in the TTF would
be rather useless. Ask wierd_w, he's been having a lot of trouble with
hinting and freetype. The only solution we could come up with is
adding a hack for greyscale bitmap fonts that substitute the outlines
for certain font sizes.
mf
Hi,
> Another area that will need attention is adding hints to all the glyphs and
> making it a TTF.
Patent pansies have disabled hinting in ReactOS' freetype. So hinting
will do us no good, as hints are not parsed by the font engine.
Regards,
mf
Begin forwarded message:
> From: "Microsoft US Developer Team" <developer(a)response.microsoft.com>
> Date: February 22, 2007 11:54:45 AM CST
> To: <davidjohnson.johnson(a)gmail.com>
> Subject: Important Daylight Savings Time Update for Developers
> Reply-To: "Microsoft US Developer Team"
> <developer(a)response.microsoft.com>
>
>
>
>
> Dear Valued Microsoft Customer,
>
> In 2005, the United States government passed the Energy Policy Act
> of 2005. This act changes the start and end dates for Daylight
> Saving Time (DST) as of spring 2007. These changes may impact the
> way applications run. Microsoft is releasing an update for Windows
> through Microsoft Update that reflects these changes.
>
> Developers who use the .NET Framework may find their applications
> affected if the application uses the time zone information for
> historical purposes or if they have derived custom classes from
> System.TimeZone to provide custom time zone information. The
> standard System.TimeZone class provides a managed wrapper for the
> underlying Windows Operating System time zone functions.
>
> In addition, developers who use Visual C++ may find their
> applications affected if they use the CRT time functions, or the TZ
> environment variable. Microsoft is currently working on a fix for
> this issue and will post information about its availability on the
> Visual Studio Support page.
>
> Most applications that use these affected classes will not need to
> be modified as this update will ensure that the correct data is
> provided seamlessly to the application. However, applications that
> use these classes or the underlying Windows API to perform
> historical time look-ups will need to be modified.
>
> In most cases, developers who have extended the .NET Framework’s
> time zone support by creating custom time zone classes derived from
> System.TimeZone, or by direct access to the Win32 API, will not
> have to update their applications as long as the available updates
> to the operating system are applied. However, solutions that rely
> on private time zone data, or that retrieve system time zone
> information by accessing the registry directly, may need to be
> updated. Applications that deal with historical time zone data may
> also need to be updated.
>
> Microsoft advises all developers who make use of time zone data to
> test their applications against this update to ensure that their
> applications function correctly.
>
> For more detailed information and the latest updates please visit
> http://msdn2.microsoft.com/en-us/vstudio/bb264729.aspx, Preparing
> for daylight saving time changes in 2007, and KB928388: 2007 time
> zone update for Microsoft Windows operating systems.
>
> Further Assistance
>
> Microsoft values your business. For more information visit http://
> www.microsoft.com/dst2007, or contact Microsoft for assistance. A
> list of phone numbers is located at http://support.microsoft.com.
> Microsoft Premier Customers may engage their Technical Account
> Manager directly.
>
> Please DO NOT REPLY to this email as this is not a monitored inbox.
> If you have questions/inquiries please visit http://
> www.microsoft.com/dst2007
>
> This e-mail is intended for distribution within the United States.
> Please contact your local Microsoft subsidiary for similar
> offerings outside the US.
>
> Thank you,
>
> Microsoft US Developer Team
>
>
>
>
>
>
>
_________________________________
Dave Johnson
http://www.davefilms.us DaveFILMS®
San Diego, CA & Nashville, TN
http://thevoicezone.us The Voice Zone™
Voice Talent
Writer, Producer, Director
Independent Audio Theater Producer
Voice mail and Fax#:(206)350-2915
Skype & Msn Live messanger "DaveFilms"
I have a patch to move all the functionality of DrawFrameControl over to the
Marlett font, but before I add it I think the font needs a bit more work.
We have the outlines for all the glyphs in trunk under
media/fonts/marlett.ttf, but they need some TLC.
One thing which stands out are the caption buttons. Drawn at 10pt, which is
what is used for regular caption bars, they don't appear as clearly as they
should.
Another area that will need attention is adding hints to all the glyphs and
making it a TTF.
I have no experience with fonts, hence me writing this mail to ask if any
font designers are willing to help make our Marlett font complete.
Cheers,
Ged.
Registered Office: PO Box 1 Salford Road, Over Hulton, Bolton, BL5 1DD.
Registered in England: No. 2375355
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)eu.exide.com
<mailto:postmaster@eu.exide.com> 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 <www.exide.com>
Zaenal Mutaqin wrote:
> Indonesian resource language for ReactOS.
Wow, nice work!
> translated from us-EN.rc/en.rc to id-ID.rc/id.rc.
You should try to keep the file naming convention the same throughout.
The reason we have both en.rc and en-US.rc is historical, but incorrect now.
We should be using en-US.rc for US files as US English uses different
spellings than other countries.
This gives us scope for other variations like en-GB and en-CA.
Unfortunately, I don't know much about the Indonesian language, but it's
best to stick with id-ID in case there are other variations on the
Indonesian language (and to follow suit with the format the rest of our
resource files need to move to)
Ged.
Registered Office: PO Box 1 Salford Road, Over Hulton, Bolton, BL5 1DD.
Registered in England: No. 2375355
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)eu.exide.com
<mailto:postmaster@eu.exide.com> 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 <www.exide.com>