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

[REBOL] Re: Windows messages between a C++ program, and a Rebol Pro program

From: greggirwin::mindspring::com at: 11-Mar-2004 10:26

Hi Charles, Your declares all look OK to me, based on a quick scan. If you're trying to *receive* a Windows message--that's my guess, based on the 'switch statement in the C++ example--you'll need to use the system port in REBOL. It doesn't work with View windows yet, only the console unfortunately. I'll be offline for a few days, but maybe this will help get you started: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sys-port-drag-accept.r -- Gregg