Re: [fpc-pascal] Bug #0021680: Mixup of library imported/exported function names

2012-04-08 Thread patspiper
On 08/04/12 23:12, Jonas Maebe wrote: On 08 Apr 2012, at 21:56, patspiper wrote: The following is related to bug #0021680: The idea is to let libraryB intercept calls to libraryA. 1- How can this be accomplished in Linux? Using ordinals would have been a way, but Linux does use them. Another

Re: [fpc-pascal] Bug #0021680: Mixup of library imported/exported function names

2012-04-08 Thread Jonas Maebe
On 08 Apr 2012, at 21:56, patspiper wrote: > The following is related to bug #0021680: > > The idea is to let libraryB intercept calls to libraryA. > > 1- How can this be accomplished in Linux? > Using ordinals would have been a way, but Linux does use them. > > Another venture (to be tested y

[fpc-pascal] Bug #0021680: Mixup of library imported/exported function names

2012-04-08 Thread patspiper
The following is related to bug #0021680: The idea is to let libraryB intercept calls to libraryA. 1- How can this be accomplished in Linux? Using ordinals would have been a way, but Linux does use them. Another venture (to be tested yet) may be dynamic loading of libraryA. 2- Does this mechan