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

[REBOL] Re: External library interface

From: lmecir:mbox:vol:cz at: 2-Jul-2003 22:58

Hi Paul,
> Not sure exactly what you going about doing but I use /Pro and do library > calls to winapi alot. > I usually define a string I want to pass to the library as: > > mystring: "test^@" > > Now if I receive a string from a library function to a pointer - in this > case we will call the pointer 'outstring > > so what I would do on 'outstring is the following: > > trim/with outstring "@"
I don't understand, how do you use it to be able to access the memory you need to.
> Not sure if I helped you or not. > > Paul
-L