我想看一级黄色大片_久久亚洲国产精品一区二区_久久精品免视看国产明星_91久久青青青国产免费

您的位置:網站首頁 > Proe教程

ProE二次開發安裝intralink后的錯誤101

時間:2011-02-24 09:39:30 來源:

  本文介紹了ProE二次開發安裝intralink后的錯誤101的解決。

  我們在安裝intralink后,使用toolkit的函數進行測試時,有的時候回出現101錯誤。

  /*

  * Description:

  * Pro/INTRALINK has detected an internal error.

  * Please contact Technical Support for assistance.

  * Technical Support will require a detailed description of the

  * actions preceeding this message. Data may also be required.

  * %%1

  *

  * Arguments:

  * 1-N: Additional debugging information (not localized).

  */

  正好這段時間碰到這個問題,debug后發現,問題在使用了這樣的變量定義:

  HPDMCURSOR cursor_handle;

  然后使用函數(如PDMReleaseSchemeGetReleaseLevels)得到cursor_handle后,使用以后沒有使用函數PDMCursorDelete進行釋放。特別是在不正常返回時,會忽略掉,需要注意!