Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在使用 tinycthread 进行一些线程编程。我的编译器是 Visual Studio 2010。我收到这样的错误“未解析的外部符号 thrd_create”似乎我需要一些库来解决问题。我不知道我该怎么做。
您必须将两个文件添加到您的项目,tinycthread.c 和 tinycthread.h。