当前位置: 代码迷 >> Windows Mobile >> _beginthreadex提示没有定义,小弟我加了#include <process.h>有提示c1083异常,改如何解决呢
  详细解决方案

_beginthreadex提示没有定义,小弟我加了#include <process.h>有提示c1083异常,改如何解决呢

热度:175   发布时间:2016-04-25 07:58:18.0
_beginthreadex提示没有定义,我加了#include <process.h>有提示c1083错误,改怎么解决呢
我是WM,vs2005。谢谢

------解决方案--------------------
不支持,用CreateThread吧
------解决方案--------------------
楼上正解,<process.h>里面的API不被CE支持。
  相关解决方案