ncannasse / screenweaver-hx

Automatically exported from code.google.com/p/screenweaver-hx
Other
4 stars 0 forks source link

SWHX fails on haxe 1.1.8 ... neko.zip.File revision bug #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the file api/haxe/swhx/Plugin.hx the module neko.zip.File is used to
access the contents of some file, which causes any attempt to use swhx to
fail. Replacing these calls with ones to neko.zip.Reader resolves this
issue. The attached patch *should* fix this, (i.e. it works on my machine)
but has only been tested with the bootloader and the sample application
provided on haxe.org/swhx

Original issue reported on code.google.com by ajon...@gmail.com on 25 Feb 2008 at 6:24

Attachments: