Hi,
I followed the instructions, got the files with WinCVS etc, but when I try to compile (with VS C# Express) I get a bunch of error messages, mostly that it can't find certain files. Any chance anyone can tell me why/ help me in the right direction?? I'm eager to start developing plugins!!!
Cheers,
Jens
Errors:
Error 13 Source file 'C:\mediaportal\Dialogs\Dialogs\VirtualWebKeyboard.cs' could not be opened ('The system cannot find the file specified. ') Dialogs
Error 14 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found TVCapture
Error 15 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found RemotePlugins
Error 16 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found ProcessPlugins
Error 17 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found ProcessPlugins
Error 18 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found ProcessPlugins
Error 19 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found WindowPlugins
Error 20 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found WindowPlugins
Error 21 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found MediaPortal.Configuration
Error 22 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found MediaPortal.Configuration
Error 23 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found MediaPortal
Error 24 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found MediaPortal
Error 25 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found MediaPortal
Warnings:
Warning 1 'EnterpriseDT.Net.Ftp.FTPClient.FTPClient(string, int)' is obsolete: 'This constructor is obsolete; use the default constructor and properties instead' C:\mediaportal\Core\Util\FtpConnectionCache.cs 204 36 Core
Warning 2 'EnterpriseDT.Net.Ftp.FTPClient.TransferComplete' is obsolete: 'Use TransferCompleteEx' C:\mediaportal\Core\Util\FtpConnectionCache.cs 300 11 Core
Warning 3 'EnterpriseDT.Net.Ftp.FTPClient.TransferComplete' is obsolete: 'Use TransferCompleteEx' C:\mediaportal\Core\Util\FtpConnectionCache.cs 86 9 Core
Warning 4 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Size' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 66 24 Core
Warning 5 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Type' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 67 31 Core
Warning 6 The private field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Reserved' is never used C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 68 25 Core
Warning 7 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Size' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 73 24 Core
Warning 8 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Type' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 74 31 Core
Warning 9 The private field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Reserved' is never used C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 75 25 Core
Warning 10 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Mask' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 76 24 Core
Warning 11 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Flags' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 77 24 Core
Warning 12 The private field 'MediaPortal.IR.USBUIRT.lastIRCodeSentWasToggle' is assigned but its value is never used C:\mediaportal\Core\USBUIRT\USBUIRT.cs 182 49 Core
I followed the instructions, got the files with WinCVS etc, but when I try to compile (with VS C# Express) I get a bunch of error messages, mostly that it can't find certain files. Any chance anyone can tell me why/ help me in the right direction?? I'm eager to start developing plugins!!!
Cheers,
Jens
Errors:
Error 13 Source file 'C:\mediaportal\Dialogs\Dialogs\VirtualWebKeyboard.cs' could not be opened ('The system cannot find the file specified. ') Dialogs
Error 14 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found TVCapture
Error 15 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found RemotePlugins
Error 16 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found ProcessPlugins
Error 17 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found ProcessPlugins
Error 18 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found ProcessPlugins
Error 19 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found WindowPlugins
Error 20 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found WindowPlugins
Error 21 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found MediaPortal.Configuration
Error 22 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found MediaPortal.Configuration
Error 23 Metadata file 'C:\mediaportal\RemotePlugins\bin\Release\RemotePlugins.dll' could not be found MediaPortal
Error 24 Metadata file 'C:\mediaportal\TVCapture\bin\Release\TVCapture.dll' could not be found MediaPortal
Error 25 Metadata file 'C:\mediaportal\Dialogs\bin\Release\Dialogs.dll' could not be found MediaPortal
Warnings:
Warning 1 'EnterpriseDT.Net.Ftp.FTPClient.FTPClient(string, int)' is obsolete: 'This constructor is obsolete; use the default constructor and properties instead' C:\mediaportal\Core\Util\FtpConnectionCache.cs 204 36 Core
Warning 2 'EnterpriseDT.Net.Ftp.FTPClient.TransferComplete' is obsolete: 'Use TransferCompleteEx' C:\mediaportal\Core\Util\FtpConnectionCache.cs 300 11 Core
Warning 3 'EnterpriseDT.Net.Ftp.FTPClient.TransferComplete' is obsolete: 'Use TransferCompleteEx' C:\mediaportal\Core\Util\FtpConnectionCache.cs 86 9 Core
Warning 4 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Size' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 66 24 Core
Warning 5 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Type' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 67 31 Core
Warning 6 The private field 'Win32.Utils.Cd._DeviceVolumeMonitor.BroadcastHeader.Reserved' is never used C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 68 25 Core
Warning 7 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Size' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 73 24 Core
Warning 8 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Type' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 74 31 Core
Warning 9 The private field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Reserved' is never used C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 75 25 Core
Warning 10 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Mask' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 76 24 Core
Warning 11 Field 'Win32.Utils.Cd._DeviceVolumeMonitor.Volume.Flags' is never assigned to, and will always have its default value 0 C:\mediaportal\Core\Ripper\DeviceVolumeMonitor.cs 77 24 Core
Warning 12 The private field 'MediaPortal.IR.USBUIRT.lastIRCodeSentWasToggle' is assigned but its value is never used C:\mediaportal\Core\USBUIRT\USBUIRT.cs 182 49 Core