__________________________________________路有尽,道无涯__________________________________________

【Profound__爱生活__诗意地栖息】

C/C++ || Python || Linux || 单片机 || 嵌入式 || 机器视觉

  博客园  :: 首页  :: 新随笔  ::  :: 订阅 订阅  :: 管理
OutputDebugString(PChar(SysErrorMessage(GetLastError)));

也可以为OutputDebugString再做层函数封装,以更方便的使用:

procedure OutputDebugStr(const ADebugInfo: string);
begin
  OutputDebugString(PChar(ADebugInfo));
end;

原文链接:http://blog.csdn.net/funnyfu0101/article/details/6562450  
posted on 2016-07-13 13:53  HiRong  阅读(460)  评论(0编辑  收藏  举报
__________________________________________路有尽,道无涯__________________________________________