<?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 : Gui_WinZip Compile Error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Gui_WinZip Compile Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 20:35:38 +0000</pubDate>
  <lastBuildDate>Wed, 21 May 2003 10:14:15 +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=17</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[Gui_WinZip Compile Error : Hello, This problem has been...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=44&amp;title=gui-winzip-compile-error#44</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 21 May 2003 at 10:14am<br /><br /><P>Hello,</P><P>This problem has been corrected and a new version of the <strong>Xtreme Toolkit v3.1</strong> has just been posted and is ready for download.</P><P>Cheers,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Wed, 21 May 2003 10:14:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=44&amp;title=gui-winzip-compile-error#44</guid>
  </item> 
  <item>
   <title><![CDATA[Gui_WinZip Compile Error : Um... I was trying to let Codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=36&amp;title=gui-winzip-compile-error#36</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 16 May 2003 at 11:55am<br /><br /><P>Um... I was trying to let Codejock know of problems with their source code, not mine. Thanks anyway.</P><span style="font-size:10px"><br /><br />Edited by jwhagen</span>]]>
   </description>
   <pubDate>Fri, 16 May 2003 11:55:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=36&amp;title=gui-winzip-compile-error#36</guid>
  </item> 
  <item>
   <title><![CDATA[Gui_WinZip Compile Error : well than youmust link to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=35&amp;title=gui-winzip-compile-error#35</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5">chaos user</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 16 May 2003 at 6:30am<br /><br /><P>well than you&nbsp;must link to the unicode libraries and write each string like this</P><P>L"Sample constant string"</P><P>without the L character it would be interpreted as char*, while &nbsp;you need WCHAR*</P>]]>
   </description>
   <pubDate>Fri, 16 May 2003 06:30:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=35&amp;title=gui-winzip-compile-error#35</guid>
  </item> 
  <item>
   <title><![CDATA[Gui_WinZip Compile Error : Yes, I am using UniCode (intentional)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=34&amp;title=gui-winzip-compile-error#34</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 16 May 2003 at 6:24am<br /><br /><P>Yes, I am using UniCode (intentional) and have installed the full compliment of DLLs and Library files for the <strong>XTreme Toolkit</strong>. I need it to work in Unicode.</P><P>Thanks.</P>]]>
   </description>
   <pubDate>Fri, 16 May 2003 06:24:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=34&amp;title=gui-winzip-compile-error#34</guid>
  </item> 
  <item>
   <title><![CDATA[Gui_WinZip Compile Error : well you obviosly are compiling...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=33&amp;title=gui-winzip-compile-error#33</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5">chaos user</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 16 May 2003 at 1:20am<br /><br /><P>well you obviosly are compiling in uncode, where the characters are 2 bytes</P><P>Compile in Win32 Debug</P><P>Oh you might've installed the codejock XT only in unicode. Reistall it with normal ANSI support.</P>]]>
   </description>
   <pubDate>Fri, 16 May 2003 01:20:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=33&amp;title=gui-winzip-compile-error#33</guid>
  </item> 
  <item>
   <title><![CDATA[Gui_WinZip Compile Error : When compiling the 3.00 library...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=29&amp;title=gui-winzip-compile-error#29</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 17<br /><strong>Posted:</strong> 15 May 2003 at 2:57pm<br /><br /><P>When compiling the 3.00 library under the ALL Projects, I am receiving this error:</P><P>--------------------Configuration: GUI_WinZip - Win32 Unicode Debug--------------------<BR>Compiling...<BR>MainFrm.cpp<BR>D:\Codejock Software\Xtreme Toolkit\Samples\GUI_WinZip\MainFrm.cpp(230) : error C2664: 'LoadBarState' : cannot convert parameter 1 from 'char &#091;10&#093;' to 'const unsigned short *'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<BR>Error executing cl.exe.</P><P>All Projects - 1 error(s), 0 warning(s)<BR></P><P>The line at fault is:</P><FONT color=#808080><P><FONT color=#880000>LoadBarState</FONT>("Bar State");</P><P></FONT>and changing it to</P><FONT color=#808080><P><FONT color=#880000>LoadBarState</FONT>(<FONT color=#a000a0>_T</FONT>("Bar State"));</P><P></FONT>Allows it to compile.</P>]]>
   </description>
   <pubDate>Thu, 15 May 2003 14:57:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17&amp;PID=29&amp;title=gui-winzip-compile-error#29</guid>
  </item> 
 </channel>
</rss>