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 previous message
koldo is currently offline  koldo
Messages: 3358
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
 
Read Message
Read Message
Read Message
Previous Topic: .BRC files and .exe in memory
Next Topic: TextDiffCtrl rendering glitch [+PATCH]
Goto Forum:
  


Current Time: Mon Apr 29 17:26:00 CEST 2024

Total time taken to generate the page: 0.02953 seconds