Hi Anton, Thanks for your suggestion. That was indeed the problem and your solution solved it.
Tim Anton Rolls wrote: >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 > == [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL > PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL > PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@} > >That fills the string with null (0) bytes. > >(I'm a bit rusty with my DLL interfacing but I suspect that will help.) > >Anton. > > > >>How do I define "buffer" and how do I pass the buffer-pointer to TMrom? >>Rebol crashes or the buffer stay's empty. >> >>Has someone tried this before or is this something way above my head??? >> >>Thanks for your time! >> >>Tim >> >> > > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
