wgprojects

Results 5 comments of wgprojects

You know, it looks like step 1 isn't even required to prevent the UI from showing. Without making the editor read-only, just doing `editor.readOnly.toggle(false);` triggers the issue.

I am having the same problem! lj92.obj : error LNK2001: unresolved external symbol __builtin_clz

Workaround: I modified lj92.c in my own fork to remove the builtin. Install with: python -mpip install git+https://github.com/wgprojects/PiDNG.git

I'm not super familiar with PiDNG, I don't feel I'm able to prove it's a good enough fix for a PR. I found a few lj92.c online which were substantially...

Thanks for cleaning my workaround into an acceptable commit! Sent from Yahoo Mail on Android On Mon., 17 Oct. 2022 at 7:00 a.m., Teemu ***@***.***> wrote: I did not notice...