home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
SAMPLES
/
TUTOR01.PRG
< prev
next >
Wrap
Text File
|
1994-06-04
|
775b
|
26 lines
//----------------------------------------------------------------------------//
// FiveWin 1.5 - Tutorial
// (c) A.Linares, F.Pulpón 1993-4
//
// Para construir: BUILD Tutor01
// To build: BUILD Tutor01
//----------------------------------------------------------------------------//
// El típico ejemplo de bienvenida, desde Windows!
// Typical Welcome message, from Windows!
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function Main()
SET 3DLOOK ON
MsgInfo( "FiveWin 1.5" + Chr( 13 ) + "(c) A.Linares & F.Pulpon, 1993-4",;
"Clipper for Windows Library" )
return nil
//----------------------------------------------------------------------------//