On Thu, 28 Jun 2018 at 20:14, Jason Heeris <jason.hee...@gmail.com> wrote: > So I went and tried this on the real project, and it seems like compiling the static libs into a DLL doesn't give the same results as using the obj files directly, as per my initial list of commands. Namely, some symbols seem to not be getting exported, and some flags are mismatched between compiler and linker.
Finally got to the bottom of this. The linking was fine, but some compilation flags were affecting the binary interface. I've made some hacks in the code to work around this just to verify that it *can* work, and hopefully solving my issues in the other thread (controlling compiler flags) will give me a longer term solution. Thanks for your help. - Jason
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake