Closed ruby0x1 closed 8 years ago
Thanks for the feedback, @underscorediscovery!
Looking at this closer, since I ran into it in my own code: The issue relates to your cpp code using Bytes without including the Bytes definition.
In other words, you're missing this line.
#include <haxe/io/Bytes.h>
Add it at inside your inline cpp or using the meta for cppFileHeader or similar and you should be good.
This was still failing for me until I added
@:keep
to the CppHxTelemetry class itself.