Open Source Tools for development

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
mgcristino
New MMEX User
Posts: 1
Joined: Sat Jan 17, 2009 12:59 am

Open Source Tools for development

Post by mgcristino »

Hi,

what open source tools could i use to use for development Money Manager?

(newbie question)
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: Open Source Tools for development

Post by madhan »

I am assuming you are going to develop in Windows. In that case, you need Visual Studio 2008 C++ Express edition (which is free) + the Platform SDK(free) + wxWidgets(free)
You can download MMEX source code from sourceforge.net via SubVersion.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Open Source Tools for development

Post by Nikolay »

Hi,

It will require utilities to work with the repository.

TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows.
http://tortoisesvn.tigris.org/

How to start working Visual Studio 2008 C++ Express edition:
http://social.msdn.microsoft.com/Forums ... 6301486646
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Open Source Tools for development

Post by Nikolay »

Post Reply