Page 1 of 1

Open Source Tools for development

Posted: Sat Jan 17, 2009 1:01 am
by mgcristino
Hi,

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

(newbie question)

Re: Open Source Tools for development

Posted: Sat Jan 17, 2009 3:33 am
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.

Re: Open Source Tools for development

Posted: Fri Aug 14, 2009 7:16 am
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

Re: Open Source Tools for development

Posted: Tue Sep 29, 2009 11:05 am
by Nikolay