oviano
oviano
Specifically a Samsung Galaxy Tab running Android 10. It drops threw to the bottom of the function and throws an exception. I've verified the locations this function searches for aren't...
I simply want to use my own downloaded DB, but it's a little frustrating to get it to work on multiple platforms because the installation location is a compile time...
...bear with me: I've built bgfx + bx + bimg + nanovg + stb_image as a static Windows library. It all builds fine. I've done the same on macOS/iOS/tvOS and...
```In file included from src/glcontext_egl.cpp:487: src/glimports.h:483:1: error: no matching function for call to 'dlsym' GL_IMPORT______(true, PFNGLVERTEXATTRIBIPOINTERPROC, glVertexAttribIPointer); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/glimports.h:25:51: note: expanded from macro 'GL_IMPORT______' #define GL_IMPORT______(_optional, _proto, _func) GL_IMPORT(_optional, _proto,...
It was happening in my own code, but it also 100% reproduces for me in the examples. Simply build the examples, run and hit the window close button. Seems to...
At the moment, I only want: tls, system_rng, bcrypt. I am achieving this using --minimized and --enable-modules=tls,system_rng,bcrypt I do something like this (1) ./configure.py --minimized --enable-modules=tls,system_rng,bcrypt --amalgamation --os=macos --cpu=x86_64 --cc=clang...
#ifdef __APPLE__ #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wshorten-64-to-32" #pragma clang diagnostic ignored "-Wcomma" #pragma clang diagnostic ignored "-Wdeprecated-volatile" #endif #elif defined(__ANDROID__) #if defined(__GNUC__) #pragma GCC...
I have JSON data that contains some records where the string is null. Elsewhere I have a nested JSON object, which can be null. During deserialising, In these cases I...
1. adds some more disabled warnings to platform_sys.h on Apple platforms, Windows and Android. 2. include platform_sys.h in some haicrypt files to remove warnings from these files too. 3. removed...
Remote server starts listening. Client application opens up two connections at the same time to the server: 1. With encryption enabled, via MbedTLS 2.x.x (i.e. supplying passphrase), most times one...