These are the sources for the 4th 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

win004.asm    : Source for TASM/MASM
cleanup.inc
startup.inc
msgproc.inc
rdfile.inc    ;reads a file into mem
thrd1.inc     ;code for first thread and some functions
thrd2.inc     ;code for second thread
thrd34.inc    ;code for third and fourth thread

back.raw  ;background image
boat.raw  ;boat sprite
moon.raw  ;moon sprite
sun.raw   ;sun sprite

win004_n.asm  : Source for NASM
cleanup_n.inc
startup_n.inc
msgproc_n.inc
rdfile_n.inc  ;reads a file into mem
thrd1_n.inc   ;code for first thread and some functions
thrd2_n.inc   ;code for second thread
thrd34_n.inc  ;code for third and fourth thread

win004.exe   : EXE made out of TASM/MASM Source
win004_n.exe : EXE made out of NASM Source

win004.rc    : Ressource Skript for the Ressource Compiler

for other files see previous tutorials or take a look at

http://win32asm.cjb.net
http://www.deinmeister.de/wasmtute.htm (english)
http://www.deinmeister.de/wasmtut.htm  (deutsch)

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$



