-
mphx seems to have a delay somewhere. It could be a general issue with the codebase or just a specific location, that hasn't really yet been worked out. However, it seems that messages are just purely…
-
[Google Issue #1492 : https://code.google.com/p/haxe/issues/detail?id=1492]
by heinz.ho...@googlemail.com, at 16/02/2013, 22:55:53
I think this would be a nice addition to...
1. integrate global avai…
-
Hi, I write some code like this:
---
var a1:Int = -1;
var b1:Int = -268435456; // 0xf0000000
var result1:Int= a1+b1;
---
then I compile it:
---
-main Test
-swf bin/Test.swf
-swf-version 10
---…
-
Build mac, link=lib arch=m64
haxelib run hxcpp Build.xml -Dmac -DHXCPP_M64 -Dstatic_link
- Link : /usr/local/lib/haxe/lib/hxcpp/3,3,45/lib/Mac64/libstd.a
fatal error: /Applications/Xcode.app/Content…
-
Hi, today i reinstall the operating system and i found some old project is not work.
now my computer system : Win7 64bit
flashdevelop version :5.1.1.1
java version "1.6.0-rc"
haxe version : 3.3.0
hax…
-
We're just tidying up the loose ends on our game ready for launch and found ourselves needing to use a custom AndroidManifest.xml (to specify supported screen sizes) via a `` tag in our project file, …
-
I've been working on this for several hours but having lots of problems and cant find clear docs on this. Tried to setup the platformer, but when I tried opening unreal it tired to compiled several DL…
-
First off, this isn't really a bug.. I'm really just interested in hearing what other think about this..
So when dealing with other languages and their respective SDKs I'll often jump between SDK vers…
-
Just making a note here for reference while I look into it - MSVC 2015 needs some changes to work.
The `VS140COMNTOOLS` variable is used for 2015, but isn't referenced in the msvc-setup.bat files.
-
When I attempt to build for C++, I get the following error (Haxe 3.3-rc1)
```
Error: Could not find include file "C:/HaxeToolkit/haxe/lib/hxcpp/3,2,205/src/hx/libs/regexp/Build.xml"
```
I don't see …