-
Issues with build:
* `dumpbin` is required in PATH, should maybe auto detect in `C:\Program Files (x86)\Microsoft Visual Studio XX.0\VC\bin`
* `tar` uses Windows/System32 one by default instead of…
-
I started to get these errors since lately and it's very annoying, because it asks to reload my current file because of that and if I agree, I'm losing my changes...
```
Traceback (most recent call l…
-
E:\user\desktop\OpenFLStage3DTest-master>openfl build project.xml html5
D:\HaxeToolkit\haxe\lib/openfl-stage3d/0,1,0/flash/display3D/textures/Texture.hx
:58: characters 113-117 : flash.utils.ByteArray…
-
Related to #2710.
FD is still crashing on me.
Steps to reproduce:
- Open the test project (see below)
- Open `App.hx`
- Line 21 - click on `HeaderField` and press `F4`. The `Header.hx` fr…
-
This is a scratch pad issue. Just a brain dump of everything I know. Organization comes later.
There are three basic methods for getting Haxe to directly interoperate with C++.
1. CFFI (legacy)
2. CF…
-
I've seen how much potential this engine has, sure it's a bit old, but does it work today?
-
The request is to support better error detection in the editor, such as the following example
```haxe
var foo:Int = 10 / 2;
```
Perhaps errors like this need to wait for a build, and cannot be…
-
Latest builds of a project I am working on, is not working with the bitfive backend due to compile errors as per below.
MBP20140603JVDB:cyanide-skin-fullflush johantheitguy$ haxelib list
actuate: [1.…
-
ubuntu 20.04
Steps to reproduce:
```
apt-get install -y --no-install-recommends `# Haxe dependencies` haxe neko neko-dev
haxelib setup --always /usr/share/haxe/lib
ha…
-
```python
for C:
print("Target C")
for D:
print("Target D")
for JS:
print("Target JavaScript")
for DART:
print("Target Dart")
for HAXE:
print("Target Haxe")
…