I want to write a MMC Application.
Where can i find a simple sample ?
Do i need a MMC SDK and where can i find it ?
Thanks for help !
You need the mmc sdk that is part of the platform sdk, you find anything
to developp a snap-in in c++.
More information can be found at
http://msdn.microsoft.com/developer/sdk/sysmgmt.asp
Enjoy!
Marcel
In article <93300067...@news.vbs.at>,
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
I found this lovely sounding help file in there under 'Help' (snapsamp.chm),
but it didn't actually SAY anything. Did you find good help in there, or
did you just look at sample source code and play with it until you got it?
Thanks,
Jennifer
<marcel_...@my-deja.com> wrote in message
news:7njrqn$qpe$1...@nnrp1.deja.com...
-Jennifer
Jennifer <jgr...@centilliondata.com> wrote in message
news:#ZeycwF2#GA.245@cppssbbsa03...
To compile some of the samples you may find you also required updated header
files since the headers included with VC 6.0 were for MMC 1.0. I got updated
header files from the MSDN CD's, but they could also be downloaded from the
web.
Nigel Woulfe
MarshalSoftware
Jennifer <jgr...@centilliondata.com> wrote in message
news:OkBGJCH2#GA.266@cppssbbsa03...
http://www.COMDeveloper.com/articles/mmcatl.asp
The authors collection of MMC resources including an independent ATL 3.0
sample that is simpler than Benefits can be found at:
http://www.simonrobinson.com/MMCMap.htm
The other article ("Writing MMC snapins is a snap with ATL 3.0") was
published in the Jan 99 issue of Visual C++ Developer. Get it online at:
http://msdn.microsoft.com/library/periodic/period99/html/vc99a01.htm
Good luck!
Stu