Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sunijam

    'CComPtr' : use of class template requires template argum

    Hello cdraycott, here is the source code. This is the code I added in StdAfx.h #define ST_IGNORE_COM_EXCEPTIONS #include "STUtil.h" void _com_issue_error(HRESULT hr); void _com_issue_errorex(HRESULT hr, IUnknown* pUnkn, REFIID riid); #import "c:\Windows\SaviReader.dll" named_guids...
  2. sunijam

    'CComPtr' : use of class template requires template argum

    Thank you so much cdraycott. That helped me understand why I am getting this error. But I still seem to get a serious of these errors. I am not able to understand why. I think I am missing some dll's or libraries. Have you come across this situation? This is the serious of errors...
  3. sunijam

    'CComPtr' : use of class template requires template argum

    Hello folks, I am newbie to ATL/COM programming!!!! I am trying to add a COM dll in Visual C++ for PocketPC 2002. So i took a simple hello world program and tried to instantiate an object of one of the interfaces in the dll. I am not able to compile. Looks like I am getting an error in trying to...

Part and Inventory Search

Back
Top