How to use this smaple:

First I got to say I did not add the compiled DLL and the Application because it would
increase the size of the archive file and this means for me more online cost to upload
and for you also means more online cost in case of downloading.


What you got to do to see the wonder of API Functions:

1- Unzip the archive.
2- If you did unzip the archive in the original folder structure you must have this:

   ..\ActionInDll
           |
           |-------TheDllProject
	   |
	   |-------TheProgramProject

3- Load Delphi
4- Load the AboutDLL.dpr
5- Choose Build All in Delphi. The result is a DLL file Called AboutDLL
6- Unload the project and Load the TheProjectMain.dpr which is in the TheProgramProject
   Folder.
7- Compile the project.
8- To run the app you must have the AboutDll.Dll in the same directory as the TheProjectmani.exe
   If not you recive an Error. So copy the AboutDll.Dll to the TheProgramProject
9- Run the Application.


Atention 1: Please do not change the names until you have run at least once the sample and 
see the result. Then you can add or remove stuff if you want.

Atention 2: Ver.res is a resource file. Inside this file there exist a nonsence resource 
information file as sample. To add your own version resources do what you usually do for 
adding resources.

Note1: The File Version routines can be modified somehow that get information about other
files than your own application.


Thats all.


Alex Wernhardt
HelpMakers@t-online.de   