Using Intel® Visual Fortran to Create and Build Windows*-Based Applications

ID 757211
Date 7/23/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-75D0C54C-14EF-4FEB-A2BE-557664D59AC1

Document Table of Contents

Defining an About Box

The ABOUTBOXQQ function specifies the message displayed in the message box that appears when the user selects the About command from a QuickWin application's Help menu. (If your program does not call ABOUTBOXQQ, the QuickWin run-time library supplies a default string.) The message string must be a null-terminated C string. For example:

  USE IFQWIN
  INTEGER status
  status = ABOUTBOXQQ ('Sound Speed Profile Tables Version 1.0'C)