Thanks - I asked due to the size of the download of the SDK. I didn't want to download another if the one I already had was at the correct version level.
Has this been updated at all? I'm about to dive into this. Is there a newer thread on building mediaportal? It seems that 8 months is a long time between messages.
Its not possible to compile MP using VS 2003 anymore, as it uses .NET 1.1. MP has moved on to .NET 2.0 and therefore VS 2005, and has made use of .NET 2.0 only features, like generics.
Try Visual C# express, which does work with .NET 2.0.
Note: I have been using Visual Studio 2008 express edition and have been making code changes to the configuration app and database.dll. Everything appears to be ok. The project conversion imports the Media Portal solution without any problems.
I have noticed that one of my try/catch blocks in Database.dll executes before the debugger fully attaches and some strangeness happens that I can't explain ... a catch block doesn't appear to execute correctly in a failure condition. Can't use the debugger to investigate.
Hi,
Could someone please explain to a newbie how to get the source code. My immediate "task" is to build the MP so I can use nice VS2008 tools to gain understanding of how MP is constructed and how it works.
I'm also very interested in getting the up-to-date sources for the 1.x series of code. I got my files from the SVN but in the trunk only 0.9.4 is available. There is a tag for 1.0.0 RC3, but this one I don't want to change.
The link provided by flokel gives me an Internal Server Error 500, the documentation thread which is sticky in this forum is outdated (still VS 2003).
Can someone give me and all the other guys interested in active development a step by step guide or at least a working link for a documentation in how to get and build the current release?