Is it possible to compile haxe code directly in a .NET DLL, and not in an EXE, using the haxe compiler?
You can also compile your code and pass in -D dll haxe compiler:
-D dll
haxe -cp src -D dll -cs bin/cs [class-to-compile]
Just rename the file if you want a DLL. The difference between them in .NET is minimal .
Source: https://habr.com/ru/post/1502811/More articles:Facebook ignores og: image for linking to a common site - phpHow to show record number in MS Access report table? - ms-accessAccess function or equivalent SQL expression ROW_NUMBER ()? - tsqlAccess query giving results like ROW_NUMBER () in T-SQL - ms-accessTasks with the given report parameters - javaEmbed YouTube in your iOS app - objective-chow to resolve alternate url using ng-resource - angularjsFailed to start Activity Resources $ NotFoundException - javaUnable to add ReactiveMongo to Play-Framework - scalaProgrammatically apply and edit Windows Explorer pattern? - c #All Articles