- April 17, 2011
- 22
- 56
- 44
- Home Country
-
Germany
Hi,
because MiniDisplay does not support the new iMON software (yet), I've tried to develop a plug-in for MediaPortal 1.1.3 that uses the new iMON Display API (iMON Display API - Soundgraph Forums).
The API is working perfectly if I call it from a stand-alone .NET Windows Forms Application. However, each time I call IMON_Display_Init from within MediaPortal, the API sends a failure message to my window:
WPARAM = DSPNM_PLUGIN_FAILED (1)
LPARAM = DSPN_ERR_IMON_NO_REPLY (0x0104)
The documentation states that this means "The Latest iMON is Not Installed or iMON Not Running". But it is installed and running and it is working from my stand-alone application.
Has anyone already tried to use that API from within MediaPortal? Does anyone have a clue what might be causing the problem? Somehow SoundGraph's API seems to be unable to communicate with the iMON software. But I don't know how the API communicates with the iMON software... I've already removed the complete MiniDisplay-plugin and I've deleted the SG_VFD.dll from MediaPortal's directory so that no other driver interferes with Soundgraph's new API. Anyhow, it's not working.
I've also opened a thread at SoundGraph's forum regarding this issue (Issues when using Display API from MediaPortal - Soundgraph Forums), but maybe you have an idea, too.
Thanks and regards,
Stefan
because MiniDisplay does not support the new iMON software (yet), I've tried to develop a plug-in for MediaPortal 1.1.3 that uses the new iMON Display API (iMON Display API - Soundgraph Forums).
The API is working perfectly if I call it from a stand-alone .NET Windows Forms Application. However, each time I call IMON_Display_Init from within MediaPortal, the API sends a failure message to my window:
WPARAM = DSPNM_PLUGIN_FAILED (1)
LPARAM = DSPN_ERR_IMON_NO_REPLY (0x0104)
The documentation states that this means "The Latest iMON is Not Installed or iMON Not Running". But it is installed and running and it is working from my stand-alone application.
Has anyone already tried to use that API from within MediaPortal? Does anyone have a clue what might be causing the problem? Somehow SoundGraph's API seems to be unable to communicate with the iMON software. But I don't know how the API communicates with the iMON software... I've already removed the complete MiniDisplay-plugin and I've deleted the SG_VFD.dll from MediaPortal's directory so that no other driver interferes with Soundgraph's new API. Anyhow, it's not working.
I've also opened a thread at SoundGraph's forum regarding this issue (Issues when using Display API from MediaPortal - Soundgraph Forums), but maybe you have an idea, too.
Thanks and regards,
Stefan