Sdw
Joined: 17 Jul 2007 Posts: 29
|
Posted: Sun Aug 05, 2007 7:50 am Post subject: mikmod fails thread init - but works anyway? |
|
|
I want to play some music (a .mod) using Mikmod. After some futzing around I managed to build the lib, and I can also compile the example application.
However:
| Code: |
if (!MikMod_InitThreads())
{
printf("MikMod thread init failed\n");
}
|
That printf appears on my debug-screen, so I guess MikMod_InitThreads() fails. The music however starts and seems to play just fine. What gives? |
|