为什么我用FillSector函数画图编译有错误,<br />用其他的画图函数可以用,没有错误。<br />我用的是针对 win32 平台 的 MiniGUI V2.0.4 开发包(MiniGUI-Threads 运行模式)。<br /><br />编译错误如下:<br />hello.obj : error LNK2001: unresolved external symbol _FillSector<br />../dll/helloworld.exe : fatal error LNK1120: 1 unresolved externals<br />然后我用ArcEx函数画图发现坐标好像不对,<br />ArcEx (HDC hdc, int sx, int sy, int width, int height, int ang1, int ang2);<br />sx,和sy不是绝对的圆心坐标。 |