home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / tpwfort / tpw&fort.doc < prev    next >
Text File  |  1992-06-12  |  879b  |  25 lines

  1. Call a Microsoft FORTRAN subroutine from TP for Windows:
  2.  
  3. This archive contains a very crude example of how to combine
  4. a Turbo Pascal for Windows program with a FORTRAN subroutine
  5. compiled under Microsoft FORTRAN 5.1 as a dynamic link library.
  6.  
  7. It is pretty crude but illustrates a successful attempt to
  8. set up and call a FORTRAN subroutine from TPW. Maybe someone
  9. will find it helpful.
  10.  
  11. The FORTRAN-derived DLL causes a GP Fault which kills the
  12. Program Manager if you try to run the program under the
  13. OS/2 2.0's WIN-OS/2 pseudo-Windows option.
  14.  
  15.  
  16. I have not found any other problems with running the program,
  17. but, of course, disclaim responsibility for any adverse effects
  18. suffered by anyone else who actually tries to use the program.
  19. After all, you compile and link it yourself.
  20.  
  21. A. Miller
  22. Internet: miller@nmsu.edu
  23. P.O Box 3512; Las Cruces, NM 88003
  24. 
  25.