In some situations the debugger (VS6 & CFV6.1, CVF6.5) show much interesting things - in the IF TREN ENDIF operator, if it don't have an ELSE part, and condition not right the debugger set cursor to the string before ENDIF or in some comment string in the block IF ENDIF, and even in debug window show how this code (even if commentared) performed!
But really code not performing (thanks) and work perfectly.
I observe this situation only if fortran programs (never in C), what is this?
Archived Visual Fortran (read-only)
Input conversion error
I rewrite a fortran 77 console program into a window application to build a dialog box. All dates should appear in a dialog in edit boxes or combo boxes. I use the fixed form, the same as the old fortran 77 program. I have first written a WinmainProgram and defined: DLGSET = (dlg, IDC_EDIT1, Shurusub)... And in Shurusub: As I copied:
Fortran 2000
Does Compaq/Intel have any plans to release a version of Fortran 2000 (which I know is still in working draft), or at least with partial suport of the new OO friendly features within F2000?
What about other compiler vendors?
vb visual fortran dll file error
I have some code running where my vb code runs from a button click
It calls a fortran dll where I used a file creation to check some things
It runs fine if I keep clicking the button, but if I close the vb form and try
to rerun it, I get the following error
forrtl: severe (30): open failure, unit 2, file c:JackVisualFortran...fort.2
I feel I have seen this before in the distant past with a vax compiler and
I don't remember what is going on
I am closing unit 2 in the fortran file, Is it remaining open when I close the vb form?
COM server errors
I installed Compaq Fortran professional edition for a user under the administrative account, this is the only way software can be installed on a users system. While I am able to see the COM server under tools-customize-addins and macros...the user cannot under their login. I have tried adding the under the security tab with full control but we still cant add the CSADDIN.dll for them. Any suggestions on how to proceed so that this option is available to the user?
Thanks,
Lloyd
COM server errors
I installed Compaq Fortran professional edition for a user under the administrative account, this is the only way software can be installed on a users system. While I am able to see the COM server under tools-customize-addins and macros...the user cannot under their login. I have tried adding the under the security tab with full control but we still cant add the CSADDIN.dll for them. Any suggestions on how to proceed so that this option is available to the user?
Thanks,
Lloyd
Reading the screen bitmap
I would like to click on a button and have the entire screen saved to a
BMP file. I can save the screen contents using PrtSc and pasting the
clipboard into Paint and saving from there. But it would be neater to be
able to do it from within my program. So how do I read the the screen
bitmap? (GETIMAGE only reads the window bitmap)
Bug in CTIME?
I have the following function(originally written for HP-UX FORTRAN) that returns the creation date of a file
What is/was Routine Under0()
I need to recompile an old Fortran program. The first thing it does is call UNDER0(TRUE). I can find no documentation on this library routine. What was its purpose? Is it safe to delete this call? The program SEEMS to work OK without it.
Randy
Can a namelist read a variable array?
Does anyone know if a namelist can read a variable array?
I was wondering if the namelist can first read the array size then read the array values.
Thanks
