2007-08-18, 12:10 AM
Hi sub.
Any idea why I'm getting this:
I mean yes the error is obvious but i do have a get name (actually I've copied the code from your simple plugin and haven't actually changed anything yet).
Works in pvrx2, it's just the config app I can't get to go.
Any idea why I'm getting this:
Code:
2007-08-18 12:03:13.515 ERROR [1] Error initializing menu plugin: C:\program Files\devnz\gbpvr\plugins\Recordings3\Recordings3.dll
2007-08-18 12:03:13.515 ERROR [1] The method or operation is not implemented.
2007-08-18 12:03:13.515 ERROR [1] at GBPVRX2.BaseButtonListUiTask.getName()
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xd1ccdef346e6a297(Boolean x8bae2a88590d8cc0)
2007-08-18 12:03:13.515 VERBOSE [1] Recordings3 constructor parameter count: 0
2007-08-18 12:03:13.515 VERBOSE [1] Recordings3: Constructor
I mean yes the error is obvious but i do have a get name (actually I've copied the code from your simple plugin and haven't actually changed anything yet).
Code:
/// <summary>
/// Called by the framework to get the name of the plugin
/// </summary>
/// <returns>plugin name</returns>
public override string getName()
{
return PluginIntName;
}
Works in pvrx2, it's just the config app I can't get to go.