hxcpp
hxcpp copied to clipboard
Cannot have an array of pointers
Array<cpp.ConstCharStar> generates c++ that fails to compile error: conversion from ‘Dynamic’ to ‘const char*’ is ambiguous
You need to wrap native types in cpp.Pointer or cpp.Struct to be usable with haxe containers.
Ok, so I guess it isn't supposed to work? I'm converting to SizeT for now as a workaround. Would be nice if the compile error was haxe-side not c++-side for this