<?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 : Missing Hook for CreateThread</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Missing Hook for CreateThread]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 10:38:43 +0000</pubDate>
  <lastBuildDate>Tue, 09 Jun 2020 17:17:18 +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=23972</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[Missing Hook for CreateThread : Hi MarkusDid you get resolution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23972&amp;PID=77697&amp;title=missing-hook-for-createthread#77697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9419">matthewS</a><br /><strong>Subject:</strong> 23972<br /><strong>Posted:</strong> 09 June 2020 at 5:17pm<br /><br />Hi Markus<div><br></div><div>Did you get resolution for this problem. We are having a similar issue?</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 09 Jun 2020 17:17:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23972&amp;PID=77697&amp;title=missing-hook-for-createthread#77697</guid>
  </item> 
  <item>
   <title><![CDATA[Missing Hook for CreateThread : Dear Codejock-Team,during our...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23972&amp;PID=77652&amp;title=missing-hook-for-createthread#77652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8956">MarkusA</a><br /><strong>Subject:</strong> 23972<br /><strong>Posted:</strong> 31 March 2020 at 7:48am<br /><br />Dear Codejock-Team,<br><br>during our migration from Visual Studio 2010 to Visual Studio 2017 we encountered the following error: Every time when we started a thread the whole skin of our application got broken.<br><br>After some research we found out that you are hooking the Method "CreateThread" from the following Windows DLLs (in your Class CXTPSkinManagerApiHook):<br><ul><li>API-MS-WIN-CORE-PROCESSTHREADS-L1-1-1.DLL</li></ul><ul><li>API-MS-WIN-CORE-PROCESSTHREADS-L1-1-2.DLL</li></ul><br>But the following DLL ist missing here (Last number is Zero):<br><ul><li>API-MS-WIN-CORE-PROCESSTHREADS-L1-1-0.DLL</li></ul><br>Code from the current Version 19.1.0 (XTPSkinManagerApiHook.cpp Line 1058):<br><br><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp; XTPSFHOOKINFOEX("API-MS-WIN-CORE-PROCESSTHREADS-L1-1-1.DLL", CreateThread,<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;API_MS_WIN_CORE_PROCESSTHREADS_L1_1_1, 0, &amp;CXTPSystemVersion::IsWin8OrGreater),<br>&nbsp;&nbsp; &nbsp;XTPSFHOOKINFOEX("API-MS-WIN-CORE-PROCESSTHREADS-L1-1-2.DLL", CreateThread,<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;API_MS_WIN_CORE_PROCESSTHREADS_L1_1_2, 0, &amp;CXTPSystemVersion::IsWin81OrGreater),</pre></td></tr></table><br><br>Looking at the other hooks we decided to add the following Hook:<br><br><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp; XTPSFHOOKINFOEX("API-MS-WIN-CORE-PROCESSTHREADS-L1-1-0.DLL", CreateThread,<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;API_MS_WIN_CORE_PROCESSTHREADS_L1_1_0, 0, &amp;CXTPSystemVersion::IsWin7OrGreater),</pre></td></tr></table><br><br>We are using this since Mid 2019 with Codejock 18.6.0 and Visual Studio 2017 (v 15.9.14) and currently with Codejock 19.1.0 and Visual Studio 2019 (v 16.5.1).<br><br>Can you verify this fix and apply it with the next Codejock Release?<br><br>Yours Sincerely<br>Markus]]>
   </description>
   <pubDate>Tue, 31 Mar 2020 07:48:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23972&amp;PID=77652&amp;title=missing-hook-for-createthread#77652</guid>
  </item> 
 </channel>
</rss>