Pierre Proske

Results 12 comments of Pierre Proske

Also having this exact same problem building using mxe

Can we not use OpenAL on all platforms? I've been doing some work on the streaming side making improvements. I have previously gotten OpenAL to work everywhere. Is it the...

I've run into this problem as well...would be good if there was an official fix.

@SRombauts I'm happy to have a go at this. By the way an easy fix for Sqlite3 is to conditionally add this to the CMakeLists.txt: `add_definitions("-DSQLITE_API=__declspec(dllexport)")` The rest in sqlitecpp...

My attempt can be found here - https://github.com/SRombauts/SQLiteCpp/pull/406

Hi @jgaa, sorry for dredging up this thread. I've been looking at trying to get the aysnc code working under Windows lately, and I'm pretty stuck. There doesn't seem to...

I'm pretty sure that example won't compile under Windows, `#include ` is unix* specific. Or do you mean the Windows Subsystem for Linux? Currently I'm able to compile under Windows,...

We've had to go back to using Async for our solution, so also still interested in this.