Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!psuvax1!psuvm!cunyvm!r18qc From: R18QC@CUNYVM.BITNET (Jeannopoulos Alex) Newsgroups: comp.sys.amiga.programmer Subject: MED Programming in C Message-ID: <91072.001201R18QC@CUNYVM.BITNET> Date: 13 Mar 91 05:12:01 GMT Organization: City University of New York/ University Computer Center Lines: 13 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