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

[REBOL] Re: calling a DLL

From: greggirwin:mindspring at: 14-Jul-2002 14:06

Hi Cyphre, << from my experience with Rebol dll interface you should also try put into the structure deffinition 41 val [char!] instead of the string! or char* like:
>>
You're actually OK using a string, in my experience, but you need to fill it with data before making the call, which "make string!" doesn't do. Since I'm not sure what REBOL does under the hood, this is based on my experience, mainly calling Windows API functions. --Gregg