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/