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++ Library : Other (not classified elsewhere) » Calendar problem
Calendar problem [message #26116] Fri, 02 April 2010 01:04 Go to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello

There is a problem in DateTimeCtrl.h, class Calendar.

Now it appears this:

virtual Value GetData() const			{ return time_mode ? sel : (Date) sel; }


With this I get compiling error. A fix for would be this:

virtual Value GetData() const			{ return time_mode ? (Time) sel : (Date) sel; }



Best regards
Iñaki
Re: Calendar problem [message #26118 is a reply to message #26116] Fri, 02 April 2010 07:12 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

VC doesn't complain about this Smile Thanks, I'll apply the patch ASAP.
Re: Calendar problem [message #26144 is a reply to message #26118] Mon, 05 April 2010 19:17 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
unodgs wrote on Fri, 02 April 2010 07:12

VC doesn't complain about this Smile Thanks, I'll apply the patch ASAP.


Thank you Uno

It was MinGW Smile .


Best regards
Iñaki
Previous Topic: .BRC files and .exe in memory
Next Topic: TextDiffCtrl rendering glitch [+PATCH]
Goto Forum:
  


Current Time: Thu Mar 28 18:31:32 CET 2024

Total time taken to generate the page: 0.02014 seconds