I was able to get it running on Linux just fine, but I want to integrate this into my app using Visual Studios. I've made some changes to the code in order to hardcode the number and remove the need for arguments. In order to make it "windows friendly" I am also using a special made unistd.h replacement. It works, so there's no need to worry about that.
Currently, this is the error I'm receiving:
1>twilio.obj : error LNK2001: unresolved external symbol "public: static class std::locale::id std::codecvt<char16_t,char,struct _Mbstatet>::id" (?id@?$codecvt@_SDU_Mbstatet@@@std@@2V0locale@2@A)
I think it has to do with type_conversion.h. If the rest of the code files are needed, I can share it. I'm just trying to spamming the post with too much (there's all the character limit)
I am using Visual Studio 2017 version 15.9.8. Compile as is set on "Default". There's options for all C and all C++. I'm not sure how to ensure that it's using C++11 specifically...