Compilation Error VC++ 7

  • Thread starter Thread starter Paljo
  • Start date Start date
P

Paljo

Trying to compile VC++ 6 project in VC++ 7 and getting a
compiling error,

error C2955: '_com_ptr_t' : use of class template requires
template argument list

Any thoughts?

Thanks
 
--------------------
Content-Class: urn:content-classes:message
From: "Paljo" <[email protected]>
Sender: "Paljo" <[email protected]>
Subject: Compilation Error VC++ 7
Date: Mon, 1 Sep 2003 15:52:18 -0700
Lines: 9
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcNw27IPRwE+tsLoTeqYNn7VAlAXMQ==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.languages.vc
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vc:27779
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.public.dotnet.languages.vc

Trying to compile VC++ 6 project in VC++ 7 and getting a
compiling error,

error C2955: '_com_ptr_t' : use of class template requires
template argument list

Any thoughts?

Thanks

Please post a code snippet where that error is reported.
 
Back
Top