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

Provide a console in a Fortran QuickWin project

martinez_paneda__emi
940 Views

Dear friends

I have recently started to use a graphics library (PGplot) in my Intel 11 + VS2008. Since I want to handle both text and graphics I am developing my codes in a Fortran QuickWin Project Type. However, the characters written to the console appear in the application program window "mixed" with some of the graphics. I will prefer to see the text in a different window (or even in a console), what can I do? 

I have searched in the web for any information related but it is still not clear to me what should I do. Should I "connect" my Fortran QuickWin project with a Fortran DLL (how)? Any tips?

Thanks a lot for your help, is very appreciate it. 

0 Kudos
1 Solution
Steven_L_Intel1
Employee
940 Views

You should read the QuickWin documentation here. You'll see that you can create additional windows by opening a unit with FILE='USER'. Just write your text to the new unit and it will be separate from the graphics.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
941 Views

You should read the QuickWin documentation here. You'll see that you can create additional windows by opening a unit with FILE='USER'. Just write your text to the new unit and it will be separate from the graphics.

0 Kudos
martinez_paneda__emi
940 Views

Thank you very much Steve

0 Kudos
Reply