Kevin Schlosser

Results 464 comments of Kevin Schlosser

These 2 commands function very close to being the same. The GetModule function Loads the typelib using the Windows API while CreateObject collects the typelib GUID that is registered to...

Now I have a question. Is the file being passed to GetModule the path to a .tlb file? If it is then whatever you used to generate the .tlb may...

That is a lot of additional work that has to be done in order to be able to use directives. Doxygen doesn't have any issue with the sphinx directives being...

the thing is a huge ? on how sphinx would react to doxygen syntax. But then again if breathe is coded to read the XML data then all of the...

I don't know enough about sphinx specifically the code to be able to implement something like this. Sphinx has quite a bit of voodoo magic code in it and trying...

OK I am coming up with errors in these files. lv_draw_sw_mask.h lv_symbol_def.h stb_truetype_htcw.h lv_scale.h lv_textarea.h I have to do some looking at the documentation in those files to see what...

I can get the docs to build without fixing the errors, but the documentation will not be correct and things will not link correctly. Up to you to decide to...

What is stopping the build is caused by something in the LVGL source files and not the build system. I am able to alter the build system so it will...

The PR that was done for correcting the version needs to be reversed as it is the wrong thing to do. I made a comment about it in that PR

The only thing I want to point out about altering the build system so it doesn't fail is that you will need to go and specifically check the output of...