Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to send output to a DOS window

michael_green
Beginner
440 Views
I'm using a dialog as a front end to run an F77 legacy program (converted to a subroutine). The old program has lots of useful progress reports (TYPE *,'etc, etc.')which I would like to output to a DOS window, but I don't know how to create one from my dialog based program. If it can be done, please could someone tell me how.

With many thanks in advance,

Mike
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
440 Views

AllocConsole() -- FreeConsole()

Jugoslav

0 Kudos
Reply