Re: [fpc-pascal] Testing shared libraries compiled with FPC/Lazarus under Linux

2012-04-08 Thread patspiper
On 09/04/12 01:00, Tomas Hajny wrote: On 9 Apr 12, at 0:42, patspiper wrote: Is it possible to test a shared library compiled with Lazarus/FPC under Linux without copying that library to /usr/lib or fiddling with the OS configuration to locate them? Under Windows, it is enough to have the test

Re: [fpc-pascal] Testing shared libraries compiled with FPC/Lazarus under Linux

2012-04-08 Thread Tomas Hajny
On 9 Apr 12, at 0:42, patspiper wrote: > Is it possible to test a shared library compiled with Lazarus/FPC under > Linux without copying that library to /usr/lib or fiddling with the OS > configuration to locate them? > > Under Windows, it is enough to have the testing executable (host > appli

[fpc-pascal] Testing shared libraries compiled with FPC/Lazarus under Linux

2012-04-08 Thread patspiper
Is it possible to test a shared library compiled with Lazarus/FPC under Linux without copying that library to /usr/lib or fiddling with the OS configuration to locate them? Under Windows, it is enough to have the testing executable (host application) in the same folder as the shared library. I

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

Re: [fpc-pascal] XML parser

2012-04-08 Thread Sven Barth
Am 06.04.2012 08:38 schrieb "Juha Manninen" : > Now I am looking for a proper XML parser for Delphi, for big XML files. > The default Delphi parser, using MS DOM, chokes badly. 4 GB memory is not enough for it. You know that on Windows for 32-bit processes the memory limit is 2GB? The remaining pa