News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

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]