Re: [GEN] Re: multiple pointers

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sun, 15 Oct 2000 19:46:20 -0400, Bernie <xotron at PCOM.NET> wrote:



  cense : I made a mistake the procedure code should be
          this:

-----------------------------------------------------------------<>---------
--
-- Associates pointer to a structure that was returned by a "C"
--
global
procedure AssociatePtr( pointer address, sequence structure )
  -- declare
  pointer ptr

  ---| ptr | ST | name | offset | type | size | ... | total bytes |---
  ptr = struc(structure)
  MastList[length(MastList)][1] = address

  free(ptr)
--
end procedure -- end of AssociatePtr procedure

-----------------------------------------------------------------<>---------

   Bernie

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu