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

[REBOL] Re: calling a DLL

From: belkasri:1stlegal at: 12-Jul-2002 9:15

Greg, I have tried what you sugested. << 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"
>>
It does not return an error, but it also does not return the control at all! Now it hangs forever! --Abdel.