Search found 234 matches

by Fraizeraust
Sun May 08, 2022 1:18 pm
Forum: General Discussion and Feedback
Topic: What is a definitive objective of respond os?
Replies: 10
Views: 4044

Re: What is the goal of ReactOS?

All that said, I do not believe the OP (original poster) intended any disrespect. I choose to believe that the OP tried to express desire for the success of the ReactOS project. I do not believe the OP intended to belittle either the developers or the project. It is just that we devs are tired bein...
by Fraizeraust
Sun May 01, 2022 4:48 pm
Forum: General Discussion and Feedback
Topic: What is a definitive objective of respond os?
Replies: 10
Views: 4044

Re: What is a definitive objective of respond os?

..."they with needing more designers imo"? Ha! That's no criticism of ReactOS itself. Every fan of ReactOS wishes that the dev team was bigger, faster, stronger, etc. Wishing leads to nowhere. If people are wishing that ReactOS was stable and usable then they should start acting by now. I...
by Fraizeraust
Wed Jun 03, 2020 7:02 pm
Forum: Development Help
Topic: Open Reactos code in Visual Studio Code
Replies: 5
Views: 10141

Re: Open Reactos code in Visual Studio Code

Visual Studio Code is merely an editor which you can extend its functionality with plugins and whatnot. Don't expect it to be a fully fledged and complete IDE environment like Visual Studio hence no Microsoft Visual C++ (MSVC) compiler by default so no, you cannot use it as an IDE by this definition...
by Fraizeraust
Wed Jun 03, 2020 6:53 pm
Forum: Support
Topic: Animated Gif on boot screen
Replies: 6
Views: 1976

Re: Animated Gif on boot screen

One does not simply make a GIF for animation and pretend that magically it'll work in ReactOS, at least not with how the boot video is implemented. You've to familiarize yourself how the Inbv module works in the kernel and from there you can add your own code to handle the animation for other resour...
by Fraizeraust
Fri May 22, 2020 1:05 pm
Forum: Support
Topic: Viruses?
Replies: 23
Views: 6759

Re: Viruses?

I would like to be sure, and sorry but I do give some credit to virustotal reporting so many issues inc as a result of major scanner engines. Do you realize malware scanners can and DO bring false positives, right? Specifically the malware scanners that base upon malware signatures which aren't per...
by Fraizeraust
Sun Mar 01, 2020 2:55 pm
Forum: Off Topic
Topic: Telegram animated stickers
Replies: 4
Views: 15054

Re: Telegram animated stickers

Does mattermost support animated stickers, or even stickers? :?: I didn´t see that. Mattermost uses the default set of emojis as well as allowing the administrator to upload custom emotes in the server, similarly in Discord. So no, Mattermost has no support for stickers or animated ones whatsoever.
by Fraizeraust
Wed Feb 19, 2020 1:22 pm
Forum: General Discussion and Feedback
Topic: In the event Microsoft decides to open source Windows
Replies: 68
Views: 73509

Re: In the event Microsoft decides to open source Windows

not their primary business anymore. business != ownership You really seem to confuse with the two, unfortunately it doesn't work that way. Microsoft still holds the ownership and copyright to Windows operating system, they would never release any of NT code to the public because why would they? You...
by Fraizeraust
Sat Jun 22, 2019 2:03 pm
Forum: Development Help
Topic: How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?
Replies: 5
Views: 5409

Re: How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?

If I'm not mistaken, the chunk of code responsible for initializing/displaying the Start button is the CStartButton class on traywnd.cpp file (from 138 to 259 line). The class begins by setting up the correct size for the button, applying bold font to the text, enabling the theme procedure (so that ...
by Fraizeraust
Sun May 12, 2019 9:21 pm
Forum: Development Help
Topic: steps for a pull request
Replies: 2
Views: 2078

Re: steps for a pull request

The GitHub web page automatically loads the Pull Request template from there . It's not compulsory to fill the JIRA Issue in the description if you do not have any JIRA tickets related with your PR in question. To set up your name and E-mail globally for whatever commit you create in the future, app...
by Fraizeraust
Tue Mar 26, 2019 5:34 pm
Forum: Support
Topic: How do I build a VSSolution for ReactOS?
Replies: 5
Views: 3202

Re: How do I build a VSSolution for ReactOS?

The problem is now fixed. I had to re-install VS 2017 again with all the VC++ packages and libraries.
by Fraizeraust
Mon Mar 25, 2019 3:07 pm
Forum: Support
Topic: How do I build a VSSolution for ReactOS?
Replies: 5
Views: 3202

Re: How do I build a VSSolution for ReactOS?

binarymaster wrote:To use GCC compiler you should not use VS command prompt, but just default RosBE command prompt.
You did not get my point. I want to build a VS Solution for On-Screen Keyboard and that requires VS Developer command prompt.
by Fraizeraust
Mon Mar 25, 2019 11:02 am
Forum: Support
Topic: How do I build a VSSolution for ReactOS?
Replies: 5
Views: 3202

How do I build a VSSolution for ReactOS?

I'm trying to build a VSSolution for ReactOS, specifically for On-Screen Keyboard so that I can build a solution for this program and acquire debugging capabilities. I do both have RosBE 2.1.6 and Visual Studio (mine's Community 2017) in order to proceed with the steps. To begin with, I added the PR...
by Fraizeraust
Tue Jan 01, 2019 1:08 am
Forum: Off Topic
Topic: Happy new year 2019!
Replies: 9
Views: 9589

Re: Happy new year 2019!

Happy new year! I wish best wishes to everyone and ReactOS succeeding further and further!
by Fraizeraust
Sat Dec 22, 2018 4:26 pm
Forum: Support
Topic: OSK - Submenu doesn't popup & dialog doesn't close
Replies: 0
Views: 4806

OSK - Submenu doesn't popup & dialog doesn't close

Hi, I decided to begin the implementation of a menu for On-Screen Keyboard. The resources and the code are ready now but I am into a problem. The On-Screen Keyboard dialog doesn't close anymore when you press "X" and the submenu doesn't display despite clicking on "File" main men...
by Fraizeraust
Tue Nov 06, 2018 11:17 am
Forum: News
Topic: ReactOS 0.4.10 released
Replies: 4
Views: 18213

Re: ReactOS 0.4.10 released

Btrfs is indeed the biggest milestone for 0.4.10 release. I'm so excited to see another release coming out!