OP
How do I set up WATCOM11.0C
I just downloaded watcom11.0c. After installing it, I opened the IDE program in the binw folder and wanted to compile the source program, but an error message appeared.
Following the help file, I made a batch file with the following contents:
@ECHO OFF
SET WATCOM=C:\WATCOM
SET PATH=%WATCOM%\BINNT;%WATCOM%\BINW;%PATH%
SET EDPATH=%WATCOM%\EDDAT
SET INCLUDE=%WATCOM%\H;%WATCOM%\MFC\INCLUDE;%WATCOM%\H\NT
REM SET LIB=
REM SET WWINHELP=D:\BINW
After compiling again, the following error message appeared:
c:\watcom\binw\noname.exe : program or one of its components not found
I was only compiling a simple hello word program, so why won't it pass???
What exactly is going on? How can I use watcom to develop 32-bit programs under DOS,
and also, what version of the DOS operating system is needed to run the 32-bit programs developed with it?
Sigh!!! Getting started really is hard!!! I'd also like to ask big brother Wengier or any passing expert to give some pointers to a beginner like me.
Many thanks
How do I set up WATCOM11.0C
I just downloaded watcom11.0c. After installing it, I opened the IDE program in the binw folder and wanted to compile the source program, but an error message appeared.
Following the help file, I made a batch file with the following contents:
@ECHO OFF
SET WATCOM=C:\WATCOM
SET PATH=%WATCOM%\BINNT;%WATCOM%\BINW;%PATH%
SET EDPATH=%WATCOM%\EDDAT
SET INCLUDE=%WATCOM%\H;%WATCOM%\MFC\INCLUDE;%WATCOM%\H\NT
REM SET LIB=
REM SET WWINHELP=D:\BINW
After compiling again, the following error message appeared:
c:\watcom\binw\noname.exe : program or one of its components not found
I was only compiling a simple hello word program, so why won't it pass???
What exactly is going on? How can I use watcom to develop 32-bit programs under DOS,
and also, what version of the DOS operating system is needed to run the 32-bit programs developed with it?
Sigh!!! Getting started really is hard!!! I'd also like to ask big brother Wengier or any passing expert to give some pointers to a beginner like me.
Many thanks

