Https post on macos c++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I ran into an interesting problem while trying to implement a cross platform https post from c++ add-in.
Using this library: https://github.com/yhirose/cpp-httplib (it uses openssl as a dependency) I got it working on windows. However when I moved to installing it on mac, I ran into a problem. The post does not work (crashes) when running it from under Fusion, as an add-in. However when running the same code from an executable it works just fine.
Any ideas what fusion could be doing to change the behavior?
Any suggestions how to best go about this would be appreciated.