This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / HEP:关于VC 的问题在程序中调用一个API 函数
_beginthread
这个函数在process.h 文件里。
可是编译通不过,错误的原因是说_beginthread 这个函数没有定义。
但我已经在开头部分加了#include 《process.h》 语句
该函数的实际原型是:
_CRTIMP unsigned long __cdecl _beginthread (void (__cdecl *) (void *), unsigned, void *);
有没有人知道该如何解决这个问题?
-bobo123(bobo);
2003-4-20
{338}
(#1149431@0)
-
Compile or Link is not successful? Maybe you should change the setup for Multithread link in the project setup........ Good luck!
-haah(1212123);
2003-4-20
(#1149451@0)
-
you are right.I have soloved the problem. thanks a lot
-bobo123(bobo);
2003-4-20
(#1149491@0)