Datee

Results 52 comments of Datee

Ok, an update : The error is infact NOT the space itself, but the character " ) " ... This single character in the path creates the error. (just the...

Thanks. Im experiencing this problem all the time here with weblink, even for .get(..) Usually i have to load the link two times for it to work. Otherwise nothing is...

And with Haxe 4.0.5 - Any fix for this @ianharrigan ? :)

Ok, thanks! :) But ..trying to compile with Haxe 4.0.5 - creating a new class gives an error : `var myClass = new MyClass(); ` `ast2obj/Generator.hx:150: characters 33-42 : Uncaught...

Its just the blink-01 example with added a new empty class with an empty function in it. Tested it more and the error seems to be related to having parameters...

Great! Now it compiles without error! :)

But trying to run it gives another problem: `cmd: haxelib run hxArduino --test` `Called from hxSerial/Serial.hx line 93` `Uncaught exception - load.c(237) : Failed to load library : ./hxSerial.ndll` Where...

It worked with Haxe 4.0.0.p4 in the previous version when the ndll was in the same folder i think. But havent been able to run it after the update

ok - so it seems to use it we have to revert back to the previous version with haxe 4.0.0p4 then for now...?

Nice, it works perfect - even if its a bit manual!