12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>SETMESSAGEQQQuickWin Subroutine: Changes QuickWin status messages, state messages, and dialog boxmessages. This subroutine is only available on Windows* systems.Module: USE IFQWINSyntaxCALL SETMESSAGEQQ (msg, id)msg(Input) Character*(*). Message to be displayed. Must be a regular <strong>Fortran</strong> string, not a C string.Can include multibyte characters.id(Input) INTEGER(4). Identifier of the message to be changed. The following table shows themessages that can be changed and their identifiers:IdMessageQWIN$MSG_TERM"Program terminated with exit code"QWIN$MSG_EXITQ"\nExit Window?"QWIN$MSG_FINISHED"Finished"QWIN$MSG_PAUSED"Paused"QWIN$MSG_RUNNING"Running"QWIN$MSG_FILEOPENDLG "Text Files(*.txt), *.txt; Data Files(*.dat), *.dat; All Files(*.*), *.*;"QWIN$MSG_BMPSAVEDLG "Bitmap Files(*.bmp), *.bmp; All Files(*.*), *.*;"QWIN$MSG_INPUTPEND"Input pending in"QWIN$MSG_PASTEINPUTPEND "Paste input pending"QWIN$MSG_MOUSEINPUTPEND "Mouse input pending in"QWIN$MSG_SELECTTEXT "Select Text in"QWIN$MSG_SELECTGRAPHICS "Select Graphics in"QWIN$MSG_PRINTABORT "Error! Printing Aborted."QWIN$MSG_PRINTLOAD"Error loading printer driver"QWIN$MSG_PRINTNODEFAULT "No Default Printer."QWIN$MSG_PRINTDRIVER "No Printer Driver."QWIN$MSG_PRINTINGERROR "Print: Printing Error."QWIN$MSG_PRINTING"Printing"QWIN$MSG_PRINTCANCEL "Cancel"2-412

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!