realbasic-nug
[Top] [All Lists]

Re: array declare parameter

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: array declare parameter
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Fri, 28 Apr 2006 00:24:02 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <F8785920-A4E8-4EC8-896B-D4E6C69D8FD7 at divergentmedia dot com> <E434AA16-A2AA-41A9-B179-D8CE71545905 at great-white-software dot com> <B145527A-AC68-4B0A-9B31-B3C31A143880 at divergentmedia dot com>

On Apr 27, 2006, at 11:58 PM, Mike Woodworth wrote:

just tried that, but it crashes too.

mike
--
Mike Woodworth
mike at divergentmedia dot com

Hmmmm .... a memoryblock filled with shorts should be fine for that.
I've just been using some stuff that is like that

What do you pass for
const vImage_Buffer *srcs[],

This is the same as
        const vImage_Buffer **srcs,

And what size is vImage_Flags ?

Other than that I can't think of what would be the issue.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>