Thanks for the fast response!
I implemented all the missing methods and fixed the return value of each method to 0. Example:
int __stdcall OnClose ()
{
return 0;
}
Unfortunately, i still cant find my module in the modules list...
Search found 2 matches
- Fri Oct 14, 2011 7:59 am
- Forum: Module / Plugin Programming
- Topic: Module does not show up in Module List
- Replies: 4
- Views: 34463
- Fri Oct 14, 2011 5:40 am
- Forum: Module / Plugin Programming
- Topic: Module does not show up in Module List
- Replies: 4
- Views: 34463
Module does not show up in Module List
Hello community, i recently became interestend in module-development (c++) for dvbdream. For this reason, i wrote a test mod which has no function apart from showing up in the modules list. Unfortunately, the mod doesnt even show up there. I would be glad if someone could help me to correct my code!...