Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread geff
Thank you all for the resources! On Wed, 12 Jan. 2022, 8:30 am Jim Hall, wrote: > On Mon, Jan 10, 2022 at 10:17 PM geff wrote: > > > > hey all, sorry for the noob question. > > > > is there anyway i can contribute to freedos's development with C++? > > > > > You are definitely welcome to

Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread Jim Hall
On Mon, Jan 10, 2022 at 10:17 PM geff wrote: > > hey all, sorry for the noob question. > > is there anyway i can contribute to freedos's development with C++? > You are definitely welcome to contribute to FreeDOS! Jerome already provided a link to the "How to contribute" page on our wiki. I'll

Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread Steve Nickolas
On Tue, 11 Jan 2022, Tyson Oswald wrote: I found C++ at least with Watcom to not support the standards, at least current ones. I had to rollback to C as I didn’t want to get used to non-standard C++. DJGPP might be better I do not know. Well, I have a DJGPP install from some time ago and it

Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread Tyson Oswald
I found C++ at least with Watcom to not support the standards, at least current ones. I had to rollback to C as I didn’t want to get used to non-standard C++. DJGPP might be better I do not know. > On Jan 11, 2022, at 4:13 PM, Gregory Pietsch wrote: > > It's possible, but all the core FreeDOS

Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread Gregory Pietsch
It's possible, but all the core FreeDOS stuff is in C or 80x86 Assembler. Often, there's not a whole lot in C++ that you have to use or can use for things. I'm sure some of the games might be in C++. Gregory On 1/10/2022 11:16 PM, geff wrote: hey all, sorry for the noob question. is there

Re: [Freedos-devel] Simple Senet v 1.0

2022-01-11 Thread TK Chia
Hello Jim, Can you also share your command line to build with IA-16 GCC and Libi86? I'm planning to remove the Makefile and instead create a BUILD.BAT file that builds everything from source. It's a small project; it doesn't need a Makefile. A simple BAT file will do the job just fine and will

Re: [Freedos-devel] Simple Senet v 1.0

2022-01-11 Thread TK Chia
Hello Jim, If I swap the comparisons, the gcc-ia16 compiled program works correctly. Thanks! I've fixed it in source and checked the change into svn on SourceForge: https://sourceforge.net/p/simple-senet/code/HEAD/tree/trunk/src/senet.c#l138 Thank you! Can you also share your command

Re: [Freedos-devel] is there anyway i can contribute to freedos's development with C++?

2022-01-11 Thread Jerome Shidel
Hi, > is there anyway i can contribute to freedos's development with C++? As a first step, I recommend reading the wiki on Contributing to FreeDOS. http://wiki.freedos.org/wiki/index.php/Contribute