<?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 : Dll crashing on some machines.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Dll crashing on some machines.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 21:22:40 +0000</pubDate>
  <lastBuildDate>Fri, 29 Aug 2008 04:17: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=11981</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[Dll crashing on some machines. : Call  XTPSkinManager()-&amp;gt;LoadSkin(NULL,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40580&amp;title=dll-crashing-on-some-machines#40580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11981<br /><strong>Posted:</strong> 29 August 2008 at 4:17am<br /><br /><P>Call </P><DIV>XTPSkinManager()-&gt;LoadSkin(NULL, NULL);</DIV><DIV>XTPSkinManager()-&gt;RemoveAll();</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 04:17:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40580&amp;title=dll-crashing-on-some-machines#40580</guid>
  </item> 
  <item>
   <title><![CDATA[Dll crashing on some machines. : Hello, I checked in class XTPSkinManager....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40577&amp;title=dll-crashing-on-some-machines#40577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11981<br /><strong>Posted:</strong> 29 August 2008 at 2:48am<br /><br />Hello,<DIV>I checked in class XTPSkinManager. There are some functions like Remove(),RemoveAll().I tried these functions to remove the skin,But it wasnt working.</DIV><DIV>Also there is one function FreeSkinData() function to remove the skin,but it is private.</DIV><DIV>&nbsp;</DIV><DIV>Which function shall i use to remove the skin.Please guide me accordingly.</DIV><DIV>Please guide it for dll case if possible.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Reagards,</DIV><DIV>Vijay.</DIV>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 02:48:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40577&amp;title=dll-crashing-on-some-machines#40577</guid>
  </item> 
  <item>
   <title><![CDATA[Dll crashing on some machines. : Hello,  its because you load...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40455&amp;title=dll-crashing-on-some-machines#40455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11981<br /><strong>Posted:</strong> 27 August 2008 at 4:05am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>its because you load skin in dll. </DIV><DIV>Load it in exe or Unload and Remove all &nbsp;in dll's ExitInstance.</DIV>]]>
   </description>
   <pubDate>Wed, 27 Aug 2008 04:05:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40455&amp;title=dll-crashing-on-some-machines#40455</guid>
  </item> 
  <item>
   <title><![CDATA[Dll crashing on some machines. : Hello, I have created one dummy...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40447&amp;title=dll-crashing-on-some-machines#40447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11981<br /><strong>Posted:</strong> 26 August 2008 at 11:23pm<br /><br /><P>Hello,</P><DIV>I have created one dummy dialog based application. and one dll in mfc.</DIV><DIV>Later i applied the extreame toolkit library in dll and applied theme on a dialog coming from that dll.</DIV><DIV>The dll is being called from exe application.</DIV><DIV>Herewith i am sending both dummy dll and exe applications.</DIV><DIV>1)You just run the exe application. one dialog will come.</DIV><DIV>2)click the ok button on the dialog.</DIV><DIV>3)another dilaog will pop up when u click on the ok button,There is theme applied on this popup&nbsp;dialog using xtreametoolkit.</DIV><DIV>4) then press ok or close button on this pop up dialog.</DIV><DIV>The application crashes.</DIV><DIV><a href="https://forum.codejock.com/uploads/20080826_232106_Desktop.zip" target="_blank">uploads/20080826_232106_Desktop.zip</A></DIV><DIV>&nbsp;</DIV><DIV>And this crash is coming on most of the machines. only 2 machines we found the exception for this in our office.</DIV><DIV>&nbsp;</DIV><DIV>Can You please suggest why it is happening?Why the application crashing on most of the machines?</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards,</DIV><DIV>Vijay.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 23:23:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11981&amp;PID=40447&amp;title=dll-crashing-on-some-machines#40447</guid>
  </item> 
 </channel>
</rss>