Search found 3 matches

by Cruonit
Mon Feb 11, 2008 12:50 pm
Forum: Module / Plugin Programming
Topic: New SDK functions ? What else do you need? for the next SDK
Replies: 15
Views: 50922

could you make an API to change the UDP TP client IP address ?

http://pokit.etf.ba/upload/?pokitca4603 ... 9b687b.png

it would be usefull for remote control
by Cruonit
Mon Feb 11, 2008 12:48 pm
Forum: Bug Reports
Topic: LAN streaming bug
Replies: 1
Views: 4383

LAN streaming bug

If you set the LAN streaming address to some computers IP address and the computer is not on the network (turned on) the picture freezes in dvb dream until you deactive the streaming or the computer gets online.
by Cruonit
Sun Feb 10, 2008 3:38 pm
Forum: Module / Plugin Programming
Topic: New SDK functions ? What else do you need? for the next SDK
Replies: 15
Views: 50922

hmm.. i think the MFC has problems(a conflict) with the name OnClose when including afxwin.h (and OnShow) i fixed it by using (adding before the void): extern "C" __declspec(dllexport) example: extern "C" __declspec(dllexport) int __stdcall OnClose () { return FALSE; } after that it works. I just ch...

Go to advanced search