#45335 - wiz - Thu Jun 09, 2005 7:12 pm
Dear all,
I would really like to make a music demo, after a little bit of research I found "afm" which is a free mod player. woohoo!
Trouble is: I do not have a clue how to go about including an actual mod file?! the sample program makes references to a mod, but I cant see how you can do this before the mod is added to the binary?!
I'm not using a makefile, (batch file to complile my projects) I'm guessing its something to do with the makefile?
this line of code is where to address the mod:
afm_init(&mod);
perhaps I need a tool to include the mod as source, as most do with graphics?
Thanks for your time and any suggestions, Im sure its something simple :)
I would really like to make a music demo, after a little bit of research I found "afm" which is a free mod player. woohoo!
Trouble is: I do not have a clue how to go about including an actual mod file?! the sample program makes references to a mod, but I cant see how you can do this before the mod is added to the binary?!
I'm not using a makefile, (batch file to complile my projects) I'm guessing its something to do with the makefile?
this line of code is where to address the mod:
afm_init(&mod);
perhaps I need a tool to include the mod as source, as most do with graphics?
Thanks for your time and any suggestions, Im sure its something simple :)