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

[REBOL] Re: DLL

From: greggirwin:mindspring at: 16-Oct-2003 17:33

Hi Marcelo, MFC> I need to write an DLL to export functions to be used in an Visual Basic MFC> application. Can I do it in Rebol ? No. You can create EXEs with the SDK, but you can't export REBOL functions from them. The best you can do is use some other form of IPC (e.g. a TCP socket) to get the job done. -- Gregg