+ /* Now we need to set the Hostname */
+ lError = RegOpenKeyExW(HKEY_LOCAL_MACHINE,
+ L"SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters",
+ 0,
+ KEY_SET_VALUE,
+ &hKey);
+ if (lError != ERROR_SUCCESS)
+ {
+ DPRINT1("RegOpenKeyExW for Tcpip\\Parameters failed (%08lX)\n", lError);
+ return TRUE;
Typo?
Hi,
I’m trying to answer point by point.
1. Their license is MIT. At least it allows us to borrow ideas from their code for how to implement stuff in ReactOS’ console/terminal. (I suppose that if one wants to copy entire chunks of code, that I wouldn’t do it, I’m not sure how the licensing of the original ReactOS console GPL code would have to change. But “I’m not a lawyer”. Anyway, copy-pasting stuff is never a good idea.)
2. Yes but again you don’t need to care. It allows us to remain “original” in our way of implementing the things. What’s now “documented” however, is the interface between condrv and conhost (and to kernel32 if my quick reading of the shared headers is correct). This is sufficient. Then the internal implementation one can write for ReactOS is left free, this allows one to have original code and note a dull copy-paste.
3. ReactOS doesn’t use C++ in the console, and won’t use ”WinRT” any time soon in its entire code-base. So forget about any direct import of the MS console code into ROS.
Regards,
Hermès
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Biswapriyo Nath
Envoyé : mardi 7 mai 2019 20:42
À : ros-dev(a)reactos.org
Objet : Re: [ros-dev] Ros-dev Digest, Vol 177, Issue 2
Some queries though:
1. There are many restrictions on how the code can be used. Are developers allowed to import the idea to ReactOS? Also with a different license.
2. The half of the codebase of console subsystem implemented in KernelBase and Kernel32. Those are not open source. Also the main magic happens in ConDrv driver.
3. The project has C++/WinRT code. Does ReactOS have that section?
Thank you <3
Some queries though:
1. There are many restrictions on how the code can be used. Are developers
allowed to import the idea to ReactOS? Also with a different license.
2. The half of the codebase of console subsystem implemented in KernelBase
and Kernel32. Those are not open source. Also the main magic happens in
ConDrv driver.
3. The project has C++/WinRT code. Does ReactOS have that section?
Thank you <3
Dear All,
Yes you've read correctly! Microsoft released the code of its terminal + the
Windows console host (conhost.exe) under MIT license at:
https://github.com/microsoft/Terminal
I think this is a really great move!! This can definitively help us for:
* first, allowing us to improve our existing console code,
* and in the future, getting our console architecture Win10-compatible
(...)
This also means that anybody can contribute back to their code via
pull-requests, or at least creating issues.
For those using Windows 10, they plan releasing official builds starting
June 2019 according to their posts:
https://devblogs.microsoft.com/commandline/introducing-windows-terminal/https://www.hanselman.com/blog/ANewConsoleForWindowsItsTheOpenSourceWindowsT
erminal.aspx
Best,
Hermès
Hey there !
I am really interested to work with your organization.I have been
doing web development projects using MERN stack for a while now,And I
went through your reactOS GSOC’19 page. I am interested in making the
web interface for reactos which can show all GitHub reactos repos,
commits, etc using the GitHub
API(https://www.reactos.org/wiki/Google_Summer_of_Code_2019_Ideas#Developer…
I am Looking forward to work on the same for GSOC this year under your
mentorship. Currently I am reading the api documentation and trying to
implement some basic stuffs using React and Node.js, till now I have
created robust user ineterface with React and am looking forward to
add some logics to it in coming hours.
Webapp link: https://reactos-web.herokuapp.com/
GitHub repo: https://github.com/AwesomeChap/ReactOS_Web_Interface
(Theme I chose in webApp mentioned above is completely customizable :
You may think of present theme as Night Mode)
kindly review the links. Any suggestion would be appreciated
Thanks
Jatin Kumar
Btech CSE 2nd Year
USICT, GGSIPU
India
Hi all!
The ReactOS Hackfest goes into its fourth round! Join us from Thursday,
15th August to Tuesday, 20th August 2019, just at the same location in
Berlin as last year.
As every year, check out the
https://reactos.org/wiki/ReactOS_Hackfest_2019 and
https://reactos.org/wiki/ReactOS_Hackfest_2019/Lists pages on our Wiki
and add yourself if you can make it.
Hope to see you all in August!
Colin