Readme-QRE-1_3_5.html

QRE Ver 1.3.5

Contents

  1. Introduction
  2. Notes
  3. Notes About Copyright Information
  4. System Requirements
  5. Operating Environment
  6. Installation
  7. Known Bugs
  8. Package Structure
  9. Related Documents
  10. Revision History

1. Introduction

This package is the QR Code Encoder Middleware Library. You can use this package to encode QR Code patterns.

This package can be used in retail products.

Back to top

2. Notes

Use this package only in a Nintendo 3DS environment.

Back to top

3. Notes About Copyright Information

QR Code is a registered trademark of Denso Wave, Inc. If you use a QR Code, you must follow the copyright rules prescribed by Denso Wave, Inc..

Back to top

4. System Requirements

The following development environment is required in order to run this package.

Back to top

5. Operating Environment

This package has been confirmed to run with the following versions of the development environment.

In addition, the following version of the sample demo library is used for sample demos.

Back to top

6. Installation

Package Location

Extract this package to any directory. We recommend that you put this package in a directory with a path that does not include spaces or double-byte characters. Once you have put the package in the chosen directory, run setup.wsf to set the CTRMW_QRE_ROOT environment variable to the absolute path of the root directory of the package.

Incorporating This Middleware Into Your Application

Link to the following header files and libraries to include this middleware in an application.

Header File
include/mw/qre/qre.h

Libraries
library/(platform)/(target)/libmw_qre.fast.a (or *.small.a)

Back to top

7. Known Bugs

For the latest information, including information about bugs discovered since the last release, see the Technical Information section of the Developer Support website.

Back to top

8. Package Structure

This package has the following structure.
Note: Not all of the files are listed.

CTR_MW-QRE/
    |
    +- documents/
    |    |
    |    +- API/
    |         |
    |         +- index.html ... API Reference
    |
    |
    +- include/
    |    |
    |    +- mw/
    |         |
    |         +- qre/
    |               |
    |               +- qre.h ... Header file
    |
    +- libraries/
    |    |
    |    +- (Platform)/
    |         |
    |         +- (target)/
    |              |
    |              +- libmw_qre.fast.a ... Library files
    |              +- libmw_qre.small.a
    |
    +- sampledemos/ ... Sample demos (1 total)
    |    |
    |    +- EncodeSample
    |
    |
    +- Readme-QRE-1_3_5.html ... This readme file

Back to top

9. Related Documents

For more information about each function and to learn how to run the sample demos, see the API Reference.
QR Code Encoder Middleware Library API Reference Manual

Back to top

10. Revision History

- Version 1.3.5 (2014-03-25)
- Version 1.3.5 (2014-01-16)
- Version 1.3.4 (2013-08-30)
- Version 1.3.3 (2013-08-01)
- Version 1.3.2 (2013-02-22)
- Version 1.3.1 (2013-01-18)
- Version 1.3.0 (2013-01-07)
- Version 1.2.4 (2012-04-05)
- Version 1.2.3 (2011-10-18)
- Version 1.2.2 (2011-10-18)
- Version 1.2.1 (2011-10-13)
- Version 1.2.0 (2011-09-29)
- Version 1.1.0 (2011-03-11)
- Version 1.0.5 (2011-02-28)
- Version 1.0.4 (2010-12-20)
- Version 1.0.3 (2010-12-16)
- Version 1.0.2 (2010-11-18)
- Version 1.0.1 (2010-11-08)
- Version 1.0.0 (2010-07-15)

Back to top

CONFIDENTIAL