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

[REBOL] Re: Intrefacing dll library in pascal format

From: anton::wilddsl::net::au at: 28-Dec-2006 1:27

Hi Tim, just dealing with the "buffer" question; Yeah, just pass it in a string prepared like so:
>> insert/dup buffer: make string! 20 "^-" 20
== ""
>> buffer
== {^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-} That fills the string with null (0) bytes. (I'm a bit rusty with my DLL interfacing but I suspect that will help.) Anton.