|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
use dflib open(12,file='user',title='lk') write(12,*) 'lk' end
I use visual fortran 5.0 to compile and link this program. Operating system is WIN98. however, I could not see any display in the child window "lk". why? Who can give me help? thanks! |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
I beleive because the output was send to the file "user". Not a window.....
If you want to send the output to the child window, simply use write (*,*) 'lk' ... |
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
| memory ms visual fortran 6 | vadim | Main CFD Forum | 0 | December 20, 2008 14:01 |
| Visual Fortran compiler and debugger on linux | CFD Student | Main CFD Forum | 3 | February 26, 2007 07:26 |
| i want to make a software C++ or Visual Fortran??? | Zin | Main CFD Forum | 26 | April 11, 2005 19:22 |
| visual fortran | Monica | Main CFD Forum | 1 | August 28, 2004 21:45 |