runtime.dll patch fr Blitz3D/BlitzPlus
---------------------------------------------

Problem: Wenn Blitz3D/BlitzPlus Programme auf Windows 8, 8.1 oder 10,
         gestartet werden, erscheint ein Dialog der die Installation von
         DirectPlay fordert.

Dieser Patch deaktiviert DirectPlay in Blitz3D/BlitzPlus und dieser
Dialog wird damit nicht ausgelst.
Du musst deine Programme neukompilieren.
Kompiliere keine Programme, die DirectPlay nutzen, mit diesen DLLs

Installation:
1. Gehe zu deinem blitz3d/blitzplus Ordner
2. Gehe in den bin/ Ordner
3. Kopiere die runtime.dll und runtime_dbg.dll (only b+) an einen
   anderen Ort und behalte sie als Backup, falls du etwas mit DirectPlay
   kompilieren willst
4. Kopiere die DLLs aus diesem Archiv in den bin/ ordner (benutze
   die richtige Version fr dein jeweiliges Blitz-Produkt)

Jetzt ffne deine IDE erneut und kompiliere deine Programme


runtime.dll patch for Blitz3D/BlitzPlus
---------------------------------------------

Issue: when launching Blitz3D/BlitzPlus programs on Windows 8, 8.1 or 10,
       a dialog appears which demands the user to activate DirectPlay

This patch deactivates DirectPlay in Blitz3D/BlitzPlus and the dialog
won't appear.
You have to recompile your programs after installation
Don't compile programs that use any DirectPlay features with
these DLLs 

Installation:
1. go to your blitz3d/blitzplus installation folder
2. go to bin/ folder
3. copy the runtime.dll and runtime_dbg.dll (only b+) somewhere else
   keep them as backup for when you need DirectPlay
4. copy the DLLs over from this archive (use the version appropriate
   for your Blitz product) into the bin/ directory

Now restart the IDE and compile your programs


