objectarx函数杂记
#if 采用MSC采用VER >= 1920 // ObjectARXSDK 2021以上#pragma comment(lib, "AcPal.lib")
#pragma comment(lib, "acgeoment.lib")
#endif // 计时开始
DWORD start, end;
start = GetTickCount();
end = GetTickCount() - start;
acutPrintf(采用T("\n使用 %d 个用时: %d 毫秒"), len, end);
页:
[1]