MemAccess Library 1.4 Evaluation Version
Copyright (c) 1997-2006 Hai Li, Zeal SoftStudio.
E-mail: info@zealsoft.com
Homepage: http://www.zealsoft.com/
Date: July 20, 2006

Description
-----------
MemAccess Library gives programmers control of hardware devices from Windows (Win32 & x64) application without using the Windows Drivers Development Kit (DDK). The tool allows real-time direct access to memory mapped I/O. Typical applications include ISA or PCI bus devices. MemAccess Library is also an ideal replacement of old BASIC Peek or Poke statement. MemAccess Library provides support for Windows 95/98/Me and Windows NT/2000/XP/Server 2003. 

You need administrative right to install this product. After installation, any users can use this product. This version supports both administrator and non-administrator accounts.

Registration
------------
The non-evaluation use of MemAccess Library in a business, commercial, government or institutional environment requires a license. Please read memacc.hlp for details. The registered version will not show the nag screen.

History
-------
1.4	Support Windows XP/Server 2003 x64 edition
	Add maIsWin64 function
	Add maGetPCIDeviceInfo function
	Change the help document from WinHelp (.hlp) to HTML Helep (.chm)
1.3
	Add Merge Module for Windows Installer(Registered version only).
	Add stand-alone driver setup program(Registered version only).
	Fix the bug that C# samples will crash if the driver is not installed properly(#50009).
	Fix the bug that maOpenLibrary occasionally returns false even if the driver is running(#50010).
	Add Delphi for .NET samples
	Add PowerBASIC samples
	Add C#Builder samples
1.2	
	Fix the bug that maGetDeviceBaseAddress returns incorrect value when there are multiple instances of same card under Windows NT/2000/XP.
	Add Visual Basic.Net samples.
	Add Visual C# samples.
	Add printable manual (.PDF).
1.1	
	Fix the bug that maPoke function doesn't work.
	Improve the MemTest sample.
1.0 	
	Initial Version.