Anybody using SharpDevelop for development on MediaPortal (1 Viewer)

A

Anonymous

Guest
Hello everybody!

Does anybody currently use SharpDevelop with MediaPortal? I tried to follow the instructions in the Sticky Note, but I found that these instructions seem to be a little outdated. I did some additonal references, and got a little further, but right now I got an error message I don't really understand.

'/main' can not be used when creating a Module or a Library (CS2017)
This happens in line 0 with no given file or directory

(I have to admit that I am completely new to C# programming, though I have quite a few years of C++ and COM experience).

Actually I would be really happy if I was able to do some first steps with MediaPortal without buying Visual Studio.

Thomas
 
A

Anonymous

Guest
Ok, seems I found that problem:

There was a MainClass declared in GUIRecipies. After removing that, it continued compiling.

Now I am having trouble compiling wmfsdk. It doesn't find Namespace "WaveLib", and I don't have a clue what references to add.
 

Users who are viewing this thread

Top Bottom