Search found 1582 matches
- Thu Mar 16, 2017 5:26 pm
- Forum: General Discussion and Feedback
- Topic: is RosBE 2.1.4 compatible with ROS?
- Replies: 19
- Views: 20502
Re: is RosBE 2.1.4 compatible with ROS?
For further reference: CORE-4937
- Wed Mar 15, 2017 12:33 pm
- Forum: General Discussion and Feedback
- Topic: is RosBE 2.1.4 compatible with ROS?
- Replies: 19
- Views: 20502
Re: is RosBE 2.1.4 compatible with ROS?
I've read your commit well the first time already, let me explain my train of thought :-) - TSVN in RAPPS was downgraded because the newer version doesn't support WinXP anymore (I suppose whole NT5) - ReactOS is based on NT5 - RosBE contains SVN -> won't be able to run on ROS, unless there is a disc...
- Wed Mar 15, 2017 9:17 am
- Forum: General Discussion and Feedback
- Topic: is RosBE 2.1.4 compatible with ROS?
- Replies: 19
- Views: 20502
is RosBE 2.1.4 compatible with ROS?
https://www.dreimer.de/?p=1393
So I wonder, is it possible to experiment with building ReactOS on ReactOS using the latest RosBE 2.1.4?
On the other hand I saw r74162 downgrading SVN 1.9.5 to 1.8.14 to keep WinXP support.Updated SVN to 1.9.5
So I wonder, is it possible to experiment with building ReactOS on ReactOS using the latest RosBE 2.1.4?
- Tue Feb 28, 2017 12:24 pm
- Forum: Support
- Topic: Debugging setup on Linux host
- Replies: 2
- Views: 5147
Re: Debugging setup on Linux host
Hi and welcome to the forums! I have something set up, though I wouldn't call that efficient. In VirtualBox -> ReactOS VM -> Settings -> Serial Ports I have Port 1 enabled: - Port Number: COM1 - Port Mode: Host Pipe - Connect to existing pipe/socket UNchecked - Path: /tmp/ReactOS-Debug.pipe Then I c...
- Sat Feb 18, 2017 3:20 pm
- Forum: General Discussion and Feedback
- Topic: verification hashes sums
- Replies: 3
- Views: 6740
Re: verification hashes sums
There are two reasons to use checksums: 1) check if the archive was downloaded properly without errors 2) check whether the storage wasn't tampered with HTTPS covers the issue 2). The ISOs from build server are compressed into an archive, so there should be a checksum as part of the file format, but...
- Sat Feb 18, 2017 3:04 pm
- Forum: General Discussion and Feedback
- Topic: Work-in-progress 0.4.4 changelog
- Replies: 33
- Views: 39433
Re: Work-in-progress 0.4.4 changelog
@A_S - that goes into the official autogenerated changelog here @ROCKNROLLKID - yes, this is something in the middle between the complete list of fixed JIRA issues and the sentences like "we are more stable and WIndows-compatible now" - not just a sentence, but not 158 bullet points either...
- Fri Feb 17, 2017 5:01 pm
- Forum: Development Help
- Topic: Useful git settings
- Replies: 11
- Views: 20626
Re: Useful git settings
It's possible to force a fast-forward history (a linear one, without merge commits) in a Git repo, so combined with the sequentially numbering server-side hook this could work. I can't help with use cases such as "what happened 1500 commits ago" or "do we already have 75000 commits so...
- Thu Feb 16, 2017 6:59 pm
- Forum: Czech
- Topic: Drivers / Ovladace
- Replies: 4
- Views: 52946
Re: Drivers / Ovladace
Požadovaná úroveň certifikace stojí kolem 700 dolarů za rok a je možné, že nadaci nestojí potenciální přínosy za takové reálné výdaje. Na "Discussion" záložce té wiki stránky jsem se zeptal, třeba někdo odpoví.
- Thu Feb 16, 2017 6:27 pm
- Forum: Development Help
- Topic: Useful git settings
- Replies: 11
- Views: 20626
Useful git settings
Right now on the mailing list there are mainly two issues people are having with git: - pulling and pushing creates merge commits - can't pull with local changes As is already in the mailing list solved here for pulling: git config --global pull.rebase true (enable automatic rebase of your local com...
- Wed Feb 08, 2017 12:13 pm
- Forum: Development Help
- Topic: C Coding Basics
- Replies: 29
- Views: 43426
Re: C Coding Basics
Please correct me if I'm wrong; I believe that | and & operators should be called "bitwise and/or" rather than "logical and/or".
- Tue Feb 07, 2017 9:57 pm
- Forum: Development Help
- Topic: Appcache.c
- Replies: 6
- Views: 10508
Re: Appcache.c
Also of note - if (Reason) is equal to if (Reason != NULL) because, basically, NULL in C means 0 [1]. There are different ways to represent a null pointer in C++, but that's way beyond this snippet. [1] longer answer: the standard actually says that the representation is implementation-defined, but ...
- Fri Feb 03, 2017 2:37 pm
- Forum: General Discussion and Feedback
- Topic: Rust requirement
- Replies: 2
- Views: 4743
Re: Rust requirement
Nope. That's required for building it (even that post is called like that), no additional requirements on the users 

- Sun Jan 29, 2017 4:16 pm
- Forum: General Discussion and Feedback
- Topic: r73619
- Replies: 3
- Views: 7795
r73619
[SHELL32]: Fix build on *sane* compilers (wth, is that an assignment without the equal sign, or a called constructor, missing its parentheses?!). It's neither a variable assignment nor a constructor call (per se). It's called list initialization, it's part of the standard since C++11 and according ...
- Tue Jan 10, 2017 5:23 pm
- Forum: Off Topic
- Topic: Technical question about EXEs and DLLs
- Replies: 9
- Views: 15021
Re: Technical question about EXEs and DLLs
One very simple explanation to this is they could have decompiled the original executable into a source code, fixed compilation errors when compiling into 32-bit executable, and from there on it's comparably easy.
- Mon Dec 26, 2016 3:12 pm
- Forum: General Discussion and Feedback
- Topic: Install .NET Mono by default
- Replies: 6
- Views: 7970
Re: Install .NET Mono by default
Gecko is already asking the user, Mono not so much.hbelusca wrote:What could be nice is to ask the user, at the end of the 2nd stage install, whether to install .net mono / gecko / etc...