InflexCZE

Results 13 comments of InflexCZE

I'm experiencing the same issue when copying elements (boxes, text, doesn't matter) on: - Win 10.0.17763 Build 17763 - Chrome Version 91.0.4472.124 (Official Build) (64-bit) Copy works fine as long...

That's a great news. I was afraid that offline visualization may be fully embedded in the tool's architecture. Is the online visualization something you'd like to checkout in foreseeable future,...

I report the bugs the same way I want them to be served to me :) > Meanwhile: how much would you say the effort is to isolate the C++...

Can you share generated code as well, especially the `VTableLoader`?

Quickly diffed, it all makes sense now, the difference is here: ```cs protected MethodDiagnosticListener() { __Instance = Marshal.AllocHGlobal(sizeof(global::CSharp.MethodDiagnosticListener.__Internal)); __ownsNativeInstance = true; NativeToManagedMap[__Instance] = this; >>>>>>>>>>>>>> __Internal.ctor(__Instance);

I can certainly try that, tho looking at the code, I'm really not sure how it should help with this use-case. When I just do `driver.Options.CheckSymbols = true`, the generator...

> can't make it work without proper C++ support beneath > we need to read the entries for destructors in the v-table Do we tho? When I dissect pure virtual...

Yes, the assumptions work only as long as the native class is state-less. The moment there are any fields the native ctor becomes "non no-op" and needs to be called...

I didn't test it, but I believe that the 0922217 is the first commit that broke the laziness, as described in the opening post. `VTableLoader` later just inherited and extended...

I agree. When we bend the generator pipeline and shoot ourselves to foot during the process, it's not the generators fault :) I'll see when I manage to submit the...