Search found 20 matches

by sdever
Fri Jan 08, 2021 10:36 pm
Forum: General Discussion and Feedback
Topic: virtio scsi and virtio network adapter
Replies: 9
Views: 6193

Re: virtio scsi and virtio network adapter

Hi, we accept patches :)
by sdever
Thu Jan 07, 2021 12:36 pm
Forum: Development Help
Topic: Open Reactos code in Visual Studio Code
Replies: 5
Views: 10387

Re: Open Reactos code in Visual Studio Code

Hello, I guess VS Code is not yet ready to be a full-blown IDE, especially for ReactOS which has a lot of submodules with different include paths which can conflict each other, so if you want reliable completion, you should use a full-blown Visual Studio instead (or Eclipse/CodeBlocks if you are on ...
by sdever
Wed Jun 21, 2017 8:15 pm
Forum: French
Topic: Installation sur Virtual Box !
Replies: 4
Views: 16765

Re: Installation sur Virtual Box !

Bonjour, A l'heure actuelle, aucun système de mise à jour n'est prévu (à part l'option "Repair/Upgrade" lors de l'installation qui remplace les fichiers de l'ancienne installation par ceux de la nouvelle version). Donc les développements récents ne sont visibles que sur la version n+1 de R...
by sdever
Fri Mar 03, 2017 10:55 pm
Forum: Off Topic
Topic: Possibilities For NTVDM and other Sub-Systems
Replies: 35
Views: 69150

Re: Possibilities For NTVDM and other Sub-Systems

@MugenFighter: yes, WOW16 is related to NTVDM (with a bunch of wowexec.exe/wow32.dll stuff under Windows), but seems nobody is working on it yet (however if someone if willing to implement it, we accept patches :D)
by sdever
Fri Mar 03, 2017 10:34 pm
Forum: Off Topic
Topic: DynamoRIO: Hardware Translation Layer like emulating SSE2
Replies: 3
Views: 7161

Re: DynamoRIO: Hardware Translation Layer like emulating SSE

Hello,

It could be nice to make a bug report on Jira with a debug log if the app you tried made ReactOS to crash (and obviously doesn't crash Windows XP/Win2003).
by sdever
Wed Feb 22, 2017 7:52 pm
Forum: French
Topic: Utilisation du shell ROS sur W8.1
Replies: 3
Views: 15834

Re: Utilisation du shell ROS sur W8.1

Bonjour,

rshell n'est effectivement pas distribué lors de l'installation de ReactOS, puisque ses fonctionnalités sont déjà présentes dans shell32.dll. Le seul moyen d'obtenir cette DLL est donc de compiler ReactOS soi-même.
by sdever
Sun Jul 17, 2016 10:41 am
Forum: General Discussion and Feedback
Topic: Why ROS will not work on NTFS/ZFS/Reiser4/whatever right now
Replies: 55
Views: 207968

Re: Why ROS will not work on NTFS/ZFS/Reiser4/whatever right

Hello, There is currently a GSoC project about adding write support, and weekly progress is described in the ReactOS developer blogs here (latest edition :D). Anyways, this topic is somewhat outdated now we have ReiserFS and btrfs drivers inside ReactOS :D Edit: better link here :) https://reactos.o...
by sdever
Sat Apr 02, 2016 7:09 pm
Forum: General Discussion and Feedback
Topic: Ubuntu Linux binaries on Windows! It is possible in ReactOS
Replies: 16
Views: 15716

Re: Ubuntu Linux binaries on Windows! It is possible in Reac

ReactOs may use Foreign Linux "eniw" instead of drawbridge. ELF interpreter is easy because PE/COFF is an extension of ELF. No, ELF was made to replace COFF, and PE is a Microsoft's extension of COFF. ELF is far more complex than PE to understand, especially the dynamic-linking thing, and...
by sdever
Sun Mar 27, 2016 7:40 pm
Forum: General Discussion and Feedback
Topic: Alpha Testing
Replies: 11
Views: 29080

Re: Alpha Testing

Hello,

If you want to propose to add new apps to rapps (and post reports and debuglogs of applications that have bugs/drawing problems & co), I suggest you to create an issue into JIRA (https://jira.reactos.org/ ). You should be able to log in with your ReactOS/forum account ;)
by sdever
Fri Mar 18, 2016 10:22 am
Forum: General Discussion and Feedback
Topic: Documentation for shell
Replies: 10
Views: 7788

Re: Documentation for shell

@PurpleGirl: Nice work :D (and I think I should write some things regarding to explorer bands implementation too :)).

However, I think it would be better to group elements in more general categories (i.e. "shell menus" and so on) to ease navigation and understanding :)
by sdever
Sun Mar 06, 2016 8:38 pm
Forum: General Discussion and Feedback
Topic: ReactOS source code tree restructure
Replies: 5
Views: 5032

Re: ReactOS source code tree restructure

Hmm, I'm afraid I don't understand what you are trying to do, could you explain better ? What do you mean by "layout of source tree" and "any files of restructure" ? There was a "tree-restructure-test" branch back in the past, but that experiment ended up with only a fe...
by sdever
Sun Mar 06, 2016 4:40 pm
Forum: General Discussion and Feedback
Topic: ReactOS source code tree restructure
Replies: 5
Views: 5032

Re: ReactOS source code tree restructure

Hello, Yes you can fork ReactOS on github (which is a mirror of the SVN repository), and it should be soon possible to send pull requests and having them commited to trunk if they are good enough. Regarding tree restructure, there was an attempt which led to some changes, but nothing impressive yet ...
by sdever
Mon Feb 22, 2016 4:04 pm
Forum: Support
Topic: Installing Nvidia drivers
Replies: 16
Views: 19001

Re: Installing Nvidia drivers

Hello, Please create a new bugreport in JIRA, since it's easier for developers to keep track of them. Btw looking at the code, it seems that the current implementation of VideoPortGetProcAddress is quite broken and should rely on export table parsing I guess (instead of manually track exported funct...
by sdever
Sun Feb 21, 2016 4:00 pm
Forum: Support
Topic: .net framework 2.0 does not work on ReactOS 0.4.0
Replies: 4
Views: 5840

Re: .net framework 2.0 does not work on ReactOS 0.4.0

Your forum account can be used to log into JIRA too :)
by sdever
Sun Feb 21, 2016 12:48 pm
Forum: Support
Topic: .net framework 2.0 does not work on ReactOS 0.4.0
Replies: 4
Views: 5840

Re: .net framework 2.0 does not work on ReactOS 0.4.0

Hello,

.NET Framework 2 not working is actually a known issue (https://jira.reactos.org/browse/CORE-9231 for instance), but if could be nice if you could provide debuglogs for that and post it in JIRA (please follow the instructions here: https://reactos.org/wiki/VirtualBox )