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 » Value and Serialize
Re: Value and Serialize [message #8904 is a reply to message #8890] Fri, 06 April 2007 15:32 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Well, I have just checked - we have not done the mistake of changing those values from 605 up to now.

upp605
const int VOID_V    = 0;

const int INT_V     = 1;
const int DOUBLE_V  = 2;
const int STRING_V  = 3;
const int DATE_V    = 4;
const int TIME_V    = 5;

const int ERROR_V   = 6;

const int VALUE_V   = 7;

const int WSTRING_V = 8;

const int INT64_V  = 10;

const int UNKNOWN_V = (int)0xffffffff;


current:
const int VOID_V    = 0;

const int INT_V     = 1;
const int DOUBLE_V  = 2;
const int STRING_V  = 3;
const int DATE_V    = 4;
const int TIME_V    = 5;

const int ERROR_V   = 6;

const int VALUE_V   = 7;

const int WSTRING_V = 8;

const int INT64_V  = 10;
const int BOOL_V   = 11;

const int UNKNOWN_V = (int)0xffffffff;


There must be something else involved...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StrDbl and decimal separator
Next Topic: !USEMALLOC
Goto Forum:
  


Current Time: Tue May 14 03:24:20 CEST 2024

Total time taken to generate the page: 0.02171 seconds