-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official Open Watcom C/C++ Support #36
Comments
Hi Stephan, thanks for your suggestion. Supporting multiple compilers is always positive. But in the case of DOS, this is made more difficult by the fact that most low-level features are implemented using Borland's inline assembly or in Turbo Assembler files. So I suspect that DOS support would require rewriting many things from scratch, possibly once per supported compiler. This project puts the focus on modern systems so that it can be useful to the broadest range of users. Be thankful that it supports DOS at all; I'm pretty sure that many other developers with the same purpose would have dropped DOS support early in the process. DOS users still show up from time to time (#17, #22...), and I am interested in keeping DOS support in good shape. However, I have no evidence that there are enough users out there who are both developing productive applications for DOS and refuse to use Borland C++. So I feel that I have no duty to implement this. In short: I am not willing to do this just for the fun of it. I have little experience programming for DOS. If I was expert enough, maybe I would see things differently. Anyway, if someone else wants to work on it, I'll be glad to help them integrate their solution into the project. Cheers. |
Fair enough. I do currently have a DOS project I'm working on intermittently (a DOS analogue to Inno Setup) with Open Watcom C/C++ (because ideology), but I have good reasons not to use Turbo Vision for any of the three parts of it:
|
That sounds cool. Yeah, Turbo Vision is no longer useful in many use cases where 30 years ago it would have been the first choice. For example, the people who opened the DOS issues I mentioned earlier seem to have switched to the graphical fltkal. Let me ask you something: is there a specific reason why you seem to prefer Open Watcom C/C++ over other cross-compilers such as DJGPP? |
I care deeply about making this project easy for others to hack on once it's in a state I'm ready to |
Thanks. This knowledge will come in handy if I ever need to use these tools :). |
No problem. The one caution I have is that there's a known bug in the Open Watcom C/C++ installer for Linux. If it crashes on launch, that means it couldn't find the terminfo definitions. That can be resolved by setting either |
Given that Open Watcom C/C++ (1.9, v2 fork) is open-source and Borland C++ 4.52 is not, would you be willing to consider making Open Watcom an officially supported compiler for building DOS applications?
(Aside from a known bug in the Linux installer which you work around by either setting
TERMINFO=/path/to/terminfo
or settingTERM=vt100
, it's also by far the easiest way to cross-build for DOS from modern OSes.)The text was updated successfully, but these errors were encountered: