Re: [wxCode-users] Problem linking wxFreeChart with application (undefined wxGCDC)

2010-11-07 Thread José Augusto Jr .
Hi, Thanks for the attention, I was using the wxFreeChart library generated by its makefile, and despite I could not identify any strange option, it was giving me this error. Now I created a new code::blocks project to build the library by myself, and after use it. It worked fine. Best Regards,

Re: [wxCode-users] Problem linking wxFreeChart with application (undefined wxGCDC)

2010-11-07 Thread PGridDev
Hi there I'm not a device context expert, so just 2 general questions : - have you built the wxWidgets libs with '--enable-graphics-ctx' (on my windows build for v2.8.9, it is disabled by default) - are you linking libs in the right order Cheers, Ronan On 06/11/2010 17:19, José Augusto Jr