$TwlSystem/build/demos/mcs
Move to the $TwlSystem/build/demos/mcs
directory and run:
% make
Executable files (NEF and SRL files) are generated in:
$TwlSystem/build/demos/mcs/(sample name)/nitro/bin/(platform)/(target)/
For example:
$TwlSystem/build/demos/mcs/basic/nitro/bin/ARM9-TS/Release/
The MCS library is used for debugging, so the (platform) directory does not normally operate with "Rom" version executable files.
There are two types: the C++ version; and the C# version.
To compile a program, you must have Visual Studio 2005 or later installed.
Move to the $TwlSystem/build/demos/mcs/(sample name)/win
directory and open the (sample).sln
file. Next, build in Visual Studio. Executable files are created in:
$TwlSystem/build/demos/mcs/(sample name)/win/(target)/
For example:
$TwlSystem/build/demos/mcs/basic/win/Release/
To compile a program, you must have Visual Studio 2008 or later installed.
Move to the $TwlSystem/build/demos/mcs/(sample name)/win_csharp
directory and open the (sample).sln
file. Next, build in Visual Studio. Executable files are created in:
$TwlSystem/build/demos/mcs/(sample name)/win_csharp/bin/(target)/
For example:
$TwlSystem/build/demos/mcs/basic/win_csharp/bin/Release/
Start the mcs server and connect it with the Nintendo DS hardware.
Open the SRL file in the $TwlSystem/build/demos/mcs/(sample name)/bin/(platform)/(target)
directory. After a moment, the program starts on the Nintendo DS hardware.
For the basic
sample, also run a Windows program under either of the directories below.
$TwlSystem/build/demos/mcs/basic/win/(target)
$TwlSystem/build/demos/mcs/basic/win_csharp/bin/(target)/
basic (DS source) (Windows source) |
Moves the picture displayed on the Nintendo DS BG screen in accordance with the coordinate data sent from the Windows program side. If one Windows program has been started, the picture will scroll from side to side. If two Windows programs have been started, the picture will scroll diagonally. |
file_io (DS source) |
Loads the file from the PC and, after its contents have been reversed, writes a new file back to the PC. |
Normal operation for all of the samples using IS-NITRO-EMULATOR and Ensata has been confirmed.
An Overview of the MCS Functions
2005/04/04 Corrected an error in a directory path.
2005/01/28 Initial version.
CONFIDENTIAL