CreatePolygonRgn' : is not a member of 'CRgn',该如何处理

CreatePolygonRgn : is not a member of CRgn如题我定义了C/C++ codeCRgncrcr.CreatePolygonRgn(...)//

CreatePolygonRgn' : is not a member of 'CRgn'
如题
我定义了

C/C++ code
CRgn  crcr.CreatePolygonRgn(...)//内部参数省略


总是提示

CreatePolygonRgn' : is not a member of 'CRgn'

CreatePolygonRgn这个函数明明就是CRgn的成员函数。

是不是需要添加其他的东西啊?

[解决办法]
VC下有的很多API在WinCE下是没有的。
你可以看看相关的帮助文件。