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

[REBOL] Re: databases and stuff..

From: media:quazart at: 23-Oct-2001 9:04

Hi Matt, you can interface OS shared libraries when using /pro or /command version or REBOL. If you have a (.dll .dso, etc) toolkit which accesses this database then, Yes you can... its mainly a matter of building yourself a library wrapper (a set of functions which will ease your interface of the library within rebol by converting datatypes and making the library seem local to rebol). hope this helps -Maxim