当前位置: 代码迷 >> PB >> 这段代码在编译时出有关问题,求教高手
  详细解决方案

这段代码在编译时出有关问题,求教高手

热度:157   发布时间:2016-04-29 09:29:16.0
这段代码在编译时出问题,求教高手,
try
  ll_hwnd = Handle(m_main)
  ll_hwndToolBar = FindWindowEXA(ll_hwnd, ll_NULL, "FNFIXEDBAR90", ls_WindowName )
   
  if ll_hwndToolBar > 0 then
  ll_pToolbar = GetWindowLongA(ll_hwndToolBar,0)
  FN_ToolBarSetFont(ll_pToolbar, "Arial",-12, 0, "1234567")
  end if
catch(throwable ex)
// SignalError(-1, "Call API function to set toolbar font failed.")
end try

这段代码在编译时提示提示是excption handing not supported in machine code,object"m_main.win"
error writing object information

高手指教怎么办?



------解决方案--------------------
去掉了。。。
  相关解决方案