AMIP SDK v1.3

Files:
=====================
- ac
  - examples    - folder with some API usage examples and Makefile
  - Release
      ac.dll    - the main library, should be in the application dir when your run it
      ac.lib    - link your C/C++ project with this library to get necessary symbols
    ac.h        - header file with all API functions and documentation
- ac_client     - sample client application, build, copy ac.dll to the executable directory and run
- ac_mirc       - mIRC API documentation and additional files
- bindings      - API bindings for different languages

Notes:
  - Client application can be built with VC 7.1 or later
  - examples can be built using MinGW
  - If you have any questions, please ask at
    http://amip.tools-for.net/board/index.php?showforum=8
