Pavel Fedin
Pavel Fedin
Hello guys! I am here, it's all OK, i am silent because i am busy preparing for the vacation. Leaving for Thailand, will come back on 16th. After this, if...
Hello! Sorry for the delay, It's a very interesting problem, which only happens for you. No, they didn't change the protocol. On the other hand, by this time i switched...
BTW, are you using the latest C library ? Would be still nice to know what the problem could be; i could look up the function, but i need exact...
> I'm sure I read "bit 5", but OK, changed My bad, Hit the wrong key. Or maybe counted from 1 like a n00b. Just pushed fix for the doc....
Do we know AC types ?
Well, first of all, i have problems. Is there a simple way to create some sort of a "redistributable bundle", i. e. some folder with the .exe and its accompanying...
No, i haven't heard of windeployqt. As i said, i am a total n00b in qt. sorry for that. I thought that static linkage is an ultimate solution.
Tried windeployqt, thank you for hints; yet it doesn't do all it should. It perfectly detects QT DLLs and copies them over; yer these DLLs depend on: libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll...
Hello! This bug took lots of time to find despite its sheer simplicity, i hope you're interested in the fix.
Exactly. The sequence is: wrap, store, increment. "Wrap" means rolling over from 1024 to 0. So after the final loop iteration the index stays at (last_used + 1). 0 is...