Sign In
Mike Wasson's Blog
About Media Foundation, DirectShow, and related topics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
DirectShow
DirectX Graphics
Media Foundation
MSDN
Other
Windows 7
Windows SDK
Archive
Archives
September 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(3)
July 2008
(1)
April 2008
(1)
March 2008
(2)
February 2008
(2)
January 2008
(2)
December 2007
(2)
November 2007
(1)
October 2007
(2)
August 2007
(1)
February 2007
(1)
October 2006
(1)
May 2005
(3)
April 2005
(2)
December 2004
(1)
MIDL error: 'annotation'
MSDN Blogs
>
Mike Wasson's Blog
>
MIDL error: 'annotation'
MIDL error: 'annotation'
MikeWasson
2 Oct 2006 1:41 PM
Comments
0
A colleage recently got this error while compiling unknown.idl:
1>C:\Program Files\Microsoft SDKs\Windows\v6.0\Include\unknwn.idl(108) : error MIDL2025 : syntax error : expecting ] or , near "annotation"
1>C:\Program Files\Microsoft SDKs\Windows\v6.0\Include\unknwn.idl(108) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation
If you get this error, you are using a new version of the Windows headers with an older version of the MIDL compiler.
Fix:
1. Make sure you installed the MIDL compiler when you installed the latest Windows SDK. It should appear under "Program Files\Microsoft SDKs\Windows\v6.0\Bin".
Note: To install the MIDL compiler, you need to select
Developer Tools
/
Windows Development Tools
/
Win32 Developm
ent
Tools
in the Windows SDK setup wizard. (At least, as of RC1.)
2. In Visual Studio, under Tools > Options > Projects and Solutions > VC++ Directories > Executable Files, add
x:\Program Files\Microsoft SDKs\Windows\v6.0\bin
to the top of the list.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
(c) 2006 Microsoft Corporation. All rights reserved.
0 Comments
Windows SDK
Blog - Comment List MSDN TechNet
Comments
Loading...