10-17-2025, 03:09 PM
(This post was last modified: 10-17-2025, 03:18 PM by aadityap0901.)
(10-17-2025, 02:11 PM)DSMan195276 Wrote: There's no easy way to try it because it will just blow up.
If you do want to try it you can use a C++ library to create threads via `DECLARE LIBRARY` (and probably some helper C++ code), then call back into your QB64 code from them. I'm not going to go in-depth on it though because it's not useful.
Ok
I will try the pthreads library
Thanks
Update:
Not working, because pthreads need a pointer to a function, which is inaccessible in qb64.

