Search found 873 matches

by gabrielilardi
Sat Jul 16, 2011 10:48 am
Forum: Development Help
Topic: What are these terms?
Replies: 16
Views: 14760

Re: What are these terms?

zefklop wrote:Run Time Library
Eh, somehow I lost the last part :)
by gabrielilardi
Sat Jul 16, 2011 9:24 am
Forum: Development Help
Topic: What are these terms?
Replies: 16
Views: 14760

Re: What are these terms?

What is AFD? This is a driver, Ancillary Function Driver for WinSock, part of the Windows TCP/IP stack . What are asserts? These are sanity checks, they function this way: At a certain point of time in a particular code path a condition must be true, if it is not, execution is halted telling that w...
by gabrielilardi
Sat Jul 16, 2011 8:45 am
Forum: General Discussion and Feedback
Topic: Trunk Revision 52678
Replies: 40
Views: 15367

Re: Trunk Revision 52678

I first had to disable legacy mode in BIOS because the PS/2 mouse wouldn't work with it enabled despite that working in Windows As hto said in your other thread, someone should file a bug about this, attaching two debug logs, so that there is more info about this and perhaps a dev could take a look...
by gabrielilardi
Thu Jul 14, 2011 2:35 pm
Forum: Italian
Topic: lavorazioni parallele sull' explorer_new
Replies: 18
Views: 12386

Re: lavorazioni parallele sull' explorer_new

Ultimo aggiornamenti: Tutto sembra indicare che ci dovremmo dimenticare dell'explorer new e il lavoro sulla shell, al meno sembra così a giudicare dai commit sul branch (pochissimi e di relativa importanza). Sembra invece andare molto bene lo sviluppo dei temi, eccovi un altro screenshot fresco fres...
by gabrielilardi
Mon Jul 04, 2011 3:14 pm
Forum: General Discussion and Feedback
Topic: Making ReactOS more public
Replies: 67
Views: 20914

Re: Making ReactOS more public

Smiley wrote:Is ever possible to develop software to the point it doesn't need any more development?
More specifically, an OS could need no or few updates years ago before the massive Internet age, now it is not possible.
by gabrielilardi
Thu Jun 30, 2011 1:58 pm
Forum: ReactOS Website discussion
Topic: Bugzilla fault
Replies: 2
Views: 4648

Re: Bugzilla fault

I've heard something similar in the past, try setting the option to always keep you logged in when you login to the site, that would help...
by gabrielilardi
Wed Jun 29, 2011 2:55 pm
Forum: General Discussion and Feedback
Topic: ReactOS Update
Replies: 25
Views: 11382

Re: ReactOS Update

You can update without formatting if you want, as for your question, see this topic.
by gabrielilardi
Wed Jun 29, 2011 9:46 am
Forum: General Discussion and Feedback
Topic: Revision 52484
Replies: 10
Views: 4146

Re: Revision 52484

The removal of the USB code shows that isn't the only thing causing USB problems. There is bound to be some USB code elsewhere that was left, or I wouldn't have needed to disable the legacy support to get it to let me use my mouse and keyboard properly. If that other code isn't addressed, it may in...
by gabrielilardi
Fri Jun 24, 2011 8:41 am
Forum: Italian
Topic: Alex piu' presente in IRC...
Replies: 10
Views: 8147

Re: Alex piu' presente in IRC...

ErVito wrote:ho forse fatto troppi viaggi mentali? :D
No, è lui. ;)
by gabrielilardi
Thu Jun 23, 2011 8:29 pm
Forum: General Discussion and Feedback
Topic: ReactOS on VirtualBox
Replies: 3
Views: 2029

Re: ReactOS on VirtualBox

There are several:
bug 5810, bug 5857, bug 6183, bug 6292 and perhaps some others...

PS: You can use qemu with qemu manager in the meantime to test ros.
by gabrielilardi
Thu Jun 23, 2011 8:30 am
Forum: Support
Topic: FAQ questions. Solution for 99% doubts/issues
Replies: 25
Views: 106435

Re: FAQ questions. Solution for 99% doubts/issues

So I think these 2 things should be on the list, both the USB 2.0 bug that causes ROS to crash while booting, and the legacy USB bug which messes up unrelated input devices (PS2 mice, eg). Not needed anymore since 52361, the driver has been removed from the CD. USB support will be added from the ne...
by gabrielilardi
Thu Jun 23, 2011 12:23 am
Forum: General Discussion and Feedback
Topic: Fix of the Week
Replies: 191
Views: 516726

Re: Fix of the Week

Commit by rharabien :: 52343 reactos/ (3 files in 3 dirs): (link) [WIN32K] Remove commented out lines added in r52332 - clip children should not be taken into account here [SHELL32] Use COPYRIGHT_YEAR definition instead of current year. Fixes 3542 http://www.reactos.org/bugzilla/attachment.cgi?id=28...
by gabrielilardi
Wed Jun 22, 2011 8:49 pm
Forum: Development Help
Topic: New starfield screensaver for ReactOS
Replies: 26
Views: 28761

Re: New starfield screensaver for ReactOS

A quick search gives: Hardware acceleration for OpenGL* screensavers is not enabled in the graphics drivers because of potential compatibility issues with a number of third party OpenGL screensavers. Running the screensavers in software mode should reduce the possibility of system lockups or crashes...
by gabrielilardi
Wed Jun 22, 2011 2:52 pm
Forum: Design
Topic: New CD Cover Design
Replies: 94
Views: 96745

Re: New CD Cover Design

Thanks for your help, I've talked with Aleksey and we are already uploading your last version. Please pm when you finish those corrections so it can be updated.
by gabrielilardi
Wed Jun 22, 2011 9:04 am
Forum: General Discussion and Feedback
Topic: Fix of the Week
Replies: 191
Views: 516726

Re: Fix of the Week

I had slipped this one:
Commit by cgutman :: revision 52247 reactos/drivers/storage/floppy/ (floppy.c ioctl.c readwrite.c): (link)
[FLOPPY]

Validate the handle type
Fix a bug that broke file system remounting after a media change: bug 5189.