- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
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?
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
I don't know if it is of much use, but see my new message "CVF 6.5A Debug Disimprovements"
Bear of little brain
