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

[REBOL] Re: calling a DLL

From: greggirwin:mindspring at: 11-Jul-2002 17:40

Hi Abdel, Have you tried something like this? my-routine: make routine! compose/deep [ "arguments passed to the structure" data-struct [struct! [(first loc-data)]] return: [integer!] ] clib "Func-I-Am-Calling" --Gregg