<?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 : Compatibility problems with Matrox Imaging Library</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Compatibility problems with Matrox Imaging Library]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:35:45 +0000</pubDate>
  <lastBuildDate>Thu, 26 Mar 2009 15:33:40 +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=10171</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[Compatibility problems with Matrox Imaging Library : Yes, some dlls don&amp;#039;t like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=47191&amp;title=compatibility-problems-with-matrox-imaging-library#47191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 26 March 2009 at 3:33pm<br /><br />Yes, some dlls don't like when SkinFramework hook them and solution to exclude them using Exclude method.<br><br><br>You can run Process Explorer from sysinternals - http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx<br>it can show list of loaded dlls and use exclude all ado related.<br><br>SkinFramework1.ExcludeModule "Module.dll" &nbsp;              ]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 15:33:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=47191&amp;title=compatibility-problems-with-matrox-imaging-library#47191</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library : hi there  i have a similar problem,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=47129&amp;title=compatibility-problems-with-matrox-imaging-library#47129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5095">bhuvidya</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 25 March 2009 at 7:50pm<br /><br />hi there<br /><br />i have a similar problem, but with flash activex control - i think your solution may be mine as well! how exactly did you "remove the window handle you assigned to the Matrox live video from the codejock skin framework"??<br /><br />any help greatly appreciated<br />bhu<br /><br />]]>
   </description>
   <pubDate>Wed, 25 Mar 2009 19:50:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=47129&amp;title=compatibility-problems-with-matrox-imaging-library#47129</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library : I found the solution.I removed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=34139&amp;title=compatibility-problems-with-matrox-imaging-library#34139</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3543">pijnappel</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 23 April 2008 at 2:01am<br /><br />I found the solution.<br><br>I removed the window handle I assigned to the Matrox live video from the codejock skin framework and now it works as expected.<br><br>Thanks for your suggestions<br><br>pijnappel<br>]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 02:01:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=34139&amp;title=compatibility-problems-with-matrox-imaging-library#34139</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library : Hi;  it&amp;#039;s not only a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33437&amp;title=compatibility-problems-with-matrox-imaging-library#33437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 10 April 2008 at 3:16pm<br /><br />Hi;<DIV>&nbsp;</DIV><DIV>it's not only a problem of the calling convention. It also happens when you dynamically load a library and assign a function to a function pointer that has a wrong signature;&nbsp;e.g. you define a function pointer like this (using Simons)</DIV><DIV>&nbsp;</DIV><DIV><strong><FONT face="Courier New" size=2>typedef DWORD&nbsp;(__stdcall MYFUNCTIONPOINTER) (DWORD, LPCTSTR);</FONT></strong></DIV><P>But the library&nbsp;implements the function with</P><DIV>DWORD _stdcall ThisIsMyFunction(DWORD dwData);</DIV><DIV>&nbsp;</DIV><DIV>Now you call it using the function pointer, providing a wrong number and/or wrong type of parameter(s).</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 15:16:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33437&amp;title=compatibility-problems-with-matrox-imaging-library#33437</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library :   pijnappel wrote: Thanks, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33435&amp;title=compatibility-problems-with-matrox-imaging-library#33435</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 10 April 2008 at 2:46pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by pijnappel" alt="Originally posted by pijnappel" style="vertical-align: text-bottom;" /> <strong>pijnappel wrote:</strong><br /><br /><DIV>Thanks, but unfortunately I have no access to the MIL libraries source code so&nbsp;I can't look into it. </DIV><DIV>&nbsp;</DIV><DIV>I thought it could be a problem of the SkinFramework hooks because it hooks to Threads&nbsp;to skin Controls. Maybe the cleanup of hooked threads by MIL could cause this error?&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Update: </DIV><DIV>I searched the MIL Header files and found out that the MIL functions I need to use&nbsp;include __stdcall.&nbsp;Do you know a solution to handle this without changing the MIL Library (I can't do that anyway)?</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Me - no, don't know, sorry.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 14:46:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33435&amp;title=compatibility-problems-with-matrox-imaging-library#33435</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library : Thanks, but unfortunately I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33402&amp;title=compatibility-problems-with-matrox-imaging-library#33402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3543">pijnappel</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 10 April 2008 at 3:53am<br /><br /><DIV>Thanks, but unfortunately I have no access to the MIL libraries source code so&nbsp;I can't look into it. </DIV><DIV>&nbsp;</DIV><DIV>I thought it could be a problem of the SkinFramework hooks because it hooks to Threads&nbsp;to skin Controls. Maybe the cleanup of hooked threads by MIL could cause this error?&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Update: </DIV><DIV>I searched the MIL Header files and found out that the MIL functions I need to use&nbsp;include __stdcall.&nbsp;Do you know a solution to handle this without changing the MIL Library (I can't do that anyway)?</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 03:53:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33402&amp;title=compatibility-problems-with-matrox-imaging-library#33402</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library :   pijnappel wrote:Hello,   our...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33399&amp;title=compatibility-problems-with-matrox-imaging-library#33399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 10 April 2008 at 3:17am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by pijnappel" alt="Originally posted by pijnappel" style="vertical-align: text-bottom;" /> <strong>pijnappel wrote:</strong><br /><br />Hello, <DIV>&nbsp;</DIV><DIV>our application uses Matrox Imaging Library (MIL-LITE v. 8.0) to display a live video stream. When I load a skin using SkinFramework everything seems to work fine until I close the application window. </DIV><DIV>&nbsp;</DIV><DIV>In the DeInitialization function for MIL components, where MIL Threads are cleaned up I get the following error message:</DIV><DIV>&nbsp;</DIV><DIV><EM>Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention. <BR></EM></DIV><DIV><EM>&nbsp;</DIV></EM><DIV>Commenting out the LoadSkin function of SkinFramework everything shuts down without errors. I already reported this to Matrox, but no response till today. Could this be a problem caused by SkinFrameworks hooking functions? I'm thankfull for every suggestion.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>pijnappel</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>I had this problem in something else where I incorrectly defined a function as __stdcall instead of __cdecl.</DIV><DIV>&nbsp;</DIV><DIV>This function was access by loading the DLL then using GetProcAddress.</DIV><DIV>&nbsp;</DIV><DIV>For example (wrong):</DIV><DIV><FONT size=2><FONT face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; <strong>typedef DWORD&nbsp;(__stdcalll REPORTERTICKLE)&nbsp;&nbsp;&nbsp;();</strong></FONT><BR></FONT>instead of</DIV><DIV><FONT size=2 face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; <strong>typedef DWORD&nbsp;(__cdecl REPORTERTICKLE)&nbsp;&nbsp;&nbsp;();<BR></strong></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 03:17:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33399&amp;title=compatibility-problems-with-matrox-imaging-library#33399</guid>
  </item> 
  <item>
   <title><![CDATA[Compatibility problems with Matrox Imaging Library : Hello,  our application uses...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33395&amp;title=compatibility-problems-with-matrox-imaging-library#33395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3543">pijnappel</a><br /><strong>Subject:</strong> 10171<br /><strong>Posted:</strong> 10 April 2008 at 3:00am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>our application uses Matrox Imaging Library (MIL-LITE v. 8.0) to display a live video stream. When I load a skin using SkinFramework everything seems to work fine until I close the application window. </DIV><DIV>&nbsp;</DIV><DIV>In the DeInitialization function for MIL components, where MIL Threads are cleaned up I get the following error message:</DIV><DIV>&nbsp;</DIV><DIV><EM>Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention. <BR></EM></DIV><DIV><EM>&nbsp;</DIV></EM><DIV>Commenting out the LoadSkin function of SkinFramework everything shuts down without errors. I already reported this to Matrox, but no response till today. Could this be a problem caused by SkinFrameworks hooking functions? I'm thankfull for every suggestion.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>pijnappel</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 03:00:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10171&amp;PID=33395&amp;title=compatibility-problems-with-matrox-imaging-library#33395</guid>
  </item> 
 </channel>
</rss>