Hi, I’ve been using Haxe and OpenFL for years, but wanted to try out HaxeUI. Following the steps on the Getting Started page, I get a very strange error (I don’t even have a C:\SDK folder!)
D:\code\HaxeUITest>haxelib install haxeui-openfl
You already have haxeui-openfl version 1.4.0 installedD:\code\HaxeUITest>haxelib install openfl
You already have openfl version 9.1.0 installedD:\code\HaxeUITest>haxelib run openfl setup
lime is up to date
hxcpp is up to date
lime-samples is up to date
openfl-samples is up to date
actuate is up to date
box2d is up to date
layout is up to dateD:\code\HaxeUITest>haxelib run haxeui-core create openfl
Called from C:\SDK\haxe\std/neko/_std/Date.hx line 126
Uncaught exception - load.c(357) : Primitive not found : std@date_utc_format(2)D:\code\HaxeUITest>
Any ideas?