GetImageByID

2005-06-30 Thread Derek Bump
Having a little trouble with external writing. For some odd reason I can't get the imageData of an image by it's ID, the compiler always fails. GetVariableEx(args[0], emp, image, retvalue); // This one works because it's getting the imageData from a variable image = GetImageByID(, args

Re: GetImageByID

2005-06-30 Thread Alex Tweedly
= GetImageByID(, args[0], retvalue); // Results in an error. Incompatable Types in Assignment Is image properly declared ? i.e as MCString *image (I know the example says that it should be a char * - but I don't believe that !! Since the image can contain binary data and hence can contain