<?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 : How to use with Visual c++ 2005</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : How to use with Visual c++ 2005]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 14:58:53 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 02:20:07 +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=11001</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[How to use with Visual c++ 2005 : Yes this might bea reason for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36837&amp;title=how-to-use-with-visual-c-2005#36837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 17 June 2008 at 2:20am<br /><br /><P>Yes this might be&nbsp;a reason for skin framework error... nice notes... thanks.</P>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 02:20:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36837&amp;title=how-to-use-with-visual-c-2005#36837</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 :  Some thread notes: 1. Be sure...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36820&amp;title=how-to-use-with-visual-c-2005#36820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 17 June 2008 at 12:12am<br /><br /><font face="Georgia, Times New Roman, Times, serif" size="2"><i><b>Some thread notes:</b></i></font><br><br>1. Be sure your thread is declared and defined <b>WINAPI</b> (<font face="Courier New, Courier, mono">__stdcall </font>rather than <font face="Courier New, Courier, mono">__cdecl</font>):<br><blockquote><b><font face="Courier New, Courier, mono" size="2">DWORD WINAPI MyFunc(LPVOID param);</font></b><br></blockquote><b><font face="Courier New, Courier, mono" size="2"></font></b>2. You should not have to cast <b>MyFunc</b> to pass it to <b>CreateThread()</b>! Thefunction signatures should match if <b>MyFunc</b> is declared properly.<br><br>3. You may want to use the CRT function <b>_beginthreadex()</b> instead of <b>CreateThread()</b>. I believe it avoids some handle leaks. In this case, to avoid return type mismatch, your thread routine should be declared and defined:<br><blockquote><font size="2"><b><font face="Courier New, Courier, mono">unsigned __stdcall MyFunc(void *param);</font></b></font><br></blockquote><font size="2"><b><font face="Courier New, Courier, mono">or<br></font></b></font><blockquote><font size="2"><b><font face="Courier New, Courier, mono">unsigned WINAPI MyFunc(LPVOID param);</font></b></font><br></blockquote><font size="2"><font face="Courier New, Courier, mono"><font face="Arial, Helvetica, sans-serif"><font face="Verdana, Arial, Helvetica, sans-serif">Because the skin framework hooks various Windows API functions, probably including CreateThread, it may bring this coding error to light, while without skinning nothing bad occurs.<br><br>I hope this helps!</font><br></font></font><b><font face="Courier New, Courier, mono"><br></font></b></font>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 00:12:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36820&amp;title=how-to-use-with-visual-c-2005#36820</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : ok just got it... sorry for all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36819&amp;title=how-to-use-with-visual-c-2005#36819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 17 June 2008 at 12:02am<br /><br />ok just got it... sorry for all the confusion... the func that i was running using CreateThread was not created with standard norms and so i was getting the problem... My function was returning void but actually it should have been DWORD... I dont know how it was working without SkinFramework... but I am glad its working now... Thanks for all the support.<DIV>&nbsp;</DIV><DIV>Now I would like to buy it, one question, for using SkinFrameWork, I only need to buy SkinFrameWork Component instead of complete Toolkit, Right?</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 00:02:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36819&amp;title=how-to-use-with-visual-c-2005#36819</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : Hello Smucker, thanks for replying....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36817&amp;title=how-to-use-with-visual-c-2005#36817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 16 June 2008 at 11:20pm<br /><br />Hello Smucker, thanks for replying. Debugger is not showing anything except assembly as the error occurs in a dll function... which function? I dont know. I cannot link statically because I am running eval version, I would really love to buy it but atleast it should work first.<img src="https://forum.codejock.com/smileys/smiley6.gif" border="0"><DIV>&nbsp;</DIV><DIV>One thing I noted, this error occurs after a thread started by my process terminates. I think here somewhere is the catch.</DIV><DIV>&nbsp;</DIV><DIV>I am creating thread by -</DIV><FONT size=2><P>MyThread = CreateThread(0,0,(LPTHREAD_START_ROUTINE)MyFunc,(LPVOID)TRUE,0,0); </P><DIV></DIV><P>I even kept this thread func empty to be sure that there is nothing wrong with the function, it still gave the error. So I am pretty sure now threads has to&nbsp;do something with skinframework.</P><DIV></DIV><DIV></DIV>Please help.</FONT>]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 23:20:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36817&amp;title=how-to-use-with-visual-c-2005#36817</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : I haven&amp;#039;t seen this in a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36813&amp;title=how-to-use-with-visual-c-2005#36813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 16 June 2008 at 10:03pm<br /><br />I haven't seen this in a long time, but if I remember correctly:<br><br>Running in the debugger, you should be able to see where in the code this occurs (what function was just called). This may be helpful.<br><br>You may also want to link statically; this can often result in more robust debug information on the RTC failure.<br><br>]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 22:03:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36813&amp;title=how-to-use-with-visual-c-2005#36813</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : Alright, finally the skin is now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36771&amp;title=how-to-use-with-visual-c-2005#36771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 16 June 2008 at 12:46am<br /><br /><P>Alright, finally the skin is now applied. Thanks a lot but now another problem, My application make some graph and use bitblt in the onpaint()</P><P>When I perform the action that builds this graph, i get this exception -</P><P>Program: MyProgramName.exe</P><P>Module: ToolkitProEval1200vc80UD.dll</P><P>Run-Time Check Failure #0 - The value of ESP was not properly saved across a fuction call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with different calling convention.</P><P>My Application works fine without your code.</P>]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 00:46:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36771&amp;title=how-to-use-with-visual-c-2005#36771</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : Our evaluation version compiled...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36736&amp;title=how-to-use-with-visual-c-2005#36736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 14 June 2008 at 5:23am<br /><br />Our evaluation version compiled with Visual Studio 2005 with SP1.&nbsp; If you don't have SP1 such problem can appear. Install it.]]>
   </description>
   <pubDate>Sat, 14 Jun 2008 05:23:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36736&amp;title=how-to-use-with-visual-c-2005#36736</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : Tried this too... Even your samples...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36727&amp;title=how-to-use-with-visual-c-2005#36727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 13 June 2008 at 11:50pm<br /><br />Tried this too... Even your samples are giving the same problem. The error is <strong>The application failed to initialize properly (0xc0150002). Click OK to terminate the application.</strong><DIV></DIV><DIV></DIV><DIV></DIV><DIV>I have tried your toolkit on two different PCs just incase if there is problem with one but still no help.</DIV><DIV>&nbsp;</DIV><DIV>Please get me out of this, I really want to use yur product.&nbsp;Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 23:50:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36727&amp;title=how-to-use-with-visual-c-2005#36727</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : Hi, Copy this dll to Unicode_Debug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36716&amp;title=how-to-use-with-visual-c-2005#36716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 13 June 2008 at 4:18pm<br /><br /><P>Hi,</P><DIV>Copy this dll to Unicode_Debug folder of your project.</DIV><DIV>&nbsp;</DIV><DIV>Start from our samples. Navigate samples in Samples\SkinFramework folder, compile and run them.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 16:18:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36716&amp;title=how-to-use-with-visual-c-2005#36716</guid>
  </item> 
  <item>
   <title><![CDATA[How to use with Visual c++ 2005 : thanks for your help but its still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36694&amp;title=how-to-use-with-visual-c-2005#36694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4242">coolvicki7</a><br /><strong>Subject:</strong> 11001<br /><strong>Posted:</strong> 13 June 2008 at 1:23pm<br /><br /><P>thanks for your help but its still not working... the app compile well but when i try to run it, it gives ToolkitProEval1200vc80UD.dll not found.</P><P>I even tried to copy this dll&nbsp;to the application folder, now it gives application failed to initialize. As far as i can analyze, it should be because of bad installation.</P><DIV>I even tried regsvr32 but it denied to register it.</DIV><DIV>&nbsp;</DIV><DIV>Please guide. <img src="https://forum.codejock.com/smileys/smiley24.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>PS: Now I am wondering if ActiveX is a better option, please answer in straight words, can SkinFramework ActiveX be used with Visual C++ 2005, if yes, How? Actually, I tried it before but it was not allowing me to add variable to it, it was giving some script error.</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 13:23:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11001&amp;PID=36694&amp;title=how-to-use-with-visual-c-2005#36694</guid>
  </item> 
 </channel>
</rss>