hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Runtime files for c++ backend for haxe

Results 181 hxcpp issues
Sort by recently updated
recently updated
newest added

hxcpp can't setup msvc if you have vs 2022 and it needs to be fixed ig

The wchar_t overload for String::create() assumes that wchar_t has a size of two bytes, which is only the case on Windows. On other systems it creates an invalid string if...

Hello everyone, I hope to get some help in here about NME's Android build error that was an open issue in here : https://github.com/haxenme/nme/issues/720 ``` Error: project/src/audio/OpenSlSound.cpp:405:7: error: use of...

Hugh Is it hard to use F16 / half floats with haxe c++ not heard about them before. kha has. var GL_RGBA16F = 0x881A; heaps has https://github.com/HeapsIO/heaps/blob/master/hxd/PixelFormat.hx#L7C2-L7C9 ( heaps does...

I tried compiling liunx targets from Macos, but failed. build.hxml ```haxe --cpp bin/cpp --main Main -D linux ``` ```haxe class Main { static function main() { trace("hello world"); } }...

Is there a way to call a final function when hxcpp executable is done and is exiting?

Now that there are plenty of Apple Silicon macs in the wild, the recommended architectures for building for iOS are: - **arm64** (devices) - **x86_64** and **arm64** (simulator) I tried...

Hello. ARMv7 version of the app built with hxcpp 4.3.2 crashes with the following error message: > System.err: dlopen failed: cannot locate symbol "__atomic_compare_exchange_4" referenced by "/data/app/~~sBMWrGZPZPj4nQeFuo06Pw==/air.com.pozirk.allinonesolitaire-AViWyfAWgWMm3IY3R-_lDg==/lib/arm/libApplicationMain.so"... Eveyrthing is fine...

When targeting Android on macOS, I receive the following error: ``` Error: /Users/E/Documents/Haxe/hxcpp/4,3,12/project/thirdparty/mbedtls-2.28.2/library/bignum.c: In function 'mpi_select': /Users/E/Documents/Haxe/hxcpp/4,3,12/project/thirdparty/mbedtls-2.28.2/library/bignum.c:1990:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode...

Linux: Uses statx syscall for this field only to get stx_btime.tv_sec macOS: Still uses the existing stat syscall, but accesses the macOS-only st_birthtime field instead Historically, the POSIX standard did...