Quote:
|
Originally Posted by eagle How did you get the cvs-checkout?
I got my copy via Wincvs Version 2.012 or so. For my first attempts I used the source-code which I downloaded from sourceforge and had the same problems as you.
Now, with cvs-checkout-source, VC# 2005 Express made a built without errors and warnings. But the mediaportal.exe is very small and only the Config-Dialog is executed when I start mediaportal.exe.
I really don't know what is going wrong. Maybe there's somebody how can lead me to the right way to compile MP with VC# 2005 Express
eagle |
eagle,
The MP exe is pretty small (~232KB compiled in debug mode) so what you're seeing is likely OK. Also, MP launches the config wizard on the first launch if it can't find the MediaPortal.xml file, which is normal if it's the first time you've launched MP.
jgranie,
I had similar problems when I first installed C# Express. While there may be a more elegent fix, I fixed it by starting from scratch by nuking my mediaportal cvs folder and by doing a CVS checkout. The "solution items : solution folders are not supported" shouldn't stop you from building the solution.
Hope this helps -- Steve