-
This segfaults if no `-D analyzer-optimize` is used:
```haxe
import cpp.Callable;
import cpp.Object;
import haxe.io.Bytes;
class Main {
static function main() {
var callable = new Callab…
-
Breakpoints within threads not working properly.
- Os: linux x64 ubuntu 20
- Haxe Version: 4.0.5
This is my code .
```haxe
import sys.thread.Thread;
class Main {
static function printMes…
-
Hi, I have an issue when I try to compile to android
so whenever I use ```lime test android``` it says
```D:\default>lime build android
Creating D:/default/export/android/obj/obj/android-v7/__pch/h…
-
![image](https://user-images.githubusercontent.com/6994037/89277331-4a0c6500-d677-11ea-8b6d-5b1e1425b2e0.png)
win10+Haxe 4.1.3: it's wrong ,Chinese garbled!
also https://github.com/HaxeFoundation/…
-
Specifically for a `Label`.
I've tried quite the number of things:
* Setting font-family in a css file for the XML I'm loading
* Setting a style with path to the font face, relative, trying s…
-
So i've decided to finally give it a try but unfortunately run into some problems.
First the example is missing imports for Window, Renderer then it is missing a final return for the update method an…
-
Occasionally when running `haxelib update` for a git repository (on Windows), there is a crash.
Crash logs
```
$ haxelib update hxcpp --debug
[debug] Using haxelib from "..."
# Running …
-
The default config settings for android builds uses "/Users/sven/dev/android-sdk", while hxcpp defaults to ${HOME}/SDKs/. Would it make sense to use the same default as hxcpp?
Norgg updated
9 years ago
-
$ haxe compile-linux.hxml
haxelib run hxcpp Build.xml haxe -DHXCPP_MULTI_THREADED -Dcpp -Dhaxe_208 -Dhsl-1 -Dhsl-pico-1 -Dhsl_1 -Dhsl_pico_1 -DhxOpenFrameworks -DhxRtAudio -Dtrue
Error : Could not lo…
tong updated
12 years ago
-
I am trying to build this extension:
```
$ cd project
$ haxelib run hxcpp Build.xml -Diphone
Compiling group: iphone
g++ -Iinclude -Iios/include -c -fvisibility=hidden -stdlib=libstdc++ -Qunuse…