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

[REBOL] Re: accessing c functions

From: sterling::rebol::com at: 11-May-2001 18:48

You certainly can. What you would do is compile a shared library with your C functions and then use the library component of View/Pro to access them. Check out the documentation on this component here: http://www.rebol.com/docs/library.html If you need more working examples, I'm sure the friendly folks on this list will help you out. Sterling