help for my plugin

#1
hi
my english is no good . sorry :oops:
i try to write plugin for progdvb
my simple dll source code is :
////////////////////////////////////////////////////////
//test.cpp
////////////////////////////////////////////////////////
#include <Windows.h>
class MyClass
{
public:
void Start()
{
};
void Send_Dll_Name(char *Name)
{
strcpy(Name,"test");
};
} my_plugin, *my_API=&my_plugin;

extern "C" void On_Start()
{
my_API->Start();
}
extern "C" void On_Send_Dll_ID_Name(char *Name)
{
my_API->Send_Dll_Name(Name);
}
////////////////////////////////////////////////////////
//test.def
////////////////////////////////////////////////////////
LIBRARY "TEST"
EXPORTS
On_Start
On_Send_Dll_ID_Name
////////////////////////////////////////////////////////
i compile it with microsoft visual studio 2010
it's work with DVBDream but not work with ProgDVB
what's my problem ? :?:
thanks

Re: help for my plugin

#3
Prog wrote:Plugin should have some minimal collection of functions. What plugin you like do? I am public module API of ProgDVB in near days.
tanks Prog
I try to write a plugin for ProgDVB (C/C++ of course for me C is better :) )
I want receive channel info and send DCW to channel .
NOT HACK , just learning how it work .
I just use Intelsat 902 at 62.0°E and there isn't any encrypted channel for my country ( IRAN )
channel IRIB3 encrypted with BISS when show football and of course i can see it with analog antenna