Creates a TPS component from its identificator defined as a value of enum CATTPSComponent.
Parameters:
iComp
The component identificator for which an instance is requested.
oppv
The address where the returned pointer to the interface is located.
Returns:
S_OK
if the query succeeds
E_UNEXPECTED
for an unexpected failure
E_NOINTERFACE
if the interface does not exist
--------------------------------------------------------------------------------
This object is included in the file: CATTPSInstantiateComponent.h
## start step: link2nd at 05/27/2005-11:09:19
# make: framework1\Implement.m intel_a\code\bin\Implement.dll
CATTPSUUID.lib(CATITPS.obj) : warning LNK4099: PDB "vc60.pdb" was not found with "D:\Catia\.\intel_a\code\lib\CATTPSUUID.lib" or at "F:\XieJiao\intel_a\code\bin\vc60.pdb"; linking object as if no debug info
## end step: link2nd at 05/27/2005-11:09:30作者: liuruixiao205 时间: 2005-5-30 09:56
这个warning我也遇到过,对VC来说是这样的:PDB就是Program Database的意思,记录了程序的一些信息和调试有关的资料.在Project Settings里面可以设置是否使用PDB,默认情况下是选中的.如果选中的话,重新编译的时候会自动生成这个文件.如果出现这错,这时一般把debug全部删掉,rebuild。CAA里面怎么回事我也没管,反正是个warning,可我感觉在CAA里面好像影响比较大的。作者: cupcake 时间: 2005-5-30 11:09
这个是个小问题吧,暂且先不管了。
:)