HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Passing arguments to callback functions broken
Author: Ben
Date: 04/23/2007 14:40
 
Thanks for the patch Xavier. It works fine.

I hadn't realised that httrack plugin modules are loaded just like any
"normal" shared library. In that case, if they are to be searched for on the
LD_LIBRARY_PATH, might it be a good idea for them to all have "httrack" or
"hts" in their name? With names like 'libfilename' and 'liblog' it wouldn't be
very surprising if other libraries with those names  existed...

Alternatively, to save having to put these things onto the LD_LIBRARY_PATH,
the configure script could define (and pass through to gcc -D) the library
path according to where they will actually be installed, and the plugin loader
would refer to this path; then the genericness of the filenames wouldn't
matter so much.

 
Reply Create subthread


All articles

Subject Author Date
Passing arguments to callback functions broken?

04/18/2007 12:58
Re: Passing arguments to callback functions broken

04/21/2007 15:01
Re: Passing arguments to callback functions broken

04/23/2007 14:40
Re: Passing arguments to callback functions broken

04/23/2007 18:41




3

Created with FORUM 2.0.11