Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!msuinfo!news From: yurkon@CYCVAX.NSCL.MSU.EDU Newsgroups: comp.sys.amiga.misc Subject: Re: HOW do you use Ulaw2Iff/Iff2Ulaw? Message-ID: <1991Jun5.144701.8332@msuinfo.cl.msu.edu> Date: 5 Jun 91 14:42:27 GMT Sender: news@msuinfo.cl.msu.edu Organization: National Superconducting Cyclotron Lab Lines: 27 In article <2849DB6D.13585@ics.uci.edu>, dcoteles@bonnie.ics.uci.edu (David Domenick Cotelessa) writes... >They have the .c and .h at the end of them with a makefile file with it... >I don't have a clue as how to execute or compile any of these files.. > >Can anyone help me out? First you need a C compiler. It you have the one from Lattice on the Amiga you would, to generate Write8svx, type : lc write8svx lc iffw lc conv blink lib:c.o,iffw.o,conv.o,write8svx.o to Write8SVX lib lib:,lc.lib, lib:amiga.lib This will generate the code to convert from .au to .iff files. I've tried it and it seems to run fine on my Amiga. I didn't compile the others since I'm not interested in going the other direction. I suspect that you don't have a C compiler or you would have known how to do this. If there is interest I will post the binary (executable) to ab20. John