Search found 291 matches
- Sun Apr 19, 2020 9:43 am
- Forum: Design
- Topic: Deutsche Fenster für BEFEHLE
- Replies: 28
- Views: 5816
Re: Deutschen Fenstern für BEFEHLE
And as the third native German speaker here (in case two aren't convincing enough?)... you're wrong. "Deutsches Fenster" or "Das deutsche Fenster" is singular nominative. "Deutsche Fenster" or "Die deutschen Fenster" is plural nominative. "(Den) Deutschen Fenstern" is plural dative. "Deutsche Fenste...
- Sat Apr 11, 2020 2:33 pm
- Forum: Tutorials
- Topic: Writing the first ReactOS application.
- Replies: 27
- Views: 160491
Re: Writing the first ReactOS application.
Just look further in the thread (i.e. scroll up on this very page): viewtopic.php?p=115149#p115149
- Fri Apr 10, 2020 7:45 pm
- Forum: Support
- Topic: RosBE-Builder.sh resets "broken" glob.c
- Replies: 6
- Views: 660
Re: RosBE-Builder.sh resets "broken" glob.c
The build process extracts the .tar.gz file, so you have to extract, replace, and re-archive.
- Wed Mar 11, 2020 11:52 pm
- Forum: Support
- Topic: Booting Live (0.4.12) stops at swenum.sys
- Replies: 1
- Views: 3246
Re: Booting Live (0.4.12) stops at swenum.sys
What it's telling you is that boot from USB is not currently supported 
People have reported success using this method though: https://reactos.org/wiki/Installing_Rea ... B-RAM_boot

People have reported success using this method though: https://reactos.org/wiki/Installing_Rea ... B-RAM_boot
- Sun Mar 08, 2020 4:19 pm
- Forum: General Discussion and Feedback
- Topic: Suggestion: Preliminary release notes for RC
- Replies: 5
- Views: 4735
Re: Suggestion: Preliminary release notes for RC
We currently have no good process for the release notes. In fact, the fact that they hadn't yet been finalized has delayed several of the most recent releases. That is to say, we can't provide them them on time, therefore we won't be able to provide them early. If you're interested in helping that p...
- Fri Feb 28, 2020 9:07 pm
- Forum: General Discussion and Feedback
- Topic: Real Hardware - Post yours
- Replies: 5
- Views: 7630
Re: Real Hardware - Post yours
Some people have collected similar test results here: https://reactos.org/wiki/PC_ROS_Rigs
- Sat Feb 15, 2020 1:24 pm
- Forum: Support
- Topic: Why isn't USB working?
- Replies: 10
- Views: 3730
Re: Why isn't USB working?
The type of question is "Why is feature X not supported in ReactOS".
And nobody simply means nobody. As in, not a single person in the world. Anybody is free to contribute to the project, but nobody has contributed this particular feature (like lots of others).
And nobody simply means nobody. As in, not a single person in the world. Anybody is free to contribute to the project, but nobody has contributed this particular feature (like lots of others).
- Sat Feb 15, 2020 11:30 am
- Forum: Development Help
- Topic: Why doesn't the ReactOS vga.sys work in Win 2000?
- Replies: 3
- Views: 2329
Re: Why doesn't the ReactOS vga.sys work in Win 2000?
First of all, our driver is not designed for Windows 2000. If it also doesn't work on Server 2003, then it's worth investigating.
- Fri Feb 14, 2020 9:58 am
- Forum: Support
- Topic: Why isn't USB working?
- Replies: 10
- Views: 3730
Re: Why isn't USB working?
The answer to this type of question is usually very straightforward: because nobody has implemented it.
- Thu Feb 13, 2020 12:34 am
- Forum: Off Topic
- Topic: [solved] writing a driver: why does Windows refuse to load my simple driver?
- Replies: 12
- Views: 5782
Re: writing a driver: why does Windows refuse to load my simple driver?
Your "driver" imports from kernel32. Drivers cannot import user mode libraries. I believe for graphics drivers the rule is you can only import from win32k (and, I suppose, videoprt) or some such. I'm not sure how you even built such a thing. Perhaps you should start with an appropriate sample driver...
- Thu Feb 06, 2020 11:43 pm
- Forum: General Discussion and Feedback
- Topic: So impressed by ReactOS 0.4.14
- Replies: 15
- Views: 6741
Re: So impressed by ReactOS 0.4.14
You'll need to look in the 0.4.13 branch in git, and find the commit matching the "gXXXXXXX" at the end of the iso name. One way to list the commits there is to look at https://github.com/reactos/reactos/commits/releases/0.4.13 So for RC41 you could use the "Clone or Download" button at https://gith...
- Thu Feb 06, 2020 11:37 pm
- Forum: General Discussion and Feedback
- Topic: [SUGGESTION] Join the EU-FOSSA (Free and Open Source Software Auditing) project
- Replies: 2
- Views: 2038
Re: [SUGGESTION] Join the EU-FOSSA (Free and Open Source Software Auditing) project
Finding security bugs in ReactOS is trivially easy at this point. We don't need help yet, it'd be a waste of money to pay someone bounties for it.
- Sat Feb 01, 2020 1:16 am
- Forum: Development Help
- Topic: Why isn't my SEH2 try-except statement preventing Page Faults?
- Replies: 4
- Views: 1346
Re: Why isn't my SEH2 try-except statement preventing Page Faults?
Also note that the try-finally won't actually catch the exception, only the try-except will.
- Fri Jan 31, 2020 10:04 pm
- Forum: Development Help
- Topic: Visual Studio2019 compile reactos error
- Replies: 6
- Views: 1627
Re: Visual Studio2019 compile reactos error
You should use RosBE's CMake, not some other version. There are fixes in there for VSSolution in particular. Other than that, if ntoskrnl doesn't build in the sln, there's not much to be done about it (unless of course you want to dig into the internals of CMake, which you'd be welcome to do). Ninja...
- Fri Jan 31, 2020 9:20 pm
- Forum: General Discussion and Feedback
- Topic: What is the philosophy of ReactOS?
- Replies: 3
- Views: 2434
Re: What is the philosophy of ReactOS?
I believe the answer to all of your questions is either "we don't know" or "if/when someone implements it". The OS is currently so incomplete that it's somewhat pointless to even ask many of these questions. Because the timeline for a stable release is completely up in the air (we literally don't kn...