[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't use apr_time_ansi_put

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-10-27 03:05:09 CEST

On Fri, Oct 20, 2006 at 10:24:26AM +0200, Andreas Richter wrote:
> When i try to link (MSVC2005) against libapr.lib and try to use
> apr_time_ansi_put then i become an linker error that it can't find the
> symbol
> __imp_apr_time_ansi_put@12
>
> I have searched for that symbol in the svn libraries and doesn't find
> it. I can find only the symbol
> __imp_apr_time_ansi_put@8
>

It looks like there's a problem with the calling convention or prototype
that your include file is bringing in, because your compiler has decided
that it should pass a larger set of arguments to that function than the
function in the library declares.

Maybe someone with more win32 experience can confirm whether this is a
general problem with the win32 development package.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Fri Oct 27 03:05:25 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.