Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

Converting from WATCOM to Compaq Visual FORTRAN

marshallc
Beginner
612 Views
Hi,
I'm trying to convert a few programs from WATCOM format to COMPAQ Visual. I'm running into a problem with finding a compatible command in COMPAQ Visual for the _setvideomode. Here is an example of it being used:
RECORD/videoconfig/ vc
IF (setvideomode($VRES16COLOR).EQ.0) &
STOP 'Error: cannot set graphics mode'
CALL getvideoconfig(vc)
If you know of a way to convert the above code to COMPAQ Visual FORTRAN, please let me know.
Thanks,
Chad
0 Kudos
0 Replies
Reply