Nintendo DS Code Manager: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = Nintendo DS Code Manager
|title=Nintendo DS Code Manager
| image       = [[File:Ndscodemanagerbeta3.jpg|300px]]
|image=Ndscodemanager4.png
| type       = PC utility
|description=Code a homebrew without understanding variables or functions.
| version     = Beta 3 Universal Edition
|author=Almamu
| licence    = Mixed
|lastupdated=2010/12/11
| author      = Almamu
|type=Development Tools
| website     = http://dscodemanager.at.ua/
|version=Beta 3
| download    = Media:Ndscodemanagerbeta3.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/ndscodemanager.7z
}}  
|website=http://dscodemanager.at.ua
 
}}
Nintendo DS Code Manager (Spanish) is a program that aims to help developers create homebrews with a simple graphical interface. It creates "rooms" (commonly called functions) that allos you to include source code files in a simple way.  
Nintendo DS Code Manager (Spanish) is a program that aims to help developers create homebrews with a simple graphical interface. It creates "rooms" (commonly called functions) that allos you to include source code files in a simple way.  


To simplify the use of functions, there are several actions included within the program, simply choose add to use them or you can write your own codes.
To simplify the use of functions, there are several actions included within the program, simply choose add to use them or you can write your own codes.


It was participated in the [https://nds.scenebeta.com/noticia/nintendo-ds-code-manager Scenery Beta 2010], Applications PC division.
It was participated in the Scenery Beta 2010, Applications PC division.


==Features==
==Features==
Line 43: Line 43:
  while (1) PA_WaitForVBL ();
  while (1) PA_WaitForVBL ();
  )
  )
 
With this program you simply include 4 actions and add PA9.h to the includes, then generate the code (or save the project file) and copy it to your main.c. The remaining part is to compile your homebrew and to test it.
With this program you simply include 4 actions and add PA9.h to the includes, then generate the code (or save the project file) and copy it to your main.c. The remaining part is to compile your homebrew and to test it.
 
==Changelog==
==Changelog==
'''Beta 3'''
'''Beta 3 Universal Edition'''
* Now you can use global variables.
* Now you can use global variables.
* Now you can add define.
* Now you can add define.
Line 57: Line 57:
* Added system variables to make it easy to use actions.   
* Added system variables to make it easy to use actions.   


<br>
==External links==
* Official website - http://dscodemanager.at.ua
* SceneBeta - https://nds.scenebeta.com/noticia/nintendo-ds-code-manager
 
[[Category:DS homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:PC utilities for DS]]
[[Category:PC utilities for DS]]

Latest revision as of 13:10, 9 February 2022

Nintendo DS Code Manager
Ndscodemanager4.png
General
AuthorAlmamu
TypeDevelopment Tools
VersionBeta 3
LicenseMixed
Last Updated2010/12/11
Links
Download
Website

Nintendo DS Code Manager (Spanish) is a program that aims to help developers create homebrews with a simple graphical interface. It creates "rooms" (commonly called functions) that allos you to include source code files in a simple way.

To simplify the use of functions, there are several actions included within the program, simply choose add to use them or you can write your own codes.

It was participated in the Scenery Beta 2010, Applications PC division.

Features

  • Simplified the use of the functions.
  • Simple function to include files with definitions.
  • System of actions which can be edited, eliminated or even add new personalized ones.

Installation

Download and extract file.

Run Install Manager.exe Nintendo DS Code and follow the steps.

To uninstall just go Control Panel > Add or Remove Programs (Programs and Features in Windows Vista/7).

User guide

An example of what the program simplifies is as follows.

In PAlib, to display text you must write something like this:

# Include <PA9.h>

int main () (
PA_Init ();
PA_InitText (0, 0);
PA_InitText (1, 0);
PA_OutputSimpleText (0, 0, 0, "Hello World!");
while (1) PA_WaitForVBL ();
)

With this program you simply include 4 actions and add PA9.h to the includes, then generate the code (or save the project file) and copy it to your main.c. The remaining part is to compile your homebrew and to test it.

Changelog

Beta 3 Universal Edition

  • Now you can use global variables.
  • Now you can add define.
  • You can change the name of the function at any time.
  • Fixed bugs and added several subwindows with keyboard shortcuts for these.
  • Added option to save the generated code in a *. C
  • Optimized code internally.
  • Fixed a critical error with actions.
  • Added system variables to make it easy to use actions.

External links

Advertising: