CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   visual fortran (https://www.cfd-online.com/Forums/main/3450-visual-fortran.html)

DENGBQ May 12, 2001 11:55

visual fortran
 
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!

Sebastien Perron May 14, 2001 05:48

Re: visual fortran
 
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'

...


All times are GMT -4. The time now is 13:17.