admin 发表于 2015-1-21 12:46:57

teamcenter服务器端二次开发user_exits的开发步骤

teamcenter服务器端二次开发user_exits的开发步骤(1)创建一个bat文档,输入下面的重要变量      
set MSDEV_HOME=C:\Program Files\VC      
set TC_ROOT=<as appropriate>      
set TC_DATA=<as appropriate>      
call %tc_data%\tc_profilevars


(2)编译程序   
%TC_ROOT%\sample\compile -DIPLIB=none <plmhome_itk>.c
(3)链接对象
%TC_ROOT%\sample\link_custom_exits plmhome_itk
(4)拷贝plmhome_itk.dll文件到 %TC_BIN%下
(5)在客户端上设置
TC_customization_libraries=plmhome_itk



页: [1]
查看完整版本: teamcenter服务器端二次开发user_exits的开发步骤