Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Problem with routine!

From: robert::muench::robertmuench::de at: 10-Mar-2005 19:01

On Wed, 09 Mar 2005 09:11:14 -0800, Bohdan or Rosemary Lechnowsky <[amicom--sonic--net]> wrote:
> Same problem with the message "Rebol has generated errors"
Sounds like the write-back is the problem. The routine will change the framesize parameter and I expect, that the Rebol parameter can't be written too (which indicates that you are not calling the C function with the address of the variable taking the result). Maybe I'm not telling something new... Robert