HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Linking Error
Author: Xavier Roche
Date: 10/09/2001 19:24
 
> What is HTS_ANALYSTE used for? It seems when this is 
> set to 0 compilation is successful and is set to 1 
we 
> get a linking error.

The commandline version should be:
#define HTS_PLATFORM 1
#undef HTS_ANALYSTE

HTS_ANALYSTE is useful to wrap many things, including 
parsing, saving of files, link detection, stats and so 
on.. When defined, the engine will not generate any 
main() function, but instead a hts_main() function.
Look at the linux version, and especially 
httrack.c/httrack.h files, which is the main routine : 
you'll see how things works:

- initialize the engine
- add wrappers (if necessary)
- call hts_main()

 
Reply Create subthread


All articles

Subject Author Date
Linking Error

10/09/2001 16:31
Re: Linking Error

10/09/2001 16:52
Re: Linking Error

10/09/2001 18:48
Re: Linking Error

10/09/2001 19:24




a

Created with FORUM 2.0.11