I started another thread talking about NDS Management software that I was going to write. From this, the initial project idea developed into an open source project written in a development environment known as Lazarus. The main concept of Lazarus is Write Once, Compile Anywhere.
The Lazarus development studio is available for download for a number of operating systems including Linux, Mac and Windows. Once you have the studio installed, the code for this project can be compiled without any modification, regardless of what operating system it is on. This makes the NDS Management software truly Cross-Platform
.
The NDS Manangement Software, currently named Vesta, will not reference any database, but instead will pull every bit of information from the ROM itself, making the software completely stand alone.
People are allowed to use the source code for their own uses but are kindly asked that if any good additions are made, to share them with me.
------------------------ Version 2.0 --------------------------------
Nearly ready for source code release however there is a slight problem that I have run into. To include .7z and Rar support, I've had to use DLLs which as far as I am aware are not cross-platform compatable. If there is anyone with a MAC that knows if you can use DLLs then please let me know. At the moment I don't know if I should continue using the DLLs and then it's limited to windows or if to remove .7z support and keep it cross platform compatable.
Any ideas?
The Lazarus Page is located here:
http://www.lazarus.freepascal.org/
The Source code will be located here once it is stable enough for an initial release.
Version 2
Version 1
The Lazarus development studio is available for download for a number of operating systems including Linux, Mac and Windows. Once you have the studio installed, the code for this project can be compiled without any modification, regardless of what operating system it is on. This makes the NDS Management software truly Cross-Platform
The NDS Manangement Software, currently named Vesta, will not reference any database, but instead will pull every bit of information from the ROM itself, making the software completely stand alone.
People are allowed to use the source code for their own uses but are kindly asked that if any good additions are made, to share them with me.
------------------------ Version 2.0 --------------------------------
Nearly ready for source code release however there is a slight problem that I have run into. To include .7z and Rar support, I've had to use DLLs which as far as I am aware are not cross-platform compatable. If there is anyone with a MAC that knows if you can use DLLs then please let me know. At the moment I don't know if I should continue using the DLLs and then it's limited to windows or if to remove .7z support and keep it cross platform compatable.
Any ideas?
The Lazarus Page is located here:
http://www.lazarus.freepascal.org/
The Source code will be located here once it is stable enough for an initial release.
Version 2
Version 1







