Readme-CTR_NEX-3_8_3-en.html

CTR-NEX 3.8.3

Contents

  1. Introduction
  2. System Requirements
  3. Operating Environment
  4. Installation
  5. How to Use
  6. Known Bugs
  7. File List
  8. Building Samples
  9. Notes
  10. Specifications
  11. Comments and Notes About License Information

1. Introduction

This package is the expanded communication library for CTR and includes functions for peer-to-peer communication, matchmaking, and ranking.
For the revision history of this library, see document/manual/history.html.
For a summary of changes from CTR-NEX 2.7.3, see document/manual/difference_from_nex_2_x.html.

Back to top

2. System Requirements

The CTR-SDK must be installed to build CTR-NEX.

Back to top

3. Operating Environment

CTR-SDK CTR-SDK 11.0.0

The versions of the compiler and debugger are the same as the SDK version in the confirmed operating environment. For more information about the confirmed operation status of the newest CTR-SDK, see the latest information on the download site.
Back to top

4. Installation

Expand this package in a directory whose name includes neither spaces nor Japanese characters.
The following environment variables must be set to build the sample demo.

Back to top

5. How to Use

Set the following path as the include path, and include nex.h.

$(CTRNEX_ROOT)\include

Link the libraries in the following path according to the build target.

$(CTRNEX_ROOT)\libraries

Back to top

6. Known Bugs

For the latest information, including information about bugs identified after the release, see the Technical Information section of the Nintendo Developer Portal.

Back to top

7. File List

Back to top

8. Samples

Building Samples

Run omake in $(CTRNEX_ROOT)/Sample.

You need the lib_demo library to build the sample.
To build the lib_demo library, run omake in SampleDemos/common of the sample demo package that was published together with the CTR-SDK.

String Notation in Samples

In the sample program code, wide characters strings are written by wrapping the string in the _T macro (for example, _T("foo")).

Back to top

9. Notes

Back to top

10. Specifications

Back to top

11. Comments and Notes About License Information

This library includes software developed by Quazal Technologies Inc.
However, direct all requests for support and queries concerning this library to Nintendo.

Back to top

CONFIDENTIAL