Subject: Re: undefined reference to '_imp__hts_malloc'
Author: Xavier Roche
Date: 01/11/2012 20:46
> Hello I am coding an external library for httrack
> but when I use the function CHAIN_FUNCTION() I have
> the following compile error undefined reference to
> '_imp__hts_malloc'
Import headers with 'extern "C"' if you are using a C++ module.