Iw2evk
Magenta, Italy, 12.09.2007, 08:13 |
IDE for Open Watcom C/C++ for DOS (Miscellaneous) |
Hi,
i'm a newbe,
Exist a IDE for dos for Open Watcom C/C++ (or win32 running under hx rt)?
Thanks
roberto |
Rugxulo
Usono, 12.09.2007, 17:23
@ Iw2evk
|
IDE for Open Watcom C/C++ for DOS |
> Exist a IDE for dos for Open Watcom C/C++ (or win32 running under hx rt)?
It comes with its own improved vi clone, does that count?
Well, there's also this: pvide50.zip (+ src)
EDIT: Just for others reading this, don't forget to read the Watcom FAQ for lots of good info (last updated July 27, 2005). In particular, I just recently rediscovered it (and the IHP_CONV.ZIP .IHP -> .TXT converter, quite useful). --- Know your limits.h |
DOS386
13.09.2007, 02:45
@ Rugxulo
|
IDE for Open Watcom C/C++ for DOS |
> Just for others reading this, don't forget to read the
> Watcom FAQ
> for lots of good info (last updated July 27, 2005).
Thanks, however:
- It's desperately obsolete, "updates" from 2005 are very minor
> Q02 : How do I obtain Open WATCOM ? How do I make it usable for Windows development
> How do I debug DOS4GW apps under Windows?
Not very DOS friendly
> You cannot simply get rid of DOS4GW.EXE
NOT true
> Q10. What libraries are available for WATCOM C/C++
> ...
> ...
COOL. But 99% of the links are broken --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
DOS386
13.09.2007, 02:48
@ Iw2evk
|
IDE for Open Watcom C/C++ for DOS |
> i'm a newbe
> Exist a IDE for dos for Open Watcom C/C++
NO
Maybe CC386 would be better for you ?
It has an IDE under development (not yet ready)
> (or win32 running under hx rt)?
NO. WATCOM's IDE heavily uses "GUI API", no chance with HX soon --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
iw2evk
13.09.2007, 08:14
@ DOS386
|
IDE for Open Watcom C/C++ for DOS |
If i wont use hx extender instead the extender distibuted from openwcc ,whath is the right way for set openwatt for dos? |
rr
Berlin, Germany, 13.09.2007, 09:46
@ iw2evk
|
IDE for Open Watcom C/C++ for DOS |
> If i wont use hx extender instead the extender distibuted from openwcc
> ,whath is the right way for set openwatt for dos?
1) get huge (62 Mbyte!) open-watcom-c-win32-1.7.exe
2) 'pkunzip -d' it to C:\WATCOM.
3) create `gowc.bat':
@ECHO OFF
SET WATCOM=C:\WATCOM
SET PATH=%WATCOM%\BINW;%PATH%
SET EDPATH=%WATCOM%\EDDAT
SET INCLUDE=%WATCOM%\H
4) run `gowc.bat' --- Forum admin |
Rugxulo
Usono, 13.09.2007, 21:49
@ iw2evk
|
HX in CC386 or Open Watcom C/C++ for DOS |
> If i wont use hx extender instead the extender distibuted from openwcc
> ,whath is the right way for set openwatt for dos?
CC386 3.56 includes HX support (with all necessary files) and is a much smaller download (2 MB!) than OpenWatcom 1.7. --- Know your limits.h |