AutoCAD HatchPattern Control Version 1.2

HatchPattern is provided "AS IS" without any expressed or implied warranty. You are free to use, reverse engineer, modify and redistibute it.

CONTENTS:

* Introduction
* How to install
* Notes
* Revision History

Introduction
============

HatchPattern is an OCX that displays hatch patterns defined according to the AutoCAD convention. (See the AutoCAD Customization Guide for details on pattern defintion.)

How to install HatchPattern
===========================

The zip file you received should contain the following files:

ReadMe.txt
HatchPattern.ocx
HatchPattern.hlp
HatchPattern.cnt

---IMPORTANT---
To be able to use HatchPattern you must have the following files installed on your system:
MSVCRT.DLL
MFC42.DLL
OLEPRO32.DLL
REGSVR32.EXE

This files are installed by MSVC 4.2b or higher (and other MS products) so I suppose you have them. 
The reason for not distributing them is that they would make the zip much larger and I think all potential users of this control have them anyway.
However, you can download the DLLs from Microsoft.
REGSVR32.exe is a simple registration utility. Most control containers (for example Visual Basic) can register HatchPattern for you.

Steps to install HatchPattern 

1. Copy the files into a folder
2. Run Regsvc32 with HatchPattern.ocx as an argument
	for example:
		regsvr32 c:\<YOURINSTALLDIRECTORY>\HatchPattern.ocx

You can use other registration methods. Please refer to the documentation that comes with your development environment.

Notes
=====

-HatchPattern includes no UNICODE support as of this release.

Revision History
================

1.0 
-Initial Implementation
1.1
-Fixed defect after a bug report
1.2
-Fixed type library problem 