Build wxFreeChart and using it in Code::Blocks Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Build wxFreeChart and using it in Code::Blocks

Post by ONEEYEMAN »

Hi,
You just add the include and lib folders to the project and rebuild.

Nothing fancy.

Thank you.
nona
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri Apr 20, 2018 2:49 pm

Re: Build wxFreeChart and using it in Code::Blocks

Post by nona »

I add the libwxcode_msw30u_freechart library to my project lib dir and linked it what else I should do to add wxFreeChart to code::blocks
nona
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri Apr 20, 2018 2:49 pm

Re: Build wxFreeChart and using it in Code::Blocks

Post by nona »

ONEEYEMAN wrote:Hi,
You just add the include and lib folders to the project and rebuild.

Nothing fancy.

Thank you.
should I see the gui tools like mathplot in the pic?
https://www.google.ca/search?q=codebloc ... I4Bla6O7M:
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Build wxFreeChart and using it in Code::Blocks

Post by ONEEYEMAN »

Hi,
Was your project compiled successfully? You able to run the program?

If not - what error did you get?

Thank you.
nona
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri Apr 20, 2018 2:49 pm

Re: Build wxFreeChart and using it in Code::Blocks

Post by nona »

ONEEYEMAN wrote:Hi,
Was your project compiled successfully? You able to run the program?

If not - what error did you get?

Thank you.
Yes I build and compiled it with no error but the code::blocks is the same no change.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Build wxFreeChart and using it in Code::Blocks

Post by ONEEYEMAN »

Hi,
Are you able to run the program?

Thank you.
nona
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri Apr 20, 2018 2:49 pm

Re: Build wxFreeChart and using it in Code::Blocks

Post by nona »

ONEEYEMAN wrote:Hi,
Are you able to run the program?

Thank you.
Yes, I can. Would u please send me a screen shoot to how the wxfreechart looks like in code::blocks. I already have mathplot and I have a list of graph to choose and drag and drop to my wsx files.
Thanks!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Build wxFreeChart and using it in Code::Blocks

Post by ONEEYEMAN »

Hi,
Sorry, I don't use neither of those packages.

Thank you.
nona
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri Apr 20, 2018 2:49 pm

Re: Build wxFreeChart and using it in Code::Blocks

Post by nona »

ONEEYEMAN wrote:Hi,
Sorry, I don't use neither of those packages.

Thank you.
Ok np. Thanks for your help.
Post Reply