[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