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 » Cannot use Format for unsigned int
Re: Cannot use Format for unsigned int [message #47947 is a reply to message #47946] Wed, 26 April 2017 07:27 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi

Looking at Value.cpp code I see there is no unsigned types.
This may be the cause.

How to add "unsigned int" -- uint32 and uint64

void Value::RegisterStd()
{
	ONCELOCK {
		Value::Register<WString>("WString");
		Value::Register<Complex>("Complex");
		Value::Register(VALUEARRAY_V, ValueArrayDataCreate, "ValueArray");
		Value::Register(VALUEMAP_V, ValueMapDataCreate, "ValueMap");
		Value::AddName(STRING_V, "String");
		Value::AddName(INT_V, "int");
		Value::AddName(DOUBLE_V, "double");
		Value::AddName(VOID_V, "void");
		Value::AddName(DATE_V, "Date");
		Value::AddName(TIME_V, "Time");
		Value::AddName(INT64_V, "int64");
		Value::AddName(BOOL_V, "bool");
		Value::AddName(ERROR_V, "error");
	};
}


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Previous Topic: How to bind parameter to PostCallback with Function, Event object
Next Topic: StringStream has Put,but no Remove funcs
Goto Forum:
  


Current Time: Mon Apr 29 11:14:23 CEST 2024

Total time taken to generate the page: 0.02778 seconds