Hello Jycet
Try to see which driver are in working in your libs with the following commands :
fprintf(logFile, "Driver\n------\n%s\n\n", MikMod_InfoDriver());
fprintf(logFile, "Loader\n------\n%s\n\n", MikMod_InfoLoader());
You should have something similar to this :
Driver
------
1...