Re: Problem with loading a database's Application Info block

2000-12-15 Thread Philip Sheard
> I'm having trouble with my first attempt to read off an Application Info > Block from a database [a short list of strings created by a conduit]. > Everything seems to run fine, but when execution goes into a following > method, the execution bombs out on an attempt to call MemPtrNew. > > I've in

Re: Problem with loading a database's Application Info block

2000-12-14 Thread Steve Mann
At 11:51 AM +1100 12/15/00, Paul Gilbert wrote: >when execution goes into a following >method, the execution bombs out on an attempt to call MemPtrNew. It's kind of tough to comment on the code if you don't show it to us. Maybe my old eyes are really going bad, but I don't see a MemPtrNew in y

Problem with loading a database's Application Info block

2000-12-14 Thread Paul Gilbert
I'm having trouble with my first attempt to read off an Application Info Block from a database [a short list of strings created by a conduit]. Everything seems to run fine, but when execution goes into a following method, the execution bombs out on an attempt to call MemPtrNew. I've included a pr