Just a quick note, the current cvs code on windows during compile (with
VC++6) stops with

cl /I. /DWINDOWS /D_CONSOLE /DHAVE_CONFIG_H /DSYSTEM_WGETRC=\"wgetrc\"
/DHAVE_SSL /nologo /MT /W0 /O2 /c utils.c
utils.c
utils.c(1651) : error C2520: conversion from unsigned __int64 to double not
implemented, use signed __int64

The culprit seems to be (in wtimer_sys_diff)

#ifdef WINDOWS
  return (double)(wst1->QuadPart - wst2->QuadPart) / 10000;
#endif

But this isn't really my area, anyone ?

Heiko 

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED]
-- +39-041-5907073 ph
-- +39-041-5907472 fax

Reply via email to