Search found 73 matches

by cb88
Tue May 22, 2018 8:48 pm
Forum: General Discussion and Feedback
Topic: MS WinFile OpenSource
Replies: 19
Views: 10238

Re: MS WinFile OpenSource

If you don't build it in a XP supportive way, it will most likely NOT run. I have no clue if MSVC 2017 is able to still do that at all. https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-compatibility-vs MS says it 2017 does support targeting XP still. I'm pretty sure you have to enab...
by cb88
Tue May 22, 2018 8:42 pm
Forum: General Discussion and Feedback
Topic: Important reflection
Replies: 10
Views: 4593

Re: Important reflection

For example, make sure that a compiler such as FreePascal,Lazarus, ZinjaI works well, What do you think about? Lazarus and ZinjaI are not compilers. What exactly is your point... Sure it's an IDE but I'm pretty certain you got the gist of what was being said. Most Windows developers don't use a com...
by cb88
Sun May 06, 2018 4:06 am
Forum: General Discussion and Feedback
Topic: My experiences using ReactOS as a server OS
Replies: 14
Views: 15729

Re: My experiences using ReactOS as a server OS

I want to add another software that works on ReactOS: https://sourceforge.net/projects/mgsmtp/ A basic and tiny MTA SMTP server for windows and of course ReactOS, tested with public ip and reverse dns settings, was able to send email to other mail servers (though for some reason doesn't work for gm...
by cb88
Sat Apr 21, 2018 7:09 am
Forum: General Discussion and Feedback
Topic: I don't know what to put for a title
Replies: 11
Views: 5012

Re: I don't know what to put for a title

I know! Some commercial software I use (for HMIs) creates a bunch of tray icons, and every time you restart it's runtime during development it dumps a bunch more icon's in there... I've seen upwards of 50 icons in my tray from dead apps before! that is some shitty written software then :) Not sure ...
by cb88
Tue Apr 17, 2018 4:00 am
Forum: General Discussion and Feedback
Topic: Exploring ReactOS for the first time
Replies: 3
Views: 2624

Re: Exploring ReactOS for the first time

Is the iexplorer browser supposed to do downloads? Because I tried to download firefox for WinXP from mozilla.org and although the status bar said it was "Downloading from (URL)", nothing more happened. You can install Firefox using the Apps installer... there is a link to it by default o...
by cb88
Mon Apr 16, 2018 6:11 am
Forum: Development Help
Topic: How to Run Reactos on Playstation 2
Replies: 10
Views: 9391

Re: How to Run Reactos on Playstation 2

Technically Windows NT 4.0 supported MIPS (and Alpha and PowerPC... as well as a never released Sparc64 port) though obviously not the exact setup that is in the PS2. Also I think you could disable a few services and make a few tweaks to get ReactOS well under 32MB though you'd still only have enoug...
by cb88
Mon Apr 16, 2018 6:02 am
Forum: General Discussion and Feedback
Topic: Roadmap to 0.5.0
Replies: 13
Views: 12223

Re: Roadmap to 5.0

I know the release notes say it boots in 96MB but... I was booting RC0 in much less than that not sure why the release seems to need more?
by cb88
Mon Apr 16, 2018 4:45 am
Forum: General Discussion and Feedback
Topic: I don't know what to put for a title
Replies: 11
Views: 5012

Re: I don't know what to put for a title

I know! Some commercial software I use (for HMIs) creates a bunch of tray icons, and every time you restart it's runtime during development it dumps a bunch more icon's in there... I've seen upwards of 50 icons in my tray from dead apps before!
by cb88
Fri Apr 13, 2018 12:33 am
Forum: General Discussion and Feedback
Topic: MS WinFile OpenSource
Replies: 19
Views: 10238

Re: MS WinFile OpenSource

no one needs a old winfile Sure, no one needs it, but that doesn't mean no one wants it. Nostalgia can be a powerful ally! I for one wish there was a version of edit on ReactOS I know notepad is better in most every way but... still I used to read using edit quite alot and it would be nice to have....
by cb88
Sun Oct 08, 2017 7:41 pm
Forum: General Discussion and Feedback
Topic: Blog: Google SoC lwIP Report Week 10
Replies: 34
Views: 33199

Re: Blog: Google SoC lwIP Report Week 10

@middings quite right the intention was not to ruffle feathers or derail the topic. But such is life. As far as to the point that most programmers interested only know asm, C and C++... That's a disservice to themselves as sticking to just those languages means alot of the time you are using the wro...
by cb88
Sat Oct 07, 2017 4:06 pm
Forum: General Discussion and Feedback
Topic: Blog: Google SoC lwIP Report Week 10
Replies: 34
Views: 33199

Re: Blog: Google SoC lwIP Report Week 10

I agree that LwIP needs rewritten as it is not inherently thread safe, at least not in all functions. What we have now is some sort of semaphore system to control the gating into the function. At least it works, but it not ideal. Really, the functions should have all that safety themselves, not rel...
by cb88
Fri Oct 06, 2017 6:56 pm
Forum: General Discussion and Feedback
Topic: Blog: Google SoC lwIP Report Week 10
Replies: 34
Views: 33199

Re: Blog: Google SoC lwIP Report Week 10

IwIP is an embedded library... sure its great but as ReactOS developers themselves have already said it isn't ideal to build a fully featured IP stack around as it is lacking in a few minor but difficult to change areas. Also, how many times has memory management and several other large features bee...
by cb88
Fri Oct 06, 2017 3:30 pm
Forum: General Discussion and Feedback
Topic: Blog: Google SoC lwIP Report Week 10
Replies: 34
Views: 33199

Re: Blog: Google SoC lwIP Report Week 10

https://github.com/m-labs/smoltcp Seeing as Mozilla has seen massive improvements in their ability to effectively write threaded code in Firefox with release 57 (it's way faster on the lowish end machines I've tried) and they designed Rust to live seamlessly with C code. Why not use a TCP/IP layer w...