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

[REBOL] Pointer to an unknown [struct!]

From: maarten:koopmans:surfnet:nl at: 6-May-2002 14:06

Hi, Tinkering with the library interface I have the following problem: I must pass in a pointer to a result structure (specifically: LDAPMessage from the Openldap libs). I have no definition for the structure however, as clients are "not supposed to directly manipulate these". I must pass it a zillion times around instead, which should not be a problem if I'd knew how to do the initial memory allocation. Anyone? --Maarten