dman_lfc said:Figured it out, you had 'return true;' too early... after the Audio Decoder... well i think so anyway so I removed it and it compiled correctly.
However to no effect as the plugin still crashes when I try to set it up using configuration.exe.
Error...
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GUIDTV.FormDTVSetup.findDevices()
at GUIDTV.FormDTVSetup..ctor()
at GUIDTV.GUIDTVSetup.ShowPlugin()
at MediaPortal.Configuration.Sections.Plugins.setupButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
DMAN