| Subject | : | OpenWatcom and OS/2? |
| Author | : | BigWarpGuy |
| Date | : | 28 Jan, 2003 on 14:27 |
| Has anyone used the release of OpenWatcom ( http://www.openwatcom.org ) with OS/2? (good, bad, indifferent?)
OS/2 Warp-ed to the very end. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | JasonL fdt93@yahoo.com |
| Date | : | 04 Feb, 2003 on 16:18 |
| I've installed Open Watcom, but I can't get the program with the sample ide project to compile. It gives errors about unresolved externals. I checked Watcom's directories, and it has all the OS/2 specific header files, and the include directive appears to be set properly in config.sys. Even though OpenWatcom comes with its own set of OS/2 headers, do I still need the OS/2 Developers Kit from IBM in order to compile OS/2 (Presentation Manager) programs? JasonL |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | BigWarpGuy |
| Date | : | 04 Feb, 2003 on 16:24 |
| It might help. Not being a programmer but one who is trying to learn, I do not know. You might need the ddk2 files (I think they are at either http://www.netlabs.org or at http://hobbes.nmsu.edu [I will check around]).
OS/2 Warp-ed to the very end. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | davidfor |
| Date | : | 05 Feb, 2003 on 01:05 |
Unfortunately, yes. The OS/2 headers in Watcom, are only a subset. They are enough to be able to build Watcom itself. I think the developers extending them, but, on a "tell us what's missing" basis. I believe that the OS/2 Toolkit is on one of the MCP CDs. And it's probably included in eCS. David |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | OS/2 Lives |
| Date | : | 09 Feb, 2003 on 04:30 |
I just download OpenWatcom 1.0 for OS/2. I used Watcom 10.5, 10.6, and 11.0 since '95 and loved it. I was developing character mode applications and communications routines for smart card readers in Win32, OS/2, and Extended DOS. The project included using Zinc portable GUI routines, but I did almost no work on that side of things. I loved the compiler, and it generated some lightning fast code. I have been working strictly in Java for a couple of years, but just came back to another multi-platform OS/2, Win32 project. I'm currently running 11.0, but will move over this week to Open Watcom. Watcom 11.0 was the best by far of the compilers I have used on OS/2, I just hope that OpenWatcom includes everything that was in 11.0. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | BigWarpGuy |
| Date | : | 16 Apr, 2003 on 14:40 |
I saw news that Open Watcom has been updated. The link I saw lead to a whole bunch of zip files (hopefully there is one zip file with all the files instead of separate ones). ![]() OS/2 Warp-ed to the very end. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | Shadallark |
| Date | : | 25 Apr, 2003 on 21:56 |
| In an effort to support those who are still supporting OS/2 and eCS I purchased the CD version of OpenWatcom. It arrived yesterday and I have not had a chance to install it on my eCS machine. It seems to work find on my Win2K work machine. As for OpenWatcom itself, I have been using it under eCS and Win2k and find it to be a very nice compiler (granted I do not have much programming experience). I am glad that it is still being developed and look forward to the day that the IDE is as powerful as that of the Borland C++ program (Borland does not compile for eCS or OS/2). Shadallark Oops; forgot to mention that I got the IBM Software Development Toolkit off of the eCS CDs. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | BigWarpGuy |
| Date | : | 30 Apr, 2003 on 16:24 |
| I did not know they had a cd for the Open Watcom software. I will look into it. Thanks for the information.
OS/2 Warp-ed to the very end. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | JanLa jan.magne@bbb.no |
| Date | : | 02 May, 2003 on 15:35 |
| Hi, I had the same problem. I asked about it on mIRC, and got someone to send me a "manual" makefile, said to be working. Now it compiled, but the program did not run. Then 2 days ago, I finally got the "fix" in news.openwatcom!!! I did, and the kitchen demo runs like a charm...Actually it runs faster under eCS than under win32... regards
|
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | BigWarpGuy |
| Date | : | 11 Aug, 2003 on 01:46 |
| I ordered and received the cd-rom from Scitech Software with the Open Watcom files on it. When I ordered it, there was a chance to donate to the efforts of Open Watcom. I received the cd-rom but my OS/2 Warp ver 4 (with fixpak 15 and RSJ software) could not see it (in the regular cd-rom drive). I will try the cdrw drive next. Did anyone have trouble with it? Is this just a faulty disc?
BigWarpGuy - - - - - - - - - - - - - - - - - - OS/2 Warp-ed to the very end. - - - - - - - - - - - - - - - - - |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | Radek hajek@vuv.cz |
| Date | : | 13 Aug, 2003 on 12:24 |
| I consider Watcom the best C++ compiler for OS/2. I have got both Open Watcom and IBM Toolkit as a part of eCS 1.1. Comparing Open Watcom 1.0 with Watcom 10.5a, which I have used so far, I have found that: a) Open Watcom IS an extension of Watcom 10.5a. Among others, it contains built in 'bool' type, built in 'long long' type (64 bit integers), support for RTTI, and suppor for "new C++ features" (namespace, dynamic_cast, static_cast, etc.) |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | Shadallark |
| Date | : | 01 Oct, 2003 on 19:56 |
I have OpenWatcom 1.1 and the IBM Toolkit from eCS 1.0 and I find it to be a great compiler. I have only tried two others though, an early gcc and VisualAge C++ v3 and I have to admit that I like OpenWatcom the best. Oh yeah I am also using the STLport 4.5.3 (not the iostreams as I cannot get them to compile).
How do you get it to accept namespace? This is one problem that I have not been able to get around.
You can also get them from: http://www.openwatcom.org/support/reference_content.html
It is good to hear others are having success with OpenWatcom. Terry Norton is using it for his course on learning to program for OS/2 and eCS. Shadallark Shadallark running eCS v1.03 on an IBM Aptiva assiting in the porting of OpenOffice.org to eCS |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | Radek hajek@vuv.cz |
| Date | : | 03 Oct, 2003 on 10:27 |
| I have checked the namespaces. Results: 1. The 'namespace' and 'using' keywords are working correctly. But... It should be possible to fix the problem: |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | abwillis abwillis@comcast.net |
| Date | : | 04 Oct, 2003 on 17:54 |
In an open source project this is not necessarily true. If you want something added that is not currently in there then it is always possible to jump in and add it. |
| Subject | : | Re:OpenWatcom and OS/2? |
| Author | : | orac john.bijnens@attglobal.net |
| Date | : | 04 Oct, 2003 on 23:02 |
You can try the following. In the installation directory of OpenWatcom you can find a cmd file 'setvars.cmd'. Start this cmd file. Now try to compile your program from the commandline with the following command wcl386 yourprogram.c or wcl386 yourprogram.cpp Best regards, John Bijnens |