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]