Home » Community » Newbie corner » Tutorial update(s) (Possible inconsistency between tutorial code and UPP updates)
Tutorial update(s) [message #60327] |
Mon, 04 December 2023 05:42 |
EspressoMan
Messages: 13 Registered: April 2023 Location: New Zealand
|
Promising Member |
|
|
So here I am back making a concerted effort to learn UPP. Working my way through the tutorials, I'm finding the occasional problem which I think is likely due to updates of UPP not being reflected in (previously written) tutorial code. Rest assured that I do not intend to post any of these "problems" without checking for my own typos and making a serious effort to search the forums for previous posts on the topic. I don't necessarily expect anyone to reply but of course I would be most grateful to those who do.
Right now I'm in section 10 of Tutorial Gui01 and there is a section of code 'hanging up' in theIDE
...
void SubMenu(Bar& bar)
{
bar.Add( "Exit", TutorialImg::Exit(), [=] { Exit(); } );
}
...
The error reported is that TutorialImg has no member named "Exit" and I'm perplexed by that. How do I fix it?
Oooops! Already found the problem! - Include path not set to sandbox dirs...
[Updated on: Mon, 04 December 2023 12:09] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 28 19:20:57 CEST 2025
Total time taken to generate the page: 0.03438 seconds
|