Re: [GEN] Re: multiple pointers
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
|
Not Categorized, Please Help
|
|