Is anybody using boost c++ lib in their addin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I had been using boost (version 172) and then decided to switch to the vcpkg manager and then I installed 175 along with my other libs.
Alas, my dll failed to load. Actually it loaded and immediately unloaded without even running any of my code. No errors, no nothing, even with windbg. I think that I have traced it down to boost version 175.
It also looks like Fusion is also using boost. At this point I still don't know the reason for this behavior with 175.