You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the compilation process of the current project on the Windows platform, an error has emerged. It has been found that the project references "pthread.h", which is exclusive to the Unix platform. In order to make the project support cross-platform compatibility, it is recommended that "pthread.h" be substituted with "thread" and "mutex" from the std standard library.
The text was updated successfully, but these errors were encountered:
During the compilation process of the current project on the Windows platform, an error has emerged. It has been found that the project references "pthread.h", which is exclusive to the Unix platform. In order to make the project support cross-platform compatibility, it is recommended that "pthread.h" be substituted with "thread" and "mutex" from the std standard library.
The text was updated successfully, but these errors were encountered: