U++ framework
Do not panic. Ask here before giving up.

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: Sun Jul 05 05:51:05 GMT+2 2026

Total time taken to generate the page: 0.00495 seconds