QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: badger on October 04, 2020, 02:55:11 pm
-
Hello
Is there anyway to use posix in qb64 on windows.
Badger
-
What do you want that for?
-
Hello
just been thinking if i could utilize some muti threading if it is not to difficult. I will be delving deeply into qb so just thought i would ask while i am working on some bugs i have created for myself so far LOL
Badger
-
QB64 uses posix behind the scenes for several things, and is what my direntry.h file/directory listing taps into. Chances are, you’d have to write a suitable .h file and DECLARE LIBRARY whatever you want, to make it work for you.
-
Hey
i guess that is not in my immediate future LOL
Thanks for your response
Badger
-
Thanks for the question, and to Steve for answer. I never knew that :)
-
I have 'seen' posix 'in my travels' but never knew what it actually does. Isn't Google wonderful? Cool.