[PlanetCCRMA] Re: jack_fst - Library requirements
Shayne O'Connor
forums at machinehasnoagenda.com
Mon Nov 29 11:22:01 PST 2004
hi mark
just want to confirm - i comment out all of this:
> struct VstFileType
> {
> if (_name)
> strcpy (name, _name);
> if (_macType)
> strcpy (macType, _macType);
> if (_dosType)
> strcpy (dosType, _dosType);
> if (_unixType)
> strcpy (unixType, _unixType);
> if (_mimeType1)
> strcpy (mimeType1, _mimeType1);
> if (_mimeType2)
> strcpy (mimeType2, _mimeType2);
> }
>
> char name[128];
> char macType[8];
> char dosType[8];
> char unixType[8];
> char mimeType1[128];
> char mimeType2[128];
> };
is that right?
shayne
More information about the PlanetCCRMA
mailing list