<?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 : winlogon.exe instruction error after XTPSkinM</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : winlogon.exe instruction error after XTPSkinM]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 03:11:55 +0000</pubDate>
  <lastBuildDate>Sun, 24 May 2009 17:07:38 +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=14319</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[winlogon.exe instruction error after XTPSkinM : For anyone wanting to know how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49303&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5059">doinIT</a><br /><strong>Subject:</strong> 14319<br /><strong>Posted:</strong> 24 May 2009 at 5:07pm<br /><br /><DIV>For anyone wanting to know how to fix problems similar to this.</DIV><DIV>&nbsp;</DIV><DIV>Oleg helped me with this one.<BR><BR>Calling XTPSkinManager()-&gt;LoadSkin(NULL, NULL); from my CDialog::OnDestroy method fixed the problem.<BR><BR></DIV>]]>
   </description>
   <pubDate>Sun, 24 May 2009 17:07:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49303&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49303</guid>
  </item> 
  <item>
   <title><![CDATA[winlogon.exe instruction error after XTPSkinM : Thanks for idea, but it didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49120&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5059">doinIT</a><br /><strong>Subject:</strong> 14319<br /><strong>Posted:</strong> 18 May 2009 at 7:21pm<br /><br /><P>Thanks for idea, but it didn't fix the problem.</P><DIV><FONT size=2>I've also tried SetAutoApplyNewWindows(FALSE); and SetAutoApplyNewThreads(FALSE);, but the probelm persists.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>XTPSkinManager()-&gt;ExcludeModule(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"winlogon.exe"</FONT></FONT><FONT size=2>);</DIV><P>XTPSkinManager()-&gt;SetAutoApplyNewWindows(FALSE);</P><P>XTPSkinManager()-&gt;SetAutoApplyNewThreads(FALSE);</P><P></P><P>XTPSkinManager()-&gt;SetApplyOptions(XTPSkinManager()-&gt;GetApplyOptions() | xtpSkinApplyMetrics);</P><P>XTPSkinManager()-&gt;LoadSkin(m_strStylesPath + _T(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Untitled1.cjstyles"</FONT></FONT><FONT size=2>), _T(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"NormalBlack.ini"</FONT></FONT><FONT size=2>)); </P><P>Any other ideas?</P><DIV>Is there a way to manually shutdown the skin manager?</DIV><DIV>&nbsp;</DIV><DIV>I've tried <a href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\MFC\Xtreme%20ToolkitPro%20v13.0.0\help\SymbolReference.chm::/CXTPSkinManager__RemoveAll@BOOL.html" target="_blank"><FONT color=#800080>RemoveAll</FONT></A>&nbsp;but this didn't fix the problem.</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 18 May 2009 19:21:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49120&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49120</guid>
  </item> 
  <item>
   <title><![CDATA[winlogon.exe instruction error after XTPSkinM : You can try using ExclueModule...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49110&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 14319<br /><strong>Posted:</strong> 18 May 2009 at 9:01am<br /><br />You can try using ExclueModule to exclude winlogon.]]>
   </description>
   <pubDate>Mon, 18 May 2009 09:01:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49110&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49110</guid>
  </item> 
  <item>
   <title><![CDATA[winlogon.exe instruction error after XTPSkinM : Hi,  I&amp;#039;m using the latest...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49098&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5059">doinIT</a><br /><strong>Subject:</strong> 14319<br /><strong>Posted:</strong> 18 May 2009 at 2:06am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I'm using the latest Toolkit Pro V13.0 which I downloaded today.</DIV><DIV>I'll do my best to explain this annoying problem. </DIV><DIV>&nbsp;</DIV><DIV>The GUI for our main app is written in Delphi. I write DLL's in VS2008 C++ (compiling on Vista SP1) that are called from the Delphi process.</DIV><DIV>Inside one DLL is an MFC Dialog app linked&nbsp;to MFC statically&nbsp;where I use the following two lines of code in the constructor.</DIV><DIV>&nbsp;</DIV><DIV>// Constructor calls this</DIV><DIV>XTPSkinManager()-&gt;SetApplyOptions(XTPSkinManager()-&gt;GetApplyOptions() | xtpSkinApplyMetrics);<BR>XTPSkinManager()-&gt;LoadSkin(m_strStylesPath + _T("Untitled1.cjstyles"), _T("NormalBlack.ini"));&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This works really well and gives all the dialogs inside my .dll a nice look.</DIV><DIV>&nbsp;</DIV><DIV>After the Dialog in this DLL is closed the Delphi GUI does it's thing then calls another MFC .dll (contains routines only) where I setup a keyboard hook to prevent access to system keys and CTRL-ALT-DEL etc.. To accomplish this I use a routine that injects code into winlogon.exe enabling me to catch all keypresses.</DIV><DIV>&nbsp;</DIV><DIV>When I run this app on XP after compiling on Vista with Toolkit Pro I get an exception with winlogon.exe.</DIV><DIV>&nbsp;</DIV><DIV>"The instruction at "0x1024ab20" referenced memory at "0x1024ab20". The memory could not be written".</DIV><DIV>Then the machine restarts.</DIV><DIV>&nbsp;</DIV><DIV>There is no problem if I remove the XTPSkinManager()-&gt;LoadSkin method.</DIV><DIV>&nbsp;</DIV><DIV>I know this sounds a bit out there, but hopefully someone may have some suggestion.</DIV><DIV>&nbsp;</DIV><DIV>Cheers,</DIV><DIV>&nbsp;</DIV><DIV>Jai</DIV>]]>
   </description>
   <pubDate>Mon, 18 May 2009 02:06:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14319&amp;PID=49098&amp;title=winlogon-exe-instruction-error-after-xtpskinm#49098</guid>
  </item> 
 </channel>
</rss>