neko Questions
2
Solved
I have a server running under NekoVM which provide a RESTLike service. I am trying to send a PUT/DELETE request to this server using the following Haxe code :
static public function main()
{
var ...
1
Solved
I'm writing on Haxe and targeting Neko. Today I've encountered this problem:
var a:Array<Array<Int>> = new Array<Array<Int>>();
a[1] = [1, 2, 3];
The second line throws "...
Dualistic asked 29/4, 2018 at 10:24
1
Solved
I've been playing around with Neko Modules, but I think I'm getting some inconsistent behaviour.
var funcs = 0;
var objs = 0;
for (i in 0...m.globalsCount())
{
var obj:Dynamic = m.getGlobal(i);
...
1
Solved
Recently, I have found (on Mac OS X Mavericks) OpenFL and LIME (with the command line tools) not working due to a 'segmentation fault'.
Before I get into the details, here's some background.
I o...
Achromic asked 30/3, 2015 at 1:12
3
Solved
I have started to use Haxe to convert my ActionScript 3 projects into NME, but, I like to know please what is Neko in the world of Linux? I searched for it, I found its an animated cat!
Can any on...
1
Solved
I'm using NME to create a small game. I like to display the objective in the title bar in the Neko and C++ targets. Is that possible?
Thanks.
2
hi all I'm trying to parse a DOM tree using Neko/Xerces in Java.
NodeList divs = this.doc.getElementsByTagName("DIV");
for(int i=0; i < divs.getLength(); i++) {
NodeList images = divs.item(i)...
3
Solved
I'd like to use a virtual machine like NekoVM into a small device but to build it, it requires Boehm GC, however there is no port of that GC to that small device so I was wondering if there i...
Pignus asked 8/1, 2009 at 11:59
1
© 2022 - 2024 — McMap. All rights reserved.