Page 1 of 1

New interface (c++) not shown

Posted: Tue Oct 14, 2008 10:59 am
by Reaper36
Hi lads

I try to write a interface for DVBDream to use a Linux VDR with streamdev like a local tv-card.

Im almost finished with the SVDRP-protocol.

As far as good.

But I used the DD SDK to create a test interface .dev library.
I compiled it(dev-c++) without errors and I also can use it with a test program I wrote.
But if I put the file into the devices directory dvbdream dont show the new "device".

I also set the values for DeviceGetInterfaceInfo and DeviceGetInterface.
I used __declspec(dllexport) for this 2 functions. DVBDream should be able to use it like I imagine.

So my question, is there a possibility to increase the loglevel from DVBDream to get more debug-information for the interface case?
Or is there something like a newbie hint?

Im happy for all help I can get. =)

regards
Reaper

Posted: Wed Oct 15, 2008 12:23 pm
by genpix
you may need to check "show all devices" box

Posted: Sun Oct 19, 2008 4:02 am
by Reaper36
Thanks for your reply!

I tried it before, but no effect.

regards
Reaper

Posted: Sun Oct 19, 2008 6:26 am
by BxS
Hi Reaper36,

You are using MinGW(GCC), right?
I never successfully made a devicefile with MinGW that DvbDream can load, my programs load it, but with DvbDream no way.

Now for DD stuff I use VC++, no problem at all.

Posted: Sun Oct 19, 2008 7:21 am
by Reaper36
Thanks

Thats bad :-/
Ok, so i ll have to use VC++.(i think there is a free edition)
I had vc++ 2008, but i didnt like it, so i used dev-c++.

Thank you very much,
regards
Reaper