Component Building.

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
poweruserm
In need of some credit
In need of some credit
Posts: 7
Joined: Thu Mar 22, 2018 1:10 pm

Component Building.

Post by poweruserm »

I have been trying to build a wxWidgets compatible graphs library, which is apparently
complete for a number of the graphs, but not for the rest of them.

I am trying to build this library for 64 bit Windows, and simply put,
am at the point of "cannot possibly succeed". i am talking about
the present state of wxCharts, http://www.wxishiko.com/wxCharts.

-Is there a way to obtain a 64 bit Windows static build for this library?

-Coming to this issue, if I am in the position where I cannot acheive
an open source library build, and cannot repair the issue, is there
a place on the internet where I can reliably go for assistance on
such a problem, that is not related to the maintainers of said
such library?
Kvaz1r
Super wx Problem Solver
Super wx Problem Solver
Posts: 357
Joined: Tue Jun 07, 2016 1:07 pm

Re: Component Building.

Post by Kvaz1r »

It would be better, if you provide a bit more information.
That is:
Operation system and version, compiler and version, tools what you use for build, version of wxWidgets, text of error, steps for reproducing.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Component Building.

Post by doublemax »

If you can't build wxCharts, their github is probably the best place to ask.
https://github.com/wxIshiko/wxCharts/issues
Use the source, Luke!
Post Reply