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 » Community » Newbie corner » Help needed with Convert class
Re: Help needed with Convert class [message #40766 is a reply to message #40764] Fri, 13 September 2013 19:40 Go to previous messageGo to previous message
pacoquintana is currently offline  pacoquintana
Messages: 12
Registered: December 2011
Location: Spain
Promising Member
SVN 5385 upgraded over previous upp_portable (4452) if I can remember correctly. MingW compiler.
I found a solution by unodogs in forums :

struct MyDataConvert : Convert
{
Value Format(const Value& q) const
{
const Time& d = q;
return !d.IsValid() ? String() : ::Format("%1:04d-%2:02d-%3:02d", d.year, d.month, d.day);
}
}

But the assert error in line 142 in Core is the same.
Confused


1add1f71cc45f0a88caa948bf339b589
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Save and file extension
Next Topic: Build options
Goto Forum:
  


Current Time: Mon May 13 06:30:17 CEST 2024

Total time taken to generate the page: 0.01787 seconds