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) » Controls4U_Demo not compiling on Linux
Re: Controls4U_Demo not compiling on Linux [message #54881 is a reply to message #54868] Wed, 23 September 2020 20:28 Go to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Dear Aquilarubra

Weird error, thank you to report.
No problem found until now with W10 or Ubuntu, MSC, GCC or CLANG.

I have replaced
fileName.WhenChange = THISBACK(OnNewFile);
with
fileName.WhenChange = [=]{return OnNewFile();};

You have got an error "cannot ... return object ... 'bool' with ... type 'void'

OnNewFile() returns bool instead of void but, I thought it should work.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: RegExp
Next Topic: UnZip::GetPos() purpose?
Goto Forum:
  


Current Time: Mon May 13 14:15:11 CEST 2024

Total time taken to generate the page: 0.01244 seconds