I am not working in the XPD namespace, just finding a routine that uses a Fileman routine (in DIA3).
The need for programatic redirection of pointers seems fairly basic. I don't understand why this hasn't been provided already. I think that FIXPTR^DIA3 is supposed to do this someday. I have spent much of the day trying to untangle the code in P^DITP. I still can't find how in the code the pointers are actually being changed. I'm about to give up. To much indirection... I think I will have to write my own code, so I can understand it :-) Kevin On 11/14/05, Gregory Woodhouse <[EMAIL PROTECTED]> wrote: > > On Nov 14, 2005, at 11:45 AM, Kevin Toppenberg wrote: > > > Thanks George. > > > > I just did a search for all instances of FIXPTR^DIA3 and found only > > one routine that calls it: > > DEL^XPDIA(DIK,DUZ). > > > > The XPDIA header says "Install Pre/Post Actions for Kernel Files." > > > > I am interested in this routine because I want a programatic way to > > redirect pointers. I have learned how this is done from the console > > with Fileman, but I think it should be avail as an API also. So I > > have copied DIA3 to TMGDIA (TMG is my namespace), and am tweaking the > > code. > > > > Kevin > > > > XPD* is the namespace for KIDS. > > If I were you, I'd try to come up with a good operational definition > of what it means to redirect pointers, and code it from scratch. KIDS > has a rather different problem to solve because it doesn't transport > IENs. Instead, pointers are resolved by lookup and then the pointer > values are filed. > > === > Gregory Woodhouse > [EMAIL PROTECTED] > > "The universe is not required to be in > perfect harmony with human ambition." > --Carl Sagan > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
