Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BrooksVH
  • Content: Threads
  • Order by date
  1. BrooksVH

    Write works but Read doesn't

    I've written binary data out but can't seem to read it. Subroutine RanfPut ( fname ) Character(45),intent(in):: fname Integer:: i, ok open ( unit=4,file=fname,iostat=ok,form='unformatted', & status='replace',position='rewind',access=sequential' ) If (ok > 0) Then...
  2. BrooksVH

    Help with Format statement

    Does anybody know how to use format codes to write into a single place on the screen in order to get something that looks like clock hands? I know to use the characters -,\,|,/ to get the desired effect but I need to write them in the same location to get the effect that something is being...
  3. BrooksVH

    Link phase not finding files from library or directory

    The link step with f95 is: D:\Booster>g95 -o bdp.exe bdp.o -I d:\booster -L d:\boosterMyLib D:\MinGW\Disl in\dismg.a -luser32 -lgdi32 bdp.o:bdp.f95:(.text+0x29): undefined reference to `setearthdata_' bdp.o:bdp.f95:(.text+0x2e): undefined reference to `setboostdata_'...

Part and Inventory Search

Back
Top