fourst4r

Results 12 comments of fourst4r

Yes I have `Build on Save` enabled.

On the off chance that this hasn't been suggested before, may I suggest a `BeginText`/`EndText` style API as a solution? You could embed other widgets inline easily in the text...

Actually there's a much rarer third variation of the bug which just moves the text off the side of the screen. Here is three variations of launching the same exe...

I also encountered this when doing my Reflaxe/Dart target (although tbf it could be me implementing it wrong) having to add @:keep to IMap to stop it from DCEing the...

> Would `@:callconv` be the ability to add the content between the type and the name (__stdcall for example)? Yep, that's right, or @:callingConvention if you like. > I'm actually...

Calling `Main.main()` manually with the define makes perfect sense to me. 😎👍

By the way, it cannot be understated how much value you've added to the Haxe ecosystem with Reflaxe, and it's unbelievable how much better Reflaxe.CPP is compared to hxcpp. (Haxe...

> Sorry for the delay Not at all, I appreciate all the time and effort you've already put into this project. > For example, I tested this code on Haxe/C#...

*Reflecting* back on this now, it may have something to do with *reflection*.

Also note that calling `toAny()` explicitly: `new Flexible().toAny()` will produce the correct C++.