Search found 194 matches
- Tue Oct 13, 2020 10:09 am
- Forum: Development Help
- Topic: Using ReactOS to learn Windows System programming -is it viable?
- Replies: 3
- Views: 384
Re: Using ReactOS to learn Windows System programming -is it viable?
Thank you for your reply! I did a search for the book you mentioned and found this link which leads to a Microsoft article on it. I mention this because that article points to this github repository of supplemental material (MIT licensed) that might be of interest (but not obvious). yeah that is on...
- Mon Oct 12, 2020 6:28 pm
- Forum: General Discussion and Feedback
- Topic: msvbvm60.dll
- Replies: 5
- Views: 583
Re: msvbvm60.dll
You might wanna start here:
https://github.com/cocus/openmsvbvm
https://github.com/cocus/openmsvbvm
- Sun Sep 20, 2020 10:20 pm
- Forum: Off Topic
- Topic: Where do you change email address
- Replies: 16
- Views: 1160
Re: Where do you change email address
It was in reply from the man in charge to a post I made in mattermost, who wrote: "That probably needs a more prominent link.." I had a look when I read your post and I could not find where to change email addresses. Still don't see it. :lol: because you refused to get into the chat (mattermost). I...
- Sat Sep 12, 2020 4:08 pm
- Forum: General Discussion and Feedback
- Topic: RAPPS pre & post installation scripting
- Replies: 2
- Views: 410
Re: RAPPS pre & post installation scripting
1: No it does not include something like that.
2: The best way is to create your own installer (or add a scripting like that to rapps, but that involves writing code which most people don't seem to want to spend time on)
3: https://reactos.org/wiki/RAPPS
2: The best way is to create your own installer (or add a scripting like that to rapps, but that involves writing code which most people don't seem to want to spend time on)
3: https://reactos.org/wiki/RAPPS
- Sat Sep 12, 2020 4:06 pm
- Forum: Support
- Topic: reactos 4.15 amd64 won't boot on qemu
- Replies: 7
- Views: 755
Re: reactos 4.15 amd64 won't boot on qemu
> ReactOS 0.4.13 (Build 20200409-0.4.13-release-0-g4ee3778)
Your title states 4.15
That is not even close...
Your title states 4.15
That is not even close...
- Thu Sep 10, 2020 8:59 pm
- Forum: General Discussion and Feedback
- Topic: Two decades later...what's the point?
- Replies: 67
- Views: 10725
Re: Two decades later...what's the point?
During cia.vc era I could easily trace commits, but where do I find them now? I would like to see these speed increase There is an activity stream channel in mattermost, there is git/github where you can subscribe, there is the mailing list https://reactos.org/mailman/listinfo/ros-diffs how many wa...
- Mon Aug 24, 2020 9:28 pm
- Forum: General Discussion and Feedback
- Topic: [SOLVED]Is there a configuration where most things just work?
- Replies: 13
- Views: 1279
Re: [SOLVED]Is there a configuration where most things just work?
Why would we bother with linux?
- Mon Aug 03, 2020 6:15 pm
- Forum: General Discussion and Feedback
- Topic: 0.4.13 Testing
- Replies: 21
- Views: 10865
Re: 0.4.13 Testing
I tested ReactOS more than 5 years ago, and discovered it was quite useless for me, it didn't support my usb-mouse. After testing this latest release (on modern hardware), it still can't support a basic usb mouse...is this a joke? In the device manager, it even states I have ps/2 mouse which is wor...
- Tue Jul 14, 2020 11:08 pm
- Forum: General Discussion and Feedback
- Topic: Accessibility
- Replies: 4
- Views: 491
- Sun Jul 05, 2020 6:24 pm
- Forum: General Discussion and Feedback
- Topic: Why is ReactOS based on a 17-year-old version of Windows?
- Replies: 32
- Views: 4820
- Tue Jun 02, 2020 5:30 pm
- Forum: ReactOS Website discussion
- Topic: Confluence for Documentation
- Replies: 6
- Views: 422
Re: Confluence for Documentation
https://doxygen.reactos.org/minecraftchest1 wrote: ↑Tue Jun 02, 2020 4:12 pmI like to browse Documentation and see what I can find, looking for nothing in particular. However, I think I found a link to a Documentation page on the homepage of the wiki. Using the search bar is easy, searching for nothing with the search bar is hard.
- Tue Jun 02, 2020 9:10 am
- Forum: ReactOS Website discussion
- Topic: Confluence for Documentation
- Replies: 6
- Views: 422
Re: Confluence for Documentation
using a search function is hard?
- Wed May 27, 2020 8:21 pm
- Forum: Off Topic
- Topic: ReactOS updater
- Replies: 24
- Views: 15743
Re: ReactOS updater
If all of the update packages are packaged into a compressed (zip) folder, we could have the updater download them, extract them to a folder, then on next boot, the files could be them moved or copied to the appropriate folders. If we need rollback, we could could create a backup of all the folders...
- Wed May 27, 2020 8:20 pm
- Forum: General Discussion and Feedback
- Topic: Two decades later...what's the point?
- Replies: 67
- Views: 10725
- Mon May 18, 2020 9:02 pm
- Forum: Support
- Topic: SQLGetDiagRec
- Replies: 5
- Views: 470
Re: SQLGetDiagRec
@learn_more: Thank you for replying! I believe the relevant message is: err:(dll/win32/odbc32/proxyodbc.c:538) failed to open library (null): p�" That leads us to this file: https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/odbc32/proxyodbc.c;hb=7b105ceb56ee94e961958693c813c09bf2f7ab69#l538...