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  |
 |
koldo
Messages: 3435 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
|
|
|
Goto Forum:
Current Time: Tue May 13 12:12:39 CEST 2025
Total time taken to generate the page: 0.00623 seconds
|