These are the sources for the 3rd part of the
Win32-Asm-Tutorial (reduced to the absolutely needed
for the Hugi).

The following files are included:

make.bat     : Builds the executable files
meinicon.ico : An Icon for the example program
birne.ico    : another one
cursor.cur   : A cursor for the proggy

win003.asm    : Source for TASM/MASM
blitproc.inc
cleanup.inc
startup.inc
msgproc.inc
win003_n.asm  : Source for NASM
blitproc_n.inc
cleanup_n.inc
startup_n.inc
msgproc_n.inc

nddraw.inc: DirectDraw include file for NASM
ddraw.inc : DirectDraw include for TASM/MASM

mmsystem.inc: Multimedia include file for TASM

win003.exe   : EXE made out of TASM/MASM Source
win003_n.exe : EXE made out of NASM Source

win003.rc    : Ressource Skript for the Ressource Compiler


If you are still not having the Win32-API Docs yet, you may
get them from Borland (Windows HLP - format). They are a part
of the C++ / Delphi helpfiles:

ftp://ftp.borland.com/pub/delphi/techpubs/delphi2/win32.zip
http://www.borland.com/devsupport/borlandcpp/patches/BC52HLP1.ZIP

Also get the DirectX SDK somewhere...

If there are further questions or problems, just
mail me : ts@deinmeister.de

 T$



