<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx</link><description>Earlier this week I was helping a customer port some code from Visual Studio 2005 to a beta build of Orcas when we noticed an interesting change of behavior in how the new version of midl.exe (from the Windows Vista SDK release) was parsing code. In case</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#4499751</link><pubDate>Wed, 22 Aug 2007 00:58:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4499751</guid><dc:creator>Kunal Shah</dc:creator><description>&lt;p&gt;Midl giving a forward declaration error is perfectly valid in the above scenario. The main idl file has a forward declaration for &amp;quot;interface MyInterface&amp;quot; which is actaully an unresolved forward declaration. The included idl file &amp;quot;#include “MyInterfaceDefn.idl” actually defines MyInterface as dispinterface. Please note that dispinterface is not the same as interface. So while the dispinterface was defined, the forward reference for the interface was unfulfilled.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4499751" width="1" height="1"&gt;</description></item><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#3902216</link><pubDate>Tue, 17 Jul 2007 01:09:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3902216</guid><dc:creator>Ben Anderson</dc:creator><description>&lt;p&gt;As has been pointed out, this post contains a workaround to a change in behavior between the Windows SDK's midl released with Vista and that released with Visual Studio 2005. &amp;nbsp;I am currently working with the owners of midl.exe on the Windows team to determine if the change was intentional and why so. &amp;nbsp;I'll post an update if I get some solid info.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3902216" width="1" height="1"&gt;</description></item><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#3895241</link><pubDate>Mon, 16 Jul 2007 16:37:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3895241</guid><dc:creator>Tim Lovell-Smith</dc:creator><description>&lt;p&gt;There's something really important that you didn't mention, which is:&lt;/p&gt;
&lt;p&gt;Either you are trying to get this issue fixed (the post sounds like you would rather blame the tools team than get it fixed), or...&lt;/p&gt;
&lt;p&gt;WHY should the users work around this problem? What is inherently wrong with backwards (as opposed to forwards) declarations?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3895241" width="1" height="1"&gt;</description></item><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#3620678</link><pubDate>Sat, 30 Jun 2007 10:43:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3620678</guid><dc:creator>Ken Hagan</dc:creator><description>&lt;p&gt;Your &amp;quot;solution&amp;quot; is a workaround, and if the affected code is in a third-party header it isn't a terribly practical one. The real solution is to fix MIDL so that it accepts re-declarations, just like any C or C++ compiler would.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3620678" width="1" height="1"&gt;</description></item><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#3602011</link><pubDate>Fri, 29 Jun 2007 15:14:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3602011</guid><dc:creator>Observer</dc:creator><description>&lt;p&gt;Please, please, please guys, talk to your managers and make them see that the C++ front-end is the most valuable piece of software you have.&lt;/p&gt;
&lt;p&gt;Why are ATL libraries neglected while .NET is eating all the resources. Why is ADO.next taking precedence and opening up everything while OLE DB tooling is closed down in binary form for VS.&lt;/p&gt;
&lt;p&gt;It is not good news, and I can understand people moving away to .NET have had enough. However, it is obvious that C++ native support has been suffering because all the resources have gone to those green (and yellow Java for that matter) pastures.&lt;/p&gt;
&lt;p&gt;It is nonsense to work more on C++ CLI support than native libraries, OS and Win32.&lt;/p&gt;
&lt;p&gt;Please provide us with thin and fast OS and tools. &lt;/p&gt;
&lt;p&gt;Hearing that IDL compiler is upgraded is great news but far more work needs to be done to bring C++ back to support of GCC.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3602011" width="1" height="1"&gt;</description></item><item><title>re: Fixing "Unsatisfied forward declaration" error from MIDL</title><link>http://blogs.msdn.com/b/vcblog/archive/2007/06/27/fixing-unsatisfied-forward-declaration-error-from-midl.aspx#3576795</link><pubDate>Thu, 28 Jun 2007 09:49:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3576795</guid><dc:creator>Lennie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a list somewhere of these changes? &lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Lennie De Villiers&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3576795" width="1" height="1"&gt;</description></item></channel></rss>