Hello, I’m trying to follow the “hello world” tutorial but when I try to compile using hxcpp it throws an error, Here is the complete error:
Error: BufferFlags_Impl_.cpp
./src/hxd/impl/Allocator/BufferFlags_Impl.cpp(54): error C2061: syntax error: identifier ‘Dynamic’
./src/hxd/impl/Allocator/BufferFlags_Impl.cpp(55): error C2511: ‘bool hxd::impl::_Allocator::BufferFlags_Impl__obj::__GetStatic(const String &)’: overloaded member function not found in ‘hxd::impl::_Allocator::BufferFlags_Impl__obj’
d:\HelloHeaps\build\include\hxd/impl/Allocator/BufferFlags_Impl.h(15): note: see declaration of ‘hxd::impl::_Allocator::BufferFlags_Impl__obj’
./src/hxd/impl/Allocator/BufferFlags_Impl.cpp(58): error C2065: ‘outValue’: undeclared identifier
Error: Build failed
My Haxe version is: 4.2.4
My Heaps version is the latest git version (I also tried with the latest stable version).