Is is possible to compile haxe code directly to a .NET DLL rather than an EXE using the haxe compiler?
You can also compile your code and pass in -D dll
to the haxe compiler:
haxe -cp src -D dll -cs bin/cs [class-to-compile]
Just rename the file if you want a DLL. The difference between the two in .NET is minimal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With