Michael Eggers

Results 5 issues of Michael Eggers

When building enet as a DLL functions like: ```c extern void enet_peer_reset_queues (ENetPeer *); ``` are not being exported because their linkage is not ```ENET_API``` but ```extern```. Is there a...

Hello everyone. I made some changes so a minimal Visual Studio 2022 solution can be generated with CMake. The only dependency necessary is zlib: https://www.zlib.net/. These are the steps to...

enhancement
Windows

**Is your feature request related to a problem? Please describe.** _I don't find any docs on how to use IOpaint in one's own program._ **Describe the solution you'd like** _I...

Hello there. Is there any way to configure how the results are stored? For example, I'd like to be able to render the result with the original filename and don't...

Hi, For the code documentation generated via Doxygen the `pygments_style` inside the `conf.py` has no effect. It does work for hand written codeblocks in my rst-files byt not for anything...