i installed visual studio 2012 , converting 1 of projects uses header files:
#include <mapiutil.h> #include <mapiwin.h> i getting error:
error c1083: cannot open include: 'mapiutil.h': no such file or directory.
can resolve error?
i installed visual studio 2012 , converting 1 of projects uses header files:
#include <mapiutil.h> #include <mapiwin.h> i getting error:
error c1083: cannot open include: 'mapiutil.h': no such file or directory.
can resolve error?
Comments
Post a Comment