Xavier Leclercq
Xavier Leclercq
Ah unfortunately I don't have an OSX machine on which I can test so errors are more likely there. But I'll fix the warnings mentioned here.
Actually I had started to add tests already but I forgot about it. They are trying to follow the way the wxWidgets test work. They are based on CppUnit and...
Did you build wxWidgets as a shared lib or static libs? The folder on my computer is vc_x64_lib, although that would also be an earlier wxWidgets version.
Lines 28 and 29 here https://github.com/wxIshiko/wxCharts/blob/main/build/bakefiles/wxcharts.bkl#L28 I think are the only places where we configure the wxWidgets installation.
Looking at include\msvc\wx\setup.h there are a series of MACROs that define where it looks for lib/vc_x64_lib/mswud/wx/setup.h or equivalent such as WXUSINGDLL.
Did you try defining WXUSINGDLL in your project's compile options and see if it looks in the right location?
Can you give me a link to the page where you downloaded it from?
Hi! That file should be generated by CMake. I need to remove the "legacy" build files. From now on CMake should be used.
Sorry you are having issues. I will try to fix.
So what happened is that I tried to do this last weekend. I ran into an issue whereby the CMake build couldn't find the installed wxWidgets library. Not being a...