-
I'm using flatbuffers via latest vcpkg. All these functions are declared Is there something special we need to do to have flatbuffers compile When trying to use
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks like
|
Beta Was this translation helpful? Give feedback.
-
Most of |
Beta Was this translation helpful? Give feedback.
Looks like
GenerateJsonSchema()
is indeed is not included in the runtime libraries. I suppose this makes sense. I was wanting to use it so I could send the JSON schema across the network to clients without having to do any file operations to load it from disk. Instead my cunning plan was to generate it from the embedded binary schema.