<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Late Binding !!!!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Late Binding !!!!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:06:36 +0000</pubDate>
  <lastBuildDate>Mon, 03 Jan 2005 12:38:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=1616</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Late Binding !!!! : I&amp;#039;ve been working with these...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1616&amp;PID=4592&amp;title=late-binding#4592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=913">amorton</a><br /><strong>Subject:</strong> 1616<br /><strong>Posted:</strong> 03 January 2005 at 12:38pm<br /><br />I've been working with these controls for about 2 weeks now and first off they look great. <br><br>But i have just worked out that the controls and objects only havedispatch interfaces defined, so they can only be late bound. So the VBcompiler cannot check for correctness when working with these controls.<br><br>There is no way i can compile and ship quality code if the compileris unable to guarantee code will at least execute. This is one of the thingscompilers do, make sure the code will run. If there is a way to get thevb compiler to check against disp interfaces please let me know. <br><br>I discovered this because i was getting runtime errors that should havebeen detected by the compiler. So I used ole view from visual studio 6to look at the type lib for the report and command bar controls. Itshows that all interfaces are defined as dispinterface .<br><br>If I examine the type lib for the ocx from the competitor control i used to use theirinterfaces are defined as "interface", derived from IDispatch and markedas "dual" so they can be used by late and early binding. So thecompiler can ensure the code will work. <br><br>This is a serious floor in the controls. I need to be able to deliver aproduct used by hundreds of people in a broadcast media company wherereliability is all important. But I now fear i cannot deliver thatlevel of quality using your controls without a large additional testingeffort to ensure that all lines of code that use your controls areexecuted. This is normally what the compiler does, using your controlsi need to get a person to do. <br><br>These controls look great and do some amazing things but thepoor documentation means it takes longer than it should to work out how theywork. And the lack of compile timechecking puts them in the same league as old fashion ASP for shipping quality product.<br><br>Can someone please let me know if the proposed release at the end ofJanuary will include dual interfaces so the compiler can check the code.<br><br>thanks<br>aaron<br>]]>
   </description>
   <pubDate>Mon, 03 Jan 2005 12:38:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1616&amp;PID=4592&amp;title=late-binding#4592</guid>
  </item> 
 </channel>
</rss>