Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » int64 formating
int64 formating [message #26998] Sat, 19 June 2010 22:39 Go to previous message
Zbych is currently offline  Zbych
Messages: 326
Registered: July 2009
Senior Member
Hi,

Format doesn't work with 64-bit variables on 32-bit platform. All (u)int64 numbers are shown as (u)int32. For example:

PromptOK(Format("%ld 0x%lX",(int64)123456789012LL, (int64)0x123456789012LL));

I think that new formats ("lld, "llx", "llX", ..) should be registered in IntDoubleRegister and IntFormatter should cast variables to int64 instead of int.

[Updated on: Sat, 19 June 2010 22:39]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: PatternMatchMulti problem
Next Topic: Whole word find string
Goto Forum:
  


Current Time: Fri May 10 02:20:43 CEST 2024

Total time taken to generate the page: 0.02358 seconds