Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Fortran 77 Mac toolbox problem
Name: tom Date: February 13, 2002 at 07:03:42 Pacific
Comment:
I'm having problems with a piece of code that needs to alternately display a toolbox derived dialog box, then do some basic file operations (using the fortran open, read, etc commands, not the toolbox versions). Each type of operation works perfectly when they are not interleaved, i.e. dialog call followed by dialog call or file op followed by file op, but when I interleave them, starting with a dialog call, the second time a dialog operation is called the new dialog does not get assigned an address. Anyone have any ideas what could be wrong?
Summary: There are many languages to learn and which one you choose depends a lot on what sort of problems you are facing, how quickly you must get up to speed, whether you need much/little support, whether yo...
Summary: I keep getting mathematical errors when trying to use numbers greater than about 2^32 in Fortran 77. I have to do this project in FORTRAN and as of now I can't see of any way to avoid using the multi...
Summary: I have an old program written in Fortran 4 that runs on Windows 95 and DOS but doesn't run under new Windows version (XP or 2000). I need to run it on Windows XP. Is there anyway I can convert the cod...