Search found 1582 matches

by Black_Fox
Thu Mar 16, 2017 5:26 pm
Forum: General Discussion and Feedback
Topic: is RosBE 2.1.4 compatible with ROS?
Replies: 19
Views: 17193

Re: is RosBE 2.1.4 compatible with ROS?

For further reference: CORE-4937
by Black_Fox
Wed Mar 15, 2017 12:33 pm
Forum: General Discussion and Feedback
Topic: is RosBE 2.1.4 compatible with ROS?
Replies: 19
Views: 17193

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...
by Black_Fox
Wed Mar 15, 2017 9:17 am
Forum: General Discussion and Feedback
Topic: is RosBE 2.1.4 compatible with ROS?
Replies: 19
Views: 17193

is RosBE 2.1.4 compatible with ROS?

https://www.dreimer.de/?p=1393
Updated SVN to 1.9.5
On the other hand I saw r74162 downgrading SVN 1.9.5 to 1.8.14 to keep WinXP support.

So I wonder, is it possible to experiment with building ReactOS on ReactOS using the latest RosBE 2.1.4?
by Black_Fox
Tue Feb 28, 2017 12:24 pm
Forum: Support
Topic: Debugging setup on Linux host
Replies: 2
Views: 4131

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...
by Black_Fox
Sat Feb 18, 2017 3:20 pm
Forum: General Discussion and Feedback
Topic: verification hashes sums
Replies: 3
Views: 5215

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...
by Black_Fox
Sat Feb 18, 2017 3:04 pm
Forum: General Discussion and Feedback
Topic: Work-in-progress 0.4.4 changelog
Replies: 33
Views: 33321

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...
by Black_Fox
Fri Feb 17, 2017 5:01 pm
Forum: Development Help
Topic: Useful git settings
Replies: 11
Views: 16651

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...
by Black_Fox
Thu Feb 16, 2017 6:59 pm
Forum: Czech
Topic: Drivers / Ovladace
Replies: 4
Views: 48158

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í.
by Black_Fox
Thu Feb 16, 2017 6:27 pm
Forum: Development Help
Topic: Useful git settings
Replies: 11
Views: 16651

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...
by Black_Fox
Wed Feb 08, 2017 12:13 pm
Forum: Development Help
Topic: C Coding Basics
Replies: 29
Views: 33771

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".
by Black_Fox
Tue Feb 07, 2017 9:57 pm
Forum: Development Help
Topic: Appcache.c
Replies: 6
Views: 8101

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 ...
by Black_Fox
Fri Feb 03, 2017 2:37 pm
Forum: General Discussion and Feedback
Topic: Rust requirement
Replies: 2
Views: 3811

Re: Rust requirement

Nope. That's required for building it (even that post is called like that), no additional requirements on the users :-)
by Black_Fox
Sun Jan 29, 2017 4:16 pm
Forum: General Discussion and Feedback
Topic: r73619
Replies: 3
Views: 5312

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 ...
by Black_Fox
Tue Jan 10, 2017 5:23 pm
Forum: Off Topic
Topic: Technical question about EXEs and DLLs
Replies: 9
Views: 13574

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.
by Black_Fox
Mon Dec 26, 2016 3:12 pm
Forum: General Discussion and Feedback
Topic: Install .NET Mono by default
Replies: 6
Views: 6475

Re: Install .NET Mono by default

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...
Gecko is already asking the user, Mono not so much.