Page 1 of 1

Module source code (ONLY FOR PROGRAMMERS)

Posted: Mon Jan 08, 2007 12:00 pm
by X05
If you are not a software programmer you can ignore this thread.

The module is fairly simple and it might allow newbies to make their own DVBDREAM modules.
You can improvement upon this module and I will release the changes.

I have provided CHLtools v1.0 module source code. You need MSVC v6 to compile and the DVBDREAM SDK v1.7 from the homepage.
You will have to copy the CHLTOOLS.mod to the modules folder or set the output filename.

The LCN files are data files that contain the channel number and SID to allow an ordered channel list to be made. Use remote tab to see the list.
I have made tools in delphi to convert the satellite data from lyngsat into LCN files. If you require for new LCN files please ask.

I might be able to include a sample OSD source module when time permits.

If you want to request more module source examples in other programming languages then please do so.

Posted: Fri Jan 12, 2007 11:15 am
by satanuke
Hi X05.
I am a delphi programmer and I would like to help if I can.
I am interested in the xOSD feature, if you got any delphi source examples I will give it a go with the SDK. I am not an expert programmer but will try to learn how to develop the modules.

Re: Module source code (ONLY FOR PROGRAMMERS)

Posted: Wed Oct 15, 2008 2:44 pm
by LLloody
If you are not a software programmer you can ignore this thread.

The module is fairly simple and it might allow newbies to make their own DVBDREAM modules.
You can improvement upon this module and I will release the changes.

I have provided CHLtools v1.0 module source code. You need MSVC v6 to compile and the DVBDREAM SDK v1.7 from the homepage.
You will have to copy the CHLTOOLS.mod to the modules folder or set the output filename.

The LCN files are data files that contain the channel number and SID to allow an ordered channel list to be made. Use remote tab to see the list.
I have made tools in delphi to convert the satellite data from lyngsat into LCN files. If you require for new LCN files please ask.

I might be able to include a sample OSD source module when time permits.

If you want to request more module source examples in other programming languages then please do so.
Do u think u could do a sample in c#.NET that would cover all the API pInvokes for subs, function and structures?
Thanx friend

Re: Module source code (ONLY FOR PROGRAMMERS)

Posted: Wed Jul 31, 2013 10:53 pm
by AmmarIkram
I am C++ / C# programmer. I want to include dvbdream in order to be interfaced with my exiting code. Please can anyone guide me in that regard