Rudy Ges
Rudy Ges
I don't event use event classes from haxe-react x) Should I update and pull https://github.com/kLabz/haxe-react-types/blob/master/src/react/types/event/SyntheticEvent.hx here?
Can you check if latest git (with this commit https://github.com/kLabz/haxe-react/commit/138cc016470fabdba5583ccea98a84f4483b8cbf) fixes your original issue and works for your project? If it works I'll make a PR to haxe-react too. Note...
Did you try `-D no-compilation` and then work with generated cs code? ``` > haxe --help-defines no-compilation : Disable final compilation (for hl,cpp,java,cs) ```
It's not enough to easily get started with .NET core though =/ I started working on something to interface with dotnet cli but it's still WIP and I don't have...
Yeah atm it only really works with `-D no-compilation` and using dotnet CLI to do the C# compilation with haxe-generated C# files. The main difficulty I have is providing an...
Thanks, that will help. Though there is still the "reverse" problem of getting the DLLs from dependencies in order to provide the "externs" to haxe code so that we're able...
Yeah that's what I'm doing. Getting dlls from the sdk felt more hacky but it worked as far as my tests went.
Yeah, just the way I was doing it felt hacky. I'll get my prototype tomorrow and try to clean it up (and make it work with my work projects)
Haven't had the occasion to work on this again and I don't have my sources right now. Would need to get them tonight/tomorrow morning and use them against my work...
I just _really_ need to think about this at a moment I have access to it =/ Though it's already been possible to use dotnet core with haxe for a...