Page 1 of 1

Is is possible to develop an EPG module/plugin for DvbDream

Posted: Mon Feb 04, 2008 9:44 am
by b_apple
Is is possible to develop an EPG module/plugin for DvbDream by using MS Visual C# 2005 ?

If yes, any starting point or document available about how to get the EPG information from DvbDream for DN ?

Thanks !

Posted: Thu Feb 14, 2008 6:31 am
by Dabbith
It's not possible to do it directly. C# can't create a standard windows DLL. It is possible to do it in a roundabout way. You could create a windows DLL (the module) in C++ 2005 and have that call your C# GUI.