Re: Building a monitoring agent - request for comments.
- From: Dan Mitchell <djmitchella@xxxxxxxxx>
- Date: Tue, 20 Sep 2005 16:02:28 -0700
"Joe B." <mapi@xxxxxxxxxx> wrote in
news:pan.2005.09.20.22.00.49.935937@xxxxxxxxxx:
> Anyone have a guide covering the proper setup of an
> environment? Not just compile time requirements but run time as well.
Compile time, you'll need the standard set of DevStudio libraries and
header files. Runtime, see below.
> Will the hosts I deploy this on need any additional libraries, etc. I
> was initially developing on a Visual C++ 2005 Express Beta but will be
> moving to .NET 2003.
Ugh. It looks like VC++2005Express is pretty thoroughly cut down from
the real thing -- looking on MS's FAQ for that, it's missing MFC and
ATL, which makes me suspect it may well be missing all sorts of other
bits you'll need.
Dmitry mentioned the Exchange 5.5 SDK -- you should read
http://blogs.msdn.com/jasonjoh/archive/2004/08/01/204585.aspx
for more on that. There's gotchas even if you _do_ have all the headers
and what not.
As for deployment, if you're using Extended MAPI, then you'll have to
have those systems installed on the PCs that will run this stuff. In
practise, this basically means you'll have to install Outlook on those
PCs.
-- dan
.
- References:
- Building a monitoring agent - request for comments.
- From: Joe B.
- Building a monitoring agent - request for comments.
- Prev by Date: Re: Building a monitoring agent - request for comments.
- Next by Date: Re: How to take a copy of incoming mail to Outlook?
- Previous by thread: Re: Building a monitoring agent - request for comments.
- Index(es):
Relevant Pages
|