Search found 131 matches

by Forever Winter
Mon Aug 17, 2015 7:38 pm
Forum: General Discussion and Feedback
Topic: mspaint_new launched!
Replies: 4
Views: 3435

Re: mspaint_new launched!

The old one was written in C, the new one is written in C++.
by Forever Winter
Tue Jul 21, 2015 1:17 pm
Forum: Development Help
Topic: Need help with control panel applet
Replies: 7
Views: 22857

Re: Need help with control panel applet

The ppsp member of the PROPSHEETHEADER structure is an array of PROPSHEETPAGE structures, but you thread it like a single PROPSHEETPAGE structure, thus you overwrite the first page.
by Forever Winter
Wed Jul 15, 2015 11:27 am
Forum: General Discussion and Feedback
Topic: Goodnight, Server 2003
Replies: 7
Views: 7428

Re: Goodnight, Server 2003

Couldn't you just download the symbol files manually?
by Forever Winter
Fri Jan 30, 2015 6:59 am
Forum: Design
Topic: Quicklaunch bar plans?
Replies: 10
Views: 22740

Re: Quicklaunch bar plans?

Yes, I know the old explorer had that feature and it would be nice if somewhere in the future ReactOS gets it again (although personally I don't care that much since I don't use virtual desktops that much). My point was that imho the discussion in the linked ticked doesn't say explicitly that the us...
by Forever Winter
Sun Jan 25, 2015 12:29 am
Forum: General Discussion and Feedback
Topic: Support for older computers
Replies: 18
Views: 13324

Re: Support for older computers

Afaik ReactOS uses some of the atomic compare-and-exchange instructions, which (at least some of them) require a pentium class cpu.
Sorry, I am not 100% sure for that but I hope it helps.
by Forever Winter
Fri Jan 09, 2015 1:44 pm
Forum: Support
Topic: How to build Arwinss?
Replies: 17
Views: 19506

Re: How to build Arwinss?

I have never build arwinss myself so I don't know exactly, but I guess you first have to put the arwinss folder into your trunk folder as you have mentioned. After that, you have to apply trunk.diff. You than can build it as usual, but you may have to define some variable first to say that it should...
by Forever Winter
Fri Jan 09, 2015 1:28 pm
Forum: Design
Topic: Quicklaunch bar plans?
Replies: 10
Views: 22740

Re: Quicklaunch bar plans?

If I understand correctly, the statement in the mentioned jira ticket is not to generally let the user install a third party tool, but just that it should not be hardcoded into explorer. This doesn't mean that
there is no chance that the system comes with support for virtual desktops.
by Forever Winter
Thu Jan 01, 2015 11:15 am
Forum: ReactOS Website discussion
Topic: Rendering issue in Jira Dashboard.
Replies: 2
Views: 15911

Re: Rendering issue in Jira Dashboard.

Jira just messed up the formatting. Go to code.reactos.org to see how it is supposed to look.
by Forever Winter
Sun Dec 28, 2014 11:56 pm
Forum: Support
Topic: Enable EXT2 driver in user's local build
Replies: 4
Views: 7538

Re: Enable EXT2 driver in user's local build

Afaik it has never worked in the past, thus it was disabled.
by Forever Winter
Sun Dec 28, 2014 9:55 am
Forum: Support
Topic: Enable EXT2 driver in user's local build
Replies: 4
Views: 7538

Re: Enable EXT2 driver in user's local build

According to the commit for revision 62766, you have to remove the lines 8 and 10 in base\setup\usetup\native\fslist.c and lines 2747 and 2753 in base\setup\usetup\interface\usetup.c
by Forever Winter
Thu Dec 11, 2014 1:05 am
Forum: Support
Topic: PCI driver, things over a bridge not seen
Replies: 2
Views: 5912

Re: PCI driver, things over a bridge not seen

Under Windows XP, open the Device Manager and expand System Devices. For every listed device, show its properties dialog and determine if it is a PCI device or not. If it is a PCI device, see where it is located at. If it is located at PCI bus 0, Device 0, note its Function (There should at least on...
by Forever Winter
Wed Nov 26, 2014 2:30 am
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14837

Re: Install ReactOS to Secondary Partition

Thats bad to hear that it does not boot. Unfortunately that is the only way I am aware of to boot a non-NT system from a Windows bootloader. Don't know if EasyBCD or some other third party program can do the job better. However, as Alahndro mentioned eralier, you may want to try to boot Vista from F...
by Forever Winter
Tue Nov 25, 2014 6:25 am
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14837

Re: Install ReactOS to Secondary Partition

@justincase Thanks for the Info, I didn't know about HDHacker before. I took a quick look at it and it should do the job just fine. @Alahndro Yes, loading Vista from FREELDR is simpler to setup. Because the initial poster was going on with the steps for FREELDR from vista bootmgr, I was just assumin...
by Forever Winter
Mon Nov 24, 2014 6:01 pm
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14837

Re: Install ReactOS to Secondary Partition

There is a Windows version of dd at http://www.chrysocome.net/dd along with some examples for its usage.
by Forever Winter
Mon Nov 24, 2014 4:42 pm
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14837

Re: Install ReactOS to Secondary Partition

It holds the contents of the boot sector from your ReactOS partition. You need to dump it with a suitable utility to a file, for example with the Linux dd command.
It should not make a difference, if you don't have completed the second stage setup yet.