Search found 2193 matches

by hto
Sun Mar 24, 2013 2:08 am
Forum: Development Help
Topic: Using Visual Studio To Build BootCD & LiveCD
Replies: 35
Views: 32673

It's literally three command lines to build a bootcd after you've installed the BE and checked out the source code. How is that possibly so difficult? Nevertheless, some people managed, literally, to "lose their way in a three-pine forest" (in broad daylight, that is). And no, they are no...
by hto
Sun Mar 24, 2013 1:37 am
Forum: General Discussion and Feedback
Topic: Community Project: ReactOS Compatibility Manager
Replies: 31
Views: 11909

And I'd object to that if the same functionality does not exist on Windows. There is already functionality that does not exist on Windows. For example, Windows have no ReactOS Applications Manager. :) Depending on registry settings, Windows allows to automatically start a program (a debugger) when ...
by hto
Sun Mar 24, 2013 12:19 am
Forum: General Discussion and Feedback
Topic: When will 0.3.15 release?
Replies: 114
Views: 47394

When it writes "Hello, World!" to a graphical terminal window with TrueType font, the TrueType bytecode interpreter is invoked. If the whole GUI code is interpreted, it's just another step in that direction.
by hto
Sat Mar 23, 2013 11:51 pm
Forum: General Discussion and Feedback
Topic: Community Project: ReactOS Compatibility Manager
Replies: 31
Views: 11909

I have no idea. What I propose is to extend ReactOS' CSRSS…
by hto
Sat Mar 23, 2013 11:50 pm
Forum: General Discussion and Feedback
Topic: When will 0.3.15 release?
Replies: 114
Views: 47394

No, OS code. The application code should be native machine code, that's what BlackRabbit wants.
by hto
Sat Mar 23, 2013 11:33 pm
Forum: Development Help
Topic: Using Visual Studio To Build BootCD & LiveCD
Replies: 35
Views: 32673

Where are the scripts?
configure.cmd
by hto
Sat Mar 23, 2013 11:13 pm
Forum: General Discussion and Feedback
Topic: Community Project: ReactOS Compatibility Manager
Replies: 31
Views: 11909

CSRSS is informed when a process starts, when it exits, when it crashes. How can we see which app was run by the user and which by, say, task sheduler or by a system process (improper example: shutdown.exe was run by rundll32.exe)? How can we decide on the main binary of Firefox, if it spawns update...
by hto
Sat Mar 23, 2013 10:48 pm
Forum: General Discussion and Feedback
Topic: When will 0.3.15 release?
Replies: 114
Views: 47394

The aforementioned Java-based GUI code is not a part of your C/C++ code. Your program just invokes it. It is merely an implementation detail, whether the OS code is native code or interpreted code.
by hto
Sat Mar 23, 2013 10:24 pm
Forum: Development Help
Topic: Using Visual Studio To Build BootCD & LiveCD
Replies: 35
Views: 32673

The ReactOS documentation is in a mess… A guy on the Russian subforum struggles to build ReactOS with Visual Studio / RosBE (it turned out that he uses old sources from ReactOS-0.3.14-REL-src.zip).
by hto
Sat Mar 23, 2013 10:14 pm
Forum: Russian
Topic: Нет ninja при сборке ReactOS с помощью Visaul Studio
Replies: 18
Views: 22584

Нужно пользоваться свежими исходниками из SVN. Релизу-то уж второй год пошёл!
kiav wrote: […] в reactos ошибка сборки explorer.exe (ревизия 58591).
Какая ошибка? Ревизия 58591 должна собираться без ошибок.
serrox wrote: Релиз был ещё на росбе 2.0 (или даже 1.5, не помню)
1.5.1.
by hto
Sat Mar 23, 2013 7:00 pm
Forum: Russian
Topic: Нет ninja при сборке ReactOS с помощью Visaul Studio
Replies: 18
Views: 22584

Сборка ReactOS — дело нехитрое. Никаких „извращений” не требуется, каждая ревизия автоматически собирается на сервере с помощью и RosBE, и Visual Studio.

Да, кстати, ninja не нуждается в make.
by hto
Thu Mar 21, 2013 10:31 pm
Forum: General Discussion and Feedback
Topic: [Official]Testing request to the ReactOS Community
Replies: 71
Views: 27223

But relying in the screenshots is not the best way to test ReactOS ;)
I think it could help to detect some graphical bugs.
by hto
Thu Mar 21, 2013 10:14 pm
Forum: Russian
Topic: Свой мини-драйвер
Replies: 4
Views: 9114

[…] как получить список запущенных в системе процессов?
С помощью функции ZwQuerySystemInformation(SystemProcessInformation, …, …, …).
by hto
Thu Mar 21, 2013 10:11 pm
Forum: General Discussion and Feedback
Topic: Community Project: ReactOS Compatibility Manager
Replies: 31
Views: 11909

There is no need to have a special driver, the functionality could be added to reactos' csrss (and turned on/off by some registry key).
by hto
Wed Mar 20, 2013 12:38 am
Forum: General Discussion and Feedback
Topic: Show ReactOS-Visits on front page
Replies: 10
Views: 4322

vicmarcal wrote: The problem is: how the browser detects the user is using Reactos if Reactos reports itself as Windows?
The server, not the browser (client), should detect it.