-->
Page 1 of 2

‘drawGraph’ was not declared in this scope

PostPosted: Mon Dec 14, 2015 6:03 am
by tomotomo
When I compile "AdvancedWevServer" Example, I got error as
‘drawGraph’ was not declared in this scope
I'm very beginner, please help me. :oops:

Re: ‘drawGraph’ was not declared in this scope

PostPosted: Tue Dec 15, 2015 2:45 pm
by tomotomo
I have solved the problem.
It means ''function declared implicit", isn't it?
Thank you. :D

Re: ‘drawGraph’ was not declared in this scope

PostPosted: Fri Jan 08, 2016 6:16 pm
by darrenr
Noob here and I have this same problem - can anyone please help with what exactly do I have to do to get around it?

Re: ‘drawGraph’ was not declared in this scope

PostPosted: Sat Jan 09, 2016 6:16 am
by David Haile
You'll notice that drawGraph is a function at the bottom of the listing. Just declare the function at the top.

void drawGraph();