gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: MS VC6.0 gnokii DLL (WIN32 x86)


From: Ladislav Michl
Subject: Re: AW: MS VC6.0 gnokii DLL (WIN32 x86)
Date: Wed, 12 Feb 2003 10:19:59 +0100
User-agent: Mutt/1.5.3i

On Wed, Feb 12, 2003 at 09:39:26AM +0100, Pawel Kot wrote:
> >>> address@hidden 12 February 2003 09:14:23 >>>
> > gsm-networks.c --> made countries and networks exportable for
> gnokii.c
> 
> Incorrect. You don't need this anymore.
> 
> BTW. Ladis, what's wrong with displaycall() on win32?

no gettimeofday in MSVC. in fact there should be
#ifndef _MSC_VER

> > compat.h       -->
> > 
> > before: #if !defined(HAVE_SNPRINTF) && !defined(HAVE_C99_SNPRINTF)
> > after:  #if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF)
> > 
> > if u look at snprintf it must be really a || otherwise i have no
> prototype
> > and the compiler
> > assumes external linkage and return type int ( sometimes that can
> blow up
> > the app )
> 
> Yeah, OR seems more logical then AND but I think it should not
> cause the compile problem. Anyway, the patch is correct I think.

see my reply to this post.

        ladis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]