Software Archive
Read-only legacy content
17061 Discussions

"Screen Flash" under 6.5A

Intel_C_Intel
Employee
354 Views
We have recently upgraded to Compaq Fortran 6.5 and are having some problems with our QuickWin Applications; these applications are initiated from a Visual Basic Program. All of our QuickWin Applications have the following lines at the beginning of the program:

PROGRAM Example
USE MSFLIB
TYPE (QWINFO) winfo
winfo.TYPE = QWIN$MAX
status = SETWSIZEQQ(0, winfo)

and the following at the end of the program:

i = setexitqq(QWIN$EXITNOPERSIST)
END

When compiled/linked under Compaq Fortran 6.1, everything worked fine. When compiled and linked under Compaq Fortran 6.5, the screen "flashes" or "blinks" when the QuickWin application is started. The application executes properly but why do we get this "flashing"? Is there something additional required in the QuickWin application?
0 Kudos
1 Reply
Intel_C_Intel
Employee
354 Views
Alan,

I don't know if it is of much use, but see my new message "CVF 6.5A Debug Disimprovements"

Bear of little brain
0 Kudos
Reply