
 In this directory are some samples showing how to use the WinInc
 include files for Win32.


 Name       PoAsm comment
 ----------------------------------------------------------------
 WinCUI1    yes   "hello world" Win32 console sample (native Win32)
 WinCUI2    yes   "hello world" Win32 console sample (CRT)
 WinGUI1    yes   "hello world" Win32 GUI sample using a window
 WinGUI2    yes   Win32 GUI sample using a dialog box and controls
 SockHttp   yes   reading a file via HTTP (sockets API)
 WinINet    yes   reading a file via HTTP (WININET API)
 OpenGL1    yes   OpenGL      sample (by Franck Charlet)
 DDraw1           DirectDraw fullscreen sample (by Diamond Crew)
 DDraw2           shows a bitmap in a window, using DirectDraw
 Dir3D1           Direct3D    sample (by Scott Johnson)
 DInput1          DirectInput sample
 DSound1          DirectSound sample
 DSound2          DirectSound sample using Play Buffer Notification
 ODBC1            database access with ODBC
 ADO1             database access with ADO
 SimplSvr         COM automation server dll (custom interface)
 AsmCtrl          COM ActiveX control (just a link for download)
 CDBAsm           mini debugger, show usage of Debug Engine API
 ReadTOC          read and display the TOC of an Audio CD

 Please note that a NMake/WMake compatible make utility is used to build
 the samples. JWasm + WLink [+ WRC] are the default tools to be used, by 
 running NMake/WMake with parameter "masm=1", Masm + MS Link [+ MS RC] are
 used instead.
 
 About OW WLink: the original OW Wlink has a small peculiarity regarding
 modules in COFF format, which requires that JWasm is launched with option
 -zzs. However, in the samples it is assumed that a fixed WLink binary
 is used which doesn't require this hack. Such a fixed binary can be 
 downloaded from http://www.japheth.de/JWasm.html.

