Open Watcom 1.2 Released
An anonymous reader writes "Open Watcom 1.2 has been released and is now available
for download from
the Open Watcom website. This release contains a large number of new
features, product enhancements and several fixs designed to bring Open Watcom
to a higher level of quality and compatibility. SciTech software Inc, the official
maintainers of the Open Watcom project, have also announced the availability
of an updated Open
Watcom CD, complete with SciTechs installer for DOS,
OS/2, and windows. Support for the update will be handled exclusively through
the Open Watcom website. Read More." According to the web site, "the Watcom C/C++ and Fortran products will be the first mass market, proprietary compilers to be Open Sourced."
This tool compiles for various Win32/16 flavors plus dos and os/2. It doesn't do Linux or PPC/PalmOS... that are the two platforms where you really wanna cross compile!
Do you people think it's a worthwhile product? Has it retained the value it used to have back in the day when most DOS games were compiled using Watcom?
My Stack Overflow user
I would have paid good money for a free Watcom back in about 1992. Well, unless it was free that is, then I would have kept my money. Watcom was big news back then, and seemed to have all the features my Borland C++ 3 lacked.
Is this still a useful product for people? Is the Windows support going to be good enough that it will supplant any of the other development options a Windows user has?
Most importantly, does it support Expanded and Extended memory?
Let's not stir that bag of worms...
The Watcom compiler was a very popular DOS C/C++ compiler. Combined with DOS4GW from Tenberry (formerly Rational Systems), it was used to create many DOS games such as Doom. Traditional DOS compilers were only 16-bit tools whereas Watcom was 32-bit
SciTech scooped up Watcom's goods. They're also behind MGL, wxWindows, SNAP for Linux, Display Doctor, and GLDirect.
This was THE compiler to use with RTLINK/plus to build protected mode video games -- okay, protected mode anything
and the only reason we used protected mode?
BIG RAM BABY
thanks to the (in)famous 640k 'barrier'
though to some extent i'm not sure how relevant the toolset is today....
Old age and treachery almost always overcome youth and skill.
Any chance of the DB going Open Source? Or is Sybase holding that too close?
I think that would be a great tool to have in Windows. Give MySQL a run for its money and could kill Access on the desktop.
The opposite of progress is congress
...really puts in perspective the rate of change in computers. It's been a long time since I thought about what I was going to use extended memory for, or strategies for getting a block right on a 64K line (for use in DMA) without wasting space. I suppose in a few years, it will sound just as hokey to be thinking about how you were going to connect to a database.
I didn't know anyone on the BBS's that had Watcom (or knew much about it beyond its memory setup), but most of us wanted it (everyone noticed it in the Doom load screens). Perhaps having it available will usher in a new wave of retro programming from my generation.
Let's not stir that bag of worms...
... if you're a code masochist.
Maybe I'm going out on a limb here, maybe I'll be the lonely voice in the wilderness, but for general purposes outside of a learning tool, I can't stand GCC. Why? There are so many reasons, I just don't know where to start.
I hesitate a little to say this because everyone seems to speak so highly of it, at least everyone that I've ever heard. But I'm sorry, the Emperor has no clothes. Whenever I start a compile on GCC I can go downstairs, have dinner, watch an episode of the Simpsons and come upstairs to check on its progress, where the same compile on Borland (yes, I know, it's PROPRIETARY), or for that matter MSVC will have been done for quite some time. And with fewer complaints, moans and bitches from the compiler. And yes, I know full well that those moans and bitches are important, yadda, yadda, and maybe if I watched my warnings and cleaned my code, yadda, yadda, but call me crazy, call me wacky, I just like it when a compiler does its job and shuts up, unless it really has something important to say.
Watcom is great, open, cross-platform, and cool. Do yourself a favor and use it. Just do it -- no! NO! Zip! Zip it! Shut! Zip! Zippity zip!
Chr0m0Dr0m!C
Lots of people seem to agree with you, but for some reason, I've never worked out what it is that it doesn't do. Personally, I'm quite fond of it. The main reason for this is I'm a screen space miser, and It's one of the few IDEs that comes with a full screen editor.
Compared to current gcc's it's ... gcc on Windows has a ported feel, some people don't like that, some others don't mind or like it) :)
* a very fast compiler (compile-time speed)
* that produces very compact code (in terms of size)
* so the generated code *may* even be faster than gcc's (if a loop just fits in the cache), despite the fact that gcc has quite a few more years of optimization improvements now.
* it also feels more native on non-UNIX platforms
(whatever that means
* can generate 16-bit code, useful for bootloaders (and FreeDOS
* even supports "far" (48-bit) pointers in protected mode
* all in all very good for embedded and driver work IMHO
on the other hand GCC is much better now in terms of standard compliance (in particularly C++); OW is slowly catching up a bit, has a more extensive warning system, supports SSE(2), custom Athlon and p4 optimizations, profile guided optimization, supports many other CPUs,
etc etc.
Unfortunately, the site has some really annoying webcode that prevents me from downloading it.
I'd have to either enable JavaScript, which I refuse to do, or spend 15-20 minutes decoding the JavaScript and making my own fake responses, which I also refuse to do.
Does anyone have any mirrors?
Those who sacrifice security to condemn liberty deserve to repeat history or something. - Benjamin Santayana
There were industry rumours of Sybase dropping SQL Anywhere (formerly Watcom SQL, now Adaptive Server Anywhere) early on after the 1995 acquisition, but nothing beyond apparently.
The ASA engineering group (Waterloo Ontario) and ASE group (Dublin California) have worked together on joint projects, but the two products remain independently architected and developed. The main joint task forces seem to work(ed) on adding T-SQLisms to ASA and on the IQ product.