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

Rebol and OLE

 [1/2] from: gchillemi::aliceposta::it at: 1-Dec-2004 14:44


Hello, I have a question: could Rebol/Command access OLE objects on the windows platforms ? Has anyone experience on this ? Thank you. Giuseppe

 [2/2] from: greggirwin:mindspring at: 3-Dec-2004 11:18


Hi Giuseppe, GC> I have a question: could Rebol/Command access OLE objects on the GC> windows platforms ? Has anyone experience on this ? Not directly, but you can do it with an intermediary DLL. That is, you write a little DLL that can access the COM interface, and it provides a straight library(C) interface for REBOL to call. -- Gregg