This plugin is super, but it seems that it don't work anymore with the mast CVS (13-11-2005 19-56) and .net framework 2
Anybody could confirm and update it ??
Anybody could confirm and update it ??
cedriclocqueneux said:This plugin is super, but it seems that it don't work anymore with the mast CVS (13-11-2005 19-56) and .net framework 2
Anybody could confirm and update it ??
cedriclocqueneux said:This plugin is super, but it seems that it don't work anymore with the mast CVS (13-11-2005 19-56) and .net framework 2 Anybody could confirm and update it ??
Error 1 Cannot convert type 'SQLite.NET.SQLiteResultSet.Row' to 'System.Collections.ArrayList' C:\Documents and Settings\Michel\Local Settings\Application Data\Temporary Projects\MyDVDs\DVD_DB.cs
scoop said:Hi,
cedriclocqueneux said:This plugin is super, but it seems that it don't work anymore with the mast CVS (13-11-2005 19-56) and .net framework 2 Anybody could confirm and update it ??
When recompiling, it complains with a
I saw some similar changes in current CVS recently, so AFAIK it should be easy to fix. I'll see if I can fix it.Code:Error 1 Cannot convert type 'SQLite.NET.SQLiteResultSet.Row' to 'System.Collections.ArrayList' C:\Documents and Settings\Michel\Local Settings\Application Data\Temporary Projects\MyDVDs\DVD_DB.cs
EDIT: fix was easy, I'll put the new compiled DLL for download somewhere, so you can test it.
Kind regards,
Michel
Window:GUIDVDs.GUIDVDs and window MediaPortal.Dialogs.GUIDialogText have the same id's!!!
362: SQLiteResultSet.Row arr= results.Rows[iRecord];
...
368: return ((string)arr.fields[iCol]).Trim();