<div dir="ltr">On Thu, 28 Jun 2018 at 20:14, Jason Heeris <<a href="mailto:jason.heeris@gmail.com">jason.heeris@gmail.com</a>> wrote:<br>> 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.<br><br>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.<br><br>Thanks for your help.<br><br>- Jason</div>