16.02.2016, 17:25
Alright, I was writing my own streamer wrapper using the generator.
- How are .idl files generated or am I supposed to type them by hand?
- In streamer.idl file from generators idl directory the polygon functions are commented out. Is it because they require passing float arrays by reference?(which shoebill does not yet support)
- If I use ReferenceFloat, do I need to get the value or will it be in the String object I provided when creating the ReferenceString object?