Nick Porcino
Nick Porcino
Thanks for fixing the mishap and adding the Mx bits!
Looking promising! > Potentially, I want to see if its possible to modify the headers to avoid needing to add the header search path manually. If you can solve that...
Have you tried /bigobj but not Boost_USE_STATIC_LIBS? Boost_USE_STATIC_LIBS will cause trouble even if you get it linking because the boost python architecture expects that the type libraries are shared, and...
Congratulations on your progress. I have not been brave enough to try python 3.11 yet. The problem I was trying to describe is this ~ if the boost python libraries...
Yes, and interoperability was a goal we had :)
Notes on rapidjson for whoever takes this issue on; from the rapidjson documentation it seems round trip precision is not guaranteed given the "maximum 3 [UL{] error note. Have we...
haha, Roger, beware what you ask for! Stephan and I have been researching the question. https://github.com/ssteinbach/ordinate_precision_research
To the best of my knowledge vcpkg itself doesn't provide a debug build of python. Because msvc links to different runtimes for debug and release, I don't think you can...
Thanks for the note. For my own knowledge, since I can't find details via google (the information I reported above is what I have in my notes) how do you...