Jeremy DeHaan
Jeremy DeHaan
After looking around, I think what I'll actually end up doing is call validate on the range when m_string is set in either setString or the constructor. This will throw...
When it encounters an invalid sequence, I guess SFML sets it to codepoint 0. I think I'll just stick with that.
Actually, I might need you to help me with this since I don't have much knowledge with ranges. Basically I am getting a couple of errors that I'm not sure...
Perhaps we can go back to using decodeFront? I'm fine with that. We'll basically be doing the same thing.
Coming back around on this, I've changed my mind a little bit. I'd like to change things to be structs *IF* it can easily be represented as a structure that...
This will involve a lot of work, so I'm pushing it off until the next release.
I have never seen this issue and there doesn't appear to be a lot of info when I search for it. Can you provide me any additional data? Your full...
Can you tell me what you two have tried? It might help me with writing the tutorial.
Can you post the errors you're getting?
That's a runtime issue, not a compiler issue. usr/local/lib is not always searched at runtime for .so files. Try this: `export LD_LIBRARY_PATH=/usr/local/lib && dub run`