News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

chartctrl.h header is missing

Started by blockcoder1, August 12, 2015, 07:26:26 AM

Previous topic - Next topic

blockcoder1

Greetings,
I was just testing the wxwidget with codeblock and I noticed that chartctrl.h header file is missing when I am trying to use and compile the chart feature.  Is there a way to fix that.  Others such as labels text etc seems to be fine.

MortenMacFly

Quote from: blockcoder1 on August 12, 2015, 07:26:26 AM
I was just testing the wxwidget with codeblock and I noticed that chartctrl.h header file is missing
The header file is there:
[CodeBlocks_SVN]\src\plugins\contrib\wxContribItems\wxchart\include\wx\chartctrl.h

Fix your project setup, please.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]