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

The following files are included:

gorc.exe     : For Free Ressource-Compiler by Jeremy Gordon
               http://ourworld.compuserve.com/homepages/jorgon/
               jorgon@compuserve.com

make.bat     : Builds the executable files
meinicon.ico : An Icon for the example program

win001.asm   : Source for TASM/MASM
win001_n.asm : Source for NASM

win001.exe   : EXE made out of TASM/MASM Source
win001_n.exe : EXE made out of NASM Source

win001.rc    : Ressource Skript for the Ressource Compiler

Do not wonder if some are not in this archive: For file-size
purposes, some are only inside the german zip file.

The following files are missing - get them yourselves:


For NASM:

nasmw.exe
alink.exe      (other linkers are possible, too. I have only tested this one)
win32n.inc   : NASM - Version of the windows-include-lib
win32.lib    : Win32 Library for ALINK


For TASM:

TASM 4.0 or better
including import32.lib 
and       windows.inc


For MASM:

MASM x.x
mit ML.EXE   (the Assembler)
    windows.inc (see above)
    LINK.EXE
    CVTRES.EXE
    user32.lib
    kernel32.lib
    mspdb50.dll


ALINK and Win32.lib are available at:
 http://alink.home.dhs.org/

NASM at:
 http://www.web-sites.co.uk/nasm/

win32n.inc for NASM resides at:
 http://rs1.szif.hu/~tomcat/win32
 (nach Win32NASM - Toolkit suchen)

MASM can be leeched from:
 http://www.pbq.com.au/home/hutch/masm.htm


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

 T$



