10-17-2025, 02:11 PM
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.
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.

