INTERACT FORUM

Windows => Plug-in Development => Topic started by: jbholtz on April 03, 2007, 03:52:51 pm

Title: MJP Commands
Post by: jbholtz on April 03, 2007, 03:52:51 pm
Is there anything other than whats in the dev Zone about creating MJP files

I'm trying to write one (v2) and use it to set up the registry for my plugin.  So far I've got a bunch of lines like:
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Interface\WhatIamListeningTo|Company|J. Holtz, Inc.</Param>
         </Action>

Question is what can I pass in the PARAM key for IVersion I need to set a DWORD  along with PluginMode

Jeff
Title: Re: MJP Commands
Post by: jbholtz on April 10, 2007, 09:37:47 am
BUMP