Eduardo Hernández Valdez
Eduardo Hernández Valdez
Had the same problem, im compilling it on mingw64. Maybe adding the following to sokol/sokol.c could work: ``` #if defined(__MINGW32__) #define SOKOL_GLCORE33 ```
I think an "only go" alternative for getting an image for each page would be awesome. There's library like go-fitz which do the job but depend on c libs.
I'm also not experienced a lot with rust, but i'll be glad to have an eye on the code.
> I have pushed some major changes, and I have now quartus 21.1 openning fine on my side. Can you update box64 and try again? I haven't retried 23.1. Thank...
When compiling a VHDL file, quartus closes and i get this error: Error Output ``` Error: PltResolver: Symbol _Z13gen_get_is_qtv(ver 0: _Z13gen_get_is_qtv) not found, cannot apply R_X86_64_JUMP_SLOT 0x80000a374c00 (0x80000a0451a6) in libedt_tedq_template.so...
I have the same error on a M1 Macbook Air.
Hi, just stumbled on this issue and have an idea. We have the imgui wrapper function for each event, and the wrapper knows were each window is. So maybe if...