What happens if you do change it to
grabframe: make routine! [
"Grab a video frame"
t1 [string!]
addr [struct! [i [integer!]]]
return: [integer!]
] tfcapture "grabFrame"
a: make struct! [i [integer!]] none
grabframe "This is me" a 1
?
AR
Bohdan or Rosemary Lechnowsky wrote:
>OK, changed to this:
>
>grabframe: make routine! [
> "Grab a video frame"
> t1 [string!]
> addr [struct! [i [integer!]]]
> return: [string!]
>] tfcapture "grabFrame"
>
>a: make struct! [i [integer!]] none
>grabframe "This is me" a
>
>Same problem with the message "Rebol has generated errors"
>
>Any other ideas?
>
>-Bo
>
>At 06:37 AM 3/9/2005, you wrote:
>
>
>
>
>
>
>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.