Ryan Chapman

Results 9 comments of Ryan Chapman

Thanks @mzaks - this definitely simplifies the accessor side, but it looks like it suffers from the same issue on the writing side. Seems like the only option is a...

So yeah - it's already doing essentially this (I added a "wrap" step that writes the headers). Ownership is a little complex, but I think straightforward enough to not be...

Yup - "PutInt"-ing the size and then using that offset in a subsequent FlatBuffer seems to have done the trick. 👍

Note that I can use that client to parse text directly with a call to "RecognizeText," so I know the client & bot are configured properly.

@vudh1 thanks for taking this - on chat with support I am being told it's likely WinHttp vs. curl. Are there instructions for how to use curl with the SDK?...

Thanks @KaibaLopez - are there any docs for this? Haven't had to build an SDK manually for a while and honestly was hoping to never have to dig around build...

Thanks so much - genuinely probably saved me a day of Googling :)

I managed to get this up & running in a Docker Linux container. I'm now successfully receiving the heartbeat callbacks, but no others. I need to know the expected usage...

Digging in I think the issue was that my library was linked against the debug MSVCP library. When I switched to the release library everything works. As far as I...