home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My first plugin in conflict with my torrents - solved
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="aasmund Nordal" data-source="post: 52853" data-attributes="member: 13317"><p>Hello. I have never tried programing before and I hate matematics so I don`t know if I am able to learn it but it would be very cool to make plugins for mediaportal.</p><p></p><p>So I tried to folow the guide but when I created a new project I got this code:</p><p></p><p>[code]using System;</p><p>using System.Collections.Generic;</p><p>using System.Text;</p><p></p><p>namespace ourplugin</p><p>{</p><p> public class Class1</p><p> {</p><p> }</p><p>}</p><p>[/code]</p><p></p><p>instead of this code from the guide:</p><p>[code]namespace OurPlugin</p><p></p><p>{</p><p></p><p>/// <summary></p><p></p><p>/// Summary description for Class1.</p><p></p><p>/// </summary></p><p></p><p>public class Class1</p><p></p><p>{</p><p></p><p>public Class1()</p><p></p><p>{</p><p></p><p>//</p><p></p><p>// TODO: Add constructor logic here</p><p></p><p>//</p><p></p><p>}</p><p></p><p>}</p><p></p><p>}[/code]</p><p></p><p>Is this becouse I use visual studio 2005 and not 2003?</p></blockquote><p></p>
[QUOTE="aasmund Nordal, post: 52853, member: 13317"] Hello. I have never tried programing before and I hate matematics so I don`t know if I am able to learn it but it would be very cool to make plugins for mediaportal. So I tried to folow the guide but when I created a new project I got this code: [code]using System; using System.Collections.Generic; using System.Text; namespace ourplugin { public class Class1 { } } [/code] instead of this code from the guide: [code]namespace OurPlugin { /// <summary> /// Summary description for Class1. /// </summary> public class Class1 { public Class1() { // // TODO: Add constructor logic here // } } }[/code] Is this becouse I use visual studio 2005 and not 2003? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My first plugin in conflict with my torrents - solved
Contact us
RSS
Top
Bottom