Datee
Datee
Well, i guess it would be these: https://www.arduino.cc/en/Reference/Ethernet https://www.arduino.cc/en/Reference/WiFi I have an Arduino with a Shield attached im using for testing :)
That would be absolutely fabulous! 👍 :)
In order to use the libs they need to include SPI.h / SPI.cpp and w5100.h / w5100.cpp .. how can they be included automaticly in the build process?
Are you using visual studio 2015 or 2017 ? In my experience, i had some similar issues when using VS 2017.. 2015 should work fine though
I've had issues regarding packaging Unreal.hx projects with VS 2017. Couldnt get it to work, installing and forcing VS 2015 and it packages as it should.. Couldnt really figure out...
Hey, nice catch! Make a PR?
Hey, thanks for the fixes! I plan to do a updated version at some point, just have been too busy lately!
Hey.. I rewrote some parts of this lib to use hxcpp and no dll dependancy - just the basic serial implementation. https://github.com/datee/xSerial
Yes, this is common. But this post solved all my build problems with hl/c : https://joshblog.net/2024/openfl-devlog-hashlink-c-compilation/ Huge thanks to @joshtynjala Josh Tynjala for this great deep dive and problem solution....
Yes ok i see. Well thats good to know then! Im just looking into testing this and reporting things that i find! 👍