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

Re: [TSVN] Running 64 bit prototype of TSVN 1.2.1 built with VS2005

From: Nick Gilbert <nick_at_x-rm.com>
Date: 2005-08-19 14:42:00 CEST

>> * with VC++, sizeof(long)==sizeof(int)==4, even on a 64 bit platform
>> (some pointer casts therefore caused access violations in debug mode)
>
> But this would be against the C-standard?

I don't think it is. sizeof(void*) == 8 but sizeof(int) is usually still 4.

http://en.wikipedia.org/wiki/64-bit#64-bit_data_models

Nick...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 19 14:42:31 2005

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

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