There used to be something from the authors of StyleXP, not sure if that's still around / working,
StyleBuilder was that name according to a quick google search.
Search found 204 matches
- Wed Feb 24, 2021 11:47 pm
- Forum: Design
- Topic: New Theme Creation Questions
- Replies: 4
- Views: 252
- Sun Feb 21, 2021 6:04 pm
- Forum: Off Topic
- Topic: No more mugs on the shop ?
- Replies: 6
- Views: 296
Re: No more mugs on the shop ?
The shop has been updated by Colin so mugs are available again, however this time they are white instead of black 

- Fri Feb 19, 2021 10:14 pm
- Forum: Off Topic
- Topic: Modern Windows Apps Are Ugly!
- Replies: 3
- Views: 158
Re: Modern Windows Apps Are Ugly!
Is it just me, or do many Windows 10 apps just look ugly? So I load up my virtual machine of Windows 98 SE and head to the Address Book - looks fine to me, very handy. I load up People on Windows 10 - the app looks ugly. Windows scrapped Address Book, went to Contacts, then went to People (app). Us...
- Wed Feb 17, 2021 11:36 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
Looking at the logging and the snippet you pasted, the open flags do not match at all.
Good luck on your endeavors finding the problem, I am not going to play a game of 'find the actual code'.
Good luck on your endeavors finding the problem, I am not going to play a game of 'find the actual code'.
- Wed Feb 17, 2021 11:15 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
That test failing on ROS would essentially confirm that a bug exists in ROS in the API call NtOpenFile(). How should it be formally reported if confirmed ? There must be something lost if your test worked in ROS. The only obvious difference between the pseudocode and my test in Delphi would be the ...
- Wed Feb 17, 2021 10:03 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
I'm currently looking at detecting ROS and activating that workaround in a custom cygwin1.dll since I'm more familiar with that code. Now I just need a clean and accurate way to identify ROS using API calls that exist in Windows and ROS. We don't have an api to detect ROS, precisely to not have peo...
- Wed Feb 17, 2021 9:06 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
I actually did write a test for this, but since I do not really do much programming in C I did it under a tool I'm more familiar with which was Delphi. The test binary produced different results under Win10 than ROS, but in the end it showed that was not an issue with validation. --blub-- ps: You u...
- Fri Feb 12, 2021 4:35 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
- Thu Feb 11, 2021 1:08 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
I wonder if someone could help me build a small workaround for this problem. Basically what happens is this.. The library(cygwin) calls NtOpenFile using a path and the call works completely and the application gets back a File Handle. The library then it tries to reopen that same file by calling Nt...
- Mon Feb 01, 2021 11:55 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
The failure I hit results from how Cygwin emulates the posix functions pread() and pwrite(). Since the Posix definition of those functions requires that the filehandles offset (or file pointer) not be moved so that other processes are unaffected by the use of pread/pwrite, what? do you expect that ...
- Fri Jan 15, 2021 5:29 pm
- Forum: Development Help
- Topic: Help diagnosing a problem with cygwin/samba on ROS
- Replies: 33
- Views: 873
Re: Help diagnosing a problem with cygwin/samba on ROS
If you run this in a vm debugging should be a lot easier 
Check that your structs / pointers are properly aligned?
And if you can modify the kernel (but for some weird reason not view the logging) you can always change error codes around so you can see which path causes it

Check that your structs / pointers are properly aligned?
And if you can modify the kernel (but for some weird reason not view the logging) you can always change error codes around so you can see which path causes it

- Fri Jan 15, 2021 5:21 pm
- Forum: General Discussion and Feedback
- Topic: Running ReactOS explorer.exe in Windows 10
- Replies: 6
- Views: 386
- Thu Jan 14, 2021 11:42 am
- Forum: Support
- Topic: static route
- Replies: 3
- Views: 264
Re: static route
Hi: I created an VM instance of ReactOS (20210107-0.45.15-dev-1606-g4ca7926) on a Hyper-V Server 2012 R2 host. The VM instance has two NICs, one attached to a network were a DHCP server successfully provides an IP address and default gateway. The other NIC is attached to a static network. On this N...
- Mon Jan 11, 2021 11:13 pm
- Forum: Dutch
- Topic: Hoe installeer ik REACTOS?
- Replies: 2
- Views: 155
Re: Hoe installeer ik REACTOS?
Hallo allemaal. Ik ben nieuw hier, dus zal ik me eerst even voorstellen. Mijn naam is Bart Kuijer, ben 83 jaar en ik woon in Hardenberg. Ik werk met een Acer Aspire, waarop Windows 10 met Office en Linux Mint Uleyana. Daarnaast wilde ik ReactOS installeren, maar dat lukt me niet. Ik startte op met ...
- Sun Jan 10, 2021 9:35 pm
- Forum: General Discussion and Feedback
- Topic: RAPPS forked out
- Replies: 3
- Views: 474
Re: RAPPS forked out
I think the RAPPS should be forked out from Reactos as a package manager. Sooner or later it will be meaningless as a software that has only ReactOS compatible apps. Splitting it off may widen it's audience and indirectly contribute that it develops faster > it can still be part of the ReactOs proj...