• Sign in
 
  •  
  • MSDN Blogs
  • Microsoft Blog Images
  • More ...

  • About
  • Email Blog Author
  • RSS for posts
  • Atom
  • RSS for comments
    • OK
  • CDO (25)
  • Code Snippet (43)
  • Custom Providers (17)
  • Debugging (7)
  • DevMsgTeam (301)
  • Documentation (109)
  • DST (8)
  • EWS (7)
  • Exchange (109)
  • Gotchas (97)
  • Hotfix (28)
  • MAPI (240)
  • MAPI Download (54)
  • MFCMAPI (101)
  • MSDN (59)
  • Non Dev (11)
  • OOM (17)
  • Outlook (171)
  • Outlook 2007 Auxiliary Reference (45)
  • Outlook Integration API (12)
  • Protocol Docs (20)
  • PST/OST (23)
  • Referrals (8)
  • Vista (12)
  • WrapPST (18)
Links:
  • Download MFCMAPI
  • MFCMAPI on Facebook
  • Troubleshooting Outlook Crashes
  • Office Update Center
  • Developer Messaging Team Blog
This site is provided "AS IS" with no warranties, and confers no rights. Use of included code samples are subject to the terms specified in the Terms of Use.
Archives
  • May 2013 (3)
  • April 2013 (1)
  • March 2013 (2)
  • February 2013 (2)
  • January 2013 (2)
  • December 2012 (4)
  • November 2012 (2)
  • October 2012 (2)
  • September 2012 (1)
  • August 2012 (3)
  • June 2012 (2)
  • May 2012 (1)
  • April 2012 (3)
  • March 2012 (3)
  • February 2012 (3)
  • January 2012 (1)
  • December 2011 (3)
  • November 2011 (1)
  • October 2011 (3)
  • September 2011 (1)
  • August 2011 (1)
  • July 2011 (4)
  • June 2011 (3)
  • May 2011 (3)
  • April 2011 (3)
  • March 2011 (5)
  • February 2011 (1)
  • January 2011 (2)
  • December 2010 (1)
  • November 2010 (4)
  • October 2010 (1)
  • September 2010 (3)
  • August 2010 (5)
  • July 2010 (3)
  • June 2010 (3)
  • May 2010 (1)
  • April 2010 (3)
  • March 2010 (3)
  • February 2010 (3)
  • January 2010 (2)
  • December 2009 (3)
  • November 2009 (5)
  • October 2009 (4)
  • September 2009 (5)
  • August 2009 (5)
  • July 2009 (11)
  • June 2009 (6)
  • May 2009 (5)
  • April 2009 (3)
  • March 2009 (18)
  • February 2009 (10)
  • January 2009 (3)
  • December 2008 (2)
  • November 2008 (2)
  • October 2008 (5)
  • September 2008 (4)
  • August 2008 (10)
  • July 2008 (6)
  • June 2008 (8)
  • May 2008 (2)
  • April 2008 (4)
  • March 2008 (2)
  • February 2008 (2)
  • January 2008 (5)
  • December 2007 (3)
  • November 2007 (2)
  • October 2007 (3)
  • September 2007 (1)
  • August 2007 (4)
  • July 2007 (5)
  • June 2007 (3)
  • May 2007 (4)
  • April 2007 (1)
  • March 2007 (6)
  • February 2007 (3)
  • January 2007 (2)
  • December 2006 (4)
  • November 2006 (3)
  • October 2006 (1)
  • August 2006 (1)
  • June 2006 (5)
  • May 2006 (5)
  • December 2005 (1)
  • November 2005 (4)
  • October 2005 (2)
  • September 2005 (1)
  • April 2005 (3)
  • December 2004 (2)
  • September 2004 (2)
  • August 2004 (3)
  • July 2004 (3)
Blogs I Read
  • Exchange

  • Raymond Chen [MSFT]

  • Larry Osterman [MSFT]

  • Peter David

  • Aaron Margosis [MSFT]

  • Jason Johnston [MSFT]

  • Matt Stehle (MSFT)

  • Patrick Creehan [MSFT]

  • Ryan Gregg [MSFT]

    Outlook PM
  • WebDav 101

    Dan Bagley (MSFT)
  • Dave Vespa [MSFT]

  • Randy Topken

    Outlook EE

August, 2006

MSDN Blogs > SGriffin's MAPI Internals > August, 2006
  • Subscribe via RSS
Sort by: Most Recent | Most Views | Most Comments
Excerpt View | Full Post View
  • SGriffin's MAPI Internals

    Building MFCMAPI With Visual Studio 6

    Posted over 7 years ago
    by Stephen Griffin - MSFT
    • 2 Comments

    Update – Get the latest MFCMAPI build and source (which should build with VS6) at http://codeplex.com/mfcmapi

    I'm still working on getting the MAPI Editor source public. In the meantime, one of my colleagues informed me that the MFCMAPI source (http://support.microsoft.com/kb/291794/) doesn't build with Visual Studio 6 anymore.

    This was quite surprising since I build it all the time with VS 6. So we compared our machines to figure out why.

    First issue - if you just install VC 6 and try to build the source the first thing you see is this:

    c:\mfcmapi\res\MFCMapi.rc2(53) : error RC2188: #error :  "MFCMAPI requires that the February 2003 or later Microsoft SDK be installed for compilation"
    c:\mfcmapi\res\MFCMapi.rc2(54) : error RC2188: #error :  "Go to the following URL"
    c:\mfcmapi\res\MFCMapi.rc2(55) : error RC2188: #error :  "    http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"
    c:\mfcmapi\res\MFCMapi.rc2(56) : error RC2188: #error :  "and follow the instructions to install the core SDK"

    Ok - that's pretty straightforward. So you install that, but it still doesn't work. Oh yeah - I left something out of my instructions:

    Fix 1

    In Visual C++, under Tools/Options/Directories, you need to add the Platform SDK to the Include and Library paths. The new entries will need to come before the existing Visual Studio Entries. So, supposing the SDK was installed to c:\Program Files\Microsoft Platform SDK, to Include you would add:

    c:\Program Files\Microsoft Platform SDK\Include
    c:\Program Files\Microsoft Platform SDK\Include\MFC
    c:\Program Files\Microsoft Platform SDK\Include\ATL

    and to Library you would add:

    c:\Program Files\Microsoft Platform SDK\Lib 

    So you do that and it mostly compiles. Well, except for this:

    C:\mfcmapi\File.cpp(594) : error C2039: 'pwcsTemplateFile' : is not a member of 'tagSTGOPTIONS'
            C:\Program Files\Microsoft Platform SDK\Include\objbase.h(913) : see declaration of 'tagSTGOPTIONS'

    Ok - this worked with the February 2003 SDK, but the SDK folks must have changed a header. No problem - we see that the line was redundant - we can get rid of it:

    Fix 2

    Cut this line from file.cpp:

    myOpts.pwcsTemplateFile = 0;

    Now we compile, but we still don't link! We get this:

    Linking... uuid.lib(cguid_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module Error executing link.exe.

    If you do some searches on this error, you'll find a whole firestorm of debate on whether or not the SDK folks did the right thing with uuid.lib and discontinued support for VC 6. I won't give my opinion, but for the purposes of getting the project to build, here's one workaround:

    Fix 3

    Locate the platform SDK's copy of uuid.lib here:

    c:\program files\microsoft platform SDK\Lib 
    and rename it to uuid.bak. Then locate the VC6 copy of uuid.lib here:
    c:\program files\Microsoft Visual Studio\VC98\Lib 

    and copy it into the above directory. Now everything should link.

    If/when I get the MAPI Editor source published it will include a Visual Studio 2005 project, so hopefully this won't be a problem in the future.

Page 1 of 1 (1 items)
  • © 2013 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy & Cookies
  • Report Abuse
  • 5.6.426.415