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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
