tech-radar icon indicating copy to clipboard operation
tech-radar copied to clipboard

Replace auto-generated wxcharts_export.h with a regular file

Open xleclercq opened this issue 1 year ago • 1 comments

This file is generated by CMake. This is fine when using CMake but it ties the source code to a specific build tool. I think what this file does can also be replaced by a normal file and the use of #ifdef's so it's not worth it.

xleclercq avatar Sep 20 '24 17:09 xleclercq

I have isolated the code to dlimpexp.h. I need to change that file so that it doesn't need to rely on wxcharts_export.h.

xleclercq avatar Sep 20 '24 20:09 xleclercq