The mercurial repository for echotracker is available here: http://www.echotracker.com/hg/EchoTracker
We strongly encourage you to join the developer mailing list if you're going to be doing any meaningful work on the echotracker: http://lists.echotracker.com/listinfo/dev
Getting started:
- Use mercurial to clone the repo:
hg clone http://www.echotracker.com/hg/EchoTracker
- Open the Echotracker.sln solution in Visual Studio.
- Build the project in Visual Studio.
- If the build was successful you should be able to run Microsoft Outlook and see the echotracker appear.
- If you want to debug the echotracker, go into the EchoTracker project options, select the 'Debug' tab and put the path to your version of Microsoft Outlook (2003 is C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE, 2007 is C:\Program Files\Microsoft Office\OFFICE12\OUTLOOK.EXE"). You should be able to run Outlook by simply typing F5 and step into the echotracker.
