Re: DirectDrawCreate/SetCooperativeMode problems
- Posted by stabmaster_ at hotmail.com Apr 14, 2003
- 562 views
After doing some snooping around, i came to the conclusion that the returned value stands for E_NOINTERFACE (or "No such interface"). There might be some problems with the values you give add_iid().. You might want to try calling the interface directly with call_interface_ptr, i didn't quite figure out how that works so it just crashed when i tried it.