Page 1 of 1

Sample plugin source code...

Posted: Thu Sep 11, 2008 9:14 am
by petasis
Hi all,

I want to write a plugin, but I cannot find any source code in C/C++.
Does anybody knows a plugin that its source code is available?
Is there a "sample" plugin I can see?
I am interested in the initialisation code of the plugin, so as a dll can be loaded by progDVB.

Posted: Thu Sep 11, 2008 9:33 am
by petasis
I have found some sources here, but in .NET (C#):

http://attaboy.ru/osh/files/default.aspx
http://attaboy.ru/osh/files/422/download.aspx

From a plugin named OSH (On Screen HTML).

Posted: Thu Sep 11, 2008 9:14 pm
by petasis
It was easy after all. A simple DLL with some special named exported function :)
But still a sample plugin/tutorial would be nice...