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 ...
Kriskrischer asked 7/12, 2014 at 17:49

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); ...
Adulate asked 19/3, 2016 at 5:30

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...
Laaspere asked 12/2, 2013 at 6:43

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.
Powerhouse asked 2/5, 2013 at 7:15

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)...
Vagrancy asked 22/7, 2010 at 23:1

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.