C (179/301)

From:Bablos
Date:06 Aug 99 at 19:25:12
Subject:fd2inline?

From: Bablos <bablos@cableinet.co.uk>

Hi There...

I'm still searching for a method of converting from my usual SAS/C
use of iff.lib to the EGCS one of libiff.a, and I've tracked down the
command fd2inline, which takes the .lib and .fd files and creates a .a
file. Well, that's the theory...

I use the command fd2inline iff_lib.fd iff.lib libiff.a, and just get the
following;

IFFL_CloseIFF has no prototype.
IFFL_CompressBlock has no prototype.
IFFL_DecodePic has no prototype.
IFFL_DecompressBlock has no prototype.
IFFL_FindChunk has no prototype.
IFFL_GetBMHD has no prototype.
IFFL_GetColorTab has no prototype.
IFFL_GetViewModes has no prototype.
IFFL_IFFError has no prototype.
IFFL_ModifyFrame has no prototype.
IFFL_OpenIFF has no prototype.
IFFL_PopChunk has no prototype.
IFFL_PushChunk has no prototype.
IFFL_SaveBitMap has no prototype.
IFFL_SaveClip has no prototype.
IFFL_WriteChunkBytes has no prototype.

HAYLP!

Bablos.