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

[REBOL] Re: View/Pro - Callbacks?

From: greggirwin:mindspring at: 15-Sep-2004 9:48

Hi Joerg, qen> View/Pro can call foreign libraries. But is it possible to qen> define a callback-function (often needed for win-api) in a qen> function-call from rebol? As an addendum to Paul's reply (he's correct), while you may not be able to use some APIs directly for this reason, you can often wrap calls to them in a very simple DLL and call that from REBOL. -- Gregg