mikmod fails thread init - but works anyway?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Sdw
Posts: 29
Joined: Tue Jul 17, 2007 9:50 am

mikmod fails thread init - but works anyway?

Post by Sdw »

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: Select all

	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?
Post Reply