ronaaron

Results 22 issues of ronaaron

Just as I said. I expect that SSL_connect() would have some kind of error. Here's code which demonstrates: ``` #include #include #ifdef _WIN32 #include #define socklen_t int #else #include #include...

I noticed this when using the 'bullet' character in my code and seeing instead the Euro symbol. So I reproduced with the generic 'extended.c' demo. Modified it so that font...

Just a note: I haven't been actively maintaining Reva since I started [8th](https://8th-dev.com/) in 2015 or thereabouts.

documentation

I'm using the "Nuklear" GUI library with SDL2 using the GLES2 backend. It works perfectly for Android and Raspberry Pi, but I'm having difficulty getting display on iOS (iPhone 5s...

I set the socket timeout to 1 sec, but tls_read() waits much longer before timing-out.

Trying to debug an app on an iPad running 18.2, and idevicedebug tells me to find the appropriate DeveloperDiskImage.dmg and mount it. However, the most recent dmg available seems to...

The samples use 22 as the number of vertices for a curve/circle. If you draw a large circle, it ends up looking quite rough. So in one of my samples...

I've got a layout with labels on the left and edit controls on the right. Everything works nicely, but I want to be able to hit TAB (for instance) to...

I'm supporting older compiler versions (clang 5, gcc 4) for [my toolset](https://8th-dev.com/) on some platforms (Windows, RPI) and encounter compiler failures with the newest (60d76b7eb8f1547848a328664fc7be4647332ac7): clang: ``` error in backend:...

I'm trying to use miniz instead of zlib with a library that expects to link with libz. You've got "deflate()" etc defined in miniz.h and 'static'. This prevents the other...