Nintendo DS Code Manager: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = Nintendo DS Code Manager | image = File:Ndscodemanagerbeta3.jpg | type = PC utilities | version = Beta 3 Universal Edit...")
 
m (Text replacement - "Category:PC utilities for DS" to "Category:PC Utilities for DS")
 
(20 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]]
|image=Ndscodemanager4.png
| type       = PC utilities
|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.


This program aims to help developers create their Homebrew in a
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.
with a simple graphical interface. It creates "rooms" (commonly called functions) and include source files.
 
If you need more action can simply create your own within the program
and use them whenever you want.


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


==Features==
==Features==
*Simplified use of functions, have prepared several actions within the program, simply elejirlas and click Add. You can also add your own codes.
* Simplified the use of the functions.
*Simple function to include files with definitions
* Simple function to include files with definitions.
*System actions which can be edited, deleted or even add new custom
* System of actions which can be edited, eliminated or even add new personalized ones.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Run Install Manager.exe Nintendo DS Code and follow the steps
 
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)
To uninstall just go Control Panel > Add or Remove Programs (Programs and Features in Windows Vista/7).


==User guide==
==User guide==
An example to simplify the program is as follows:
An example of what the program simplifies is as follows.
In PAlib to display text that we have to write something like this:
 
In PAlib, to display text you must write something like this:


code:
  # Include <PA9.h>
  # Include <PA9.h>
   
   
Line 45: Line 44:
  )
  )


The program includes four actions simply add PA9.ha and understands, then generate the code only or save the project file and copy it to our main.c. Then compile it only remains to prove.
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.
*You can change the name of the function at any time.
* You can change the name of the function at any time.
*Fixed bugs and added several subwindows with keyboard shortcuts for these.
* Fixed bugs and added several subwindows with keyboard shortcuts for these.
*Added option to save the generated code in a *. C
* Added option to save the generated code in a *. C
*Optimized code internally.
* Optimized code internally.
*Fixed a critical error with actions.
* Fixed a critical error with actions.
*Added system variables to make it easy to use actions.   
* Added system variables to make it easy to use actions.   
 
==External links==
* Official website - http://dscodemanager.at.ua
* SceneBeta - https://nds.scenebeta.com/noticia/nintendo-ds-code-manager




[[Category:Homebrew applications]]
[[Category:PC Utilities for DS]]

Latest revision as of 07:45, 4 May 2024

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: