[comp.sys.amiga.programmer] MED Programming in C

R18QC@CUNYVM.BITNET (Jeannopoulos Alex) (03/13/91)

      I have been trying to write a program that would play a MED song. I want
the file to contain the med module and the player. I would be an executable
file that contained everything. What I have been doing first is saving the
module as an object file from inside MED. Then I have assembled the modplayer.a
so I now have an object code of the play routines. Then I have the header file
modplayer.h the code i have uses the header file modplayer.h. I then link the
files demo.o and song.o But I get an error in the linking process undefined
symbol _song first refernced in demo.o. I dont know where this error comes from
The version of MED that I am using is MED3.00. Any help with this would be grea
tly appreciated. Thanks....
                                                  Alex Jeannopoulos
                                                  R18QC@CUNYVM