Erro C2664:无法将参数1从'CustomImport :: ICustomImportPtr'转换为'__missing_type__ *'

时间:2014-02-28 06:04:42

标签: visual-c++

我正在将项目从vs 6.0迁移到vs 2008,我收到以下错误,

error C2664: 'Policy::IBusinessImport::SetCustomImport' : 
cannot convert parameter 1 from 'CustomImport::ICustomImportPtr' to '__missing_type__ *'

使用的代码:

m_spBusinessImport->SetCustomImport(m_spCustomImport); //C2664

m_spCustomImport的定义:

CustomImport::ICustomImportPtr m_spCustomImport;

m_spBusinessImport的定义:

Policy::IBusinessImportPtr m_spBusinessImport;

SetCustomImport的定义:

HRESULT SetCustomImport (
    __missing_type__ * customImport );

我是VC ++的新手,非常感谢任何修复此错误的帮助。非常感谢。

此致 Ankush。

0 个答案:

没有答案