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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.