- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much Steve

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page