Contents | Prev | Next

1.4.4 The hello world sample program (Windows API version)

One of the sample programs included with Irie Pascal is named hellowin, and is a Windows API version of the hello program. When the hellowin program is run, it uses the Windows API to display the message "Hello world!" in a Windows message box. NOTE: Because this program uses the Windows API directly, it can only be run in Windows (or possibly in a Window emulator running on some other platform).

Contents | Prev | Next