Active Worlds Software Development Kit Version 3.6 (Build 41)
Copyright  1998-2005 Activeworlds Inc.
All Rights Reserved.

For detailed instructions, please see view the complete SDK
documentation online at:

http://www.activeworlds.com/sdk


Description of Contents:

AW.DLL          Active Worlds SDK DLL.  Place this file in the same 
                directory as your SDK application, or anywhere on 
                your DLL search path (e.g. c:\windows)

AW.LIB          SDK export library.  Include this file in the link 
                stage of your SDK application build.  Under Visual 
                C++, simply add this file to your project.

AW.H            SDK header file.  Include this file in every source 
                file in your application that accesses the SDK.

AW_STATIC.LIB   Static library version of the SDK.  To use this
                version instead of AW.DLL, link to this file instead 
                of AW.LIB and #define AW_STATIC before including AW.H 
                in your source code. You might need to link with msvcrt.lib
                insteed of libc.lib since build 39.

LICENSE.TXT     The SDK software license.  By using the SDK you
                are agreeing to be bound by the terms of this license.