<?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 : My app is not working in Korean OS.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : My app is not working in Korean OS.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 23 Apr 2026 04:15:30 +0000</pubDate>
  <lastBuildDate>Mon, 11 Aug 2008 03:35:00 +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=11552</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[My app is not working in Korean OS. : Hi Oleg, Thanks a lot. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39701&amp;title=my-app-is-not-working-in-korean-os#39701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 11 August 2008 at 3:35am<br /><br />Hi Oleg, Thanks a lot.]]>
   </description>
   <pubDate>Mon, 11 Aug 2008 03:35:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39701&amp;title=my-app-is-not-working-in-korean-os#39701</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : try replace  wcscpy_s(pWidech...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39686&amp;title=my-app-is-not-working-in-korean-os#39686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 11 August 2008 at 2:08am<br /><br />try replace <DIV>wcscpy_s(pWidechar,sizeof(pWidechar),sNum);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>to</DIV><DIV><DIV>wcscpy_s(pWidechar,(sNum.Length() + 1) * sizeof(WCHAR),sNum);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 11 Aug 2008 02:08:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39686&amp;title=my-app-is-not-working-in-korean-os#39686</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : Hi,The same isworking fine in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39685&amp;title=my-app-is-not-working-in-korean-os#39685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 11 August 2008 at 1:21am<br /><br />Hi,&nbsp;The same is&nbsp;working fine in my release version, not in my debug version,why?]]>
   </description>
   <pubDate>Mon, 11 Aug 2008 01:21:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39685&amp;title=my-app-is-not-working-in-korean-os#39685</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : Hi, if its ANSI application why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39632&amp;title=my-app-is-not-working-in-korean-os#39632</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 08 August 2008 at 12:59pm<br /><br />Hi,<DIV>if its ANSI application why you send Wide char with LB_ADDSTRING message. It will not work. </DIV>]]>
   </description>
   <pubDate>Fri, 08 Aug 2008 12:59:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39632&amp;title=my-app-is-not-working-in-korean-os#39632</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : Anyway, as I said earlier my app...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39627&amp;title=my-app-is-not-working-in-korean-os#39627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 08 August 2008 at 9:45am<br /><br />Anyway, as I said earlier my app is not a unicode version, I am forcibly doing like this<DIV>CStringW sNum;<BR>&nbsp;WCHAR pWidechar&#091;256&#093;;<BR>&nbsp;&nbsp;&nbsp; for (int i = 0; i &lt;= 360; i += 15)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sNum.Format(L"%d°", i);<BR>&nbsp;&nbsp;wcscpy_s(pWidechar,sizeof(pWidechar),sNum);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;::SendMessageW(GetListBoxCtrl()-&gt;GetSafeHwnd(), LB_ADDSTRING, 0, (LPARAM)pWidechar);<BR>&nbsp;&nbsp;&nbsp; }<BR>It is working fine in release version but not in debug version, it breaks in GetListBoxCtrl() and throws as ntdll.dll!7c9378ae() ( no source code available for this it only shows the disassembly), how to solve this?</DIV>]]>
   </description>
   <pubDate>Fri, 08 Aug 2008 09:45:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39627&amp;title=my-app-is-not-working-in-korean-os#39627</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : I didn&amp;#039;t know where is contest...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39610&amp;title=my-app-is-not-working-in-korean-os#39610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 08 August 2008 at 6:20am<br /><br />I didn't know where is contest :)]]>
   </description>
   <pubDate>Fri, 08 Aug 2008 06:20:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39610&amp;title=my-app-is-not-working-in-korean-os#39610</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : it&amp;#039;s better and smaller than...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39588&amp;title=my-app-is-not-working-in-korean-os#39588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 07 August 2008 at 3:40pm<br /><br />it's better and smaller than Oleg Code <u><b><a href="member_profile.asp?PF=3618&amp;FID=112" target="_blank">mgoldshteyn</a></b></u>   ]]>
   </description>
   <pubDate>Thu, 07 Aug 2008 15:40:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39588&amp;title=my-app-is-not-working-in-korean-os#39588</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. :   oleg wrote: Try this  CString...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39473&amp;title=my-app-is-not-working-in-korean-os#39473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3618">mgoldshteyn</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 05 August 2008 at 1:32pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><P>Try this</P><DIV>&nbsp;</DIV><DIV>&nbsp;CString sNum;<BR>&nbsp;&nbsp;&nbsp;for (int i = 0; i &lt;= 360; i += 15)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;sNum.Format(_T("%d"), i);<BR>&nbsp;&nbsp;&nbsp;&nbsp;sNum += (char)0xB0;<BR>&nbsp;&nbsp;&nbsp;&nbsp;pComboFind-&gt;AddString(sNum);<BR>&nbsp;&nbsp;&nbsp;}</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Why not just:</DIV><DIV>&nbsp; &nbsp;sNum.Format(_T("%d%c"),i,'\xB0');</DIV><DIV>&nbsp;</DIV><DIV>Michael Goldshteyn</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 13:32:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39473&amp;title=my-app-is-not-working-in-korean-os#39473</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : Hi Oleg, Thanks a lot. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39466&amp;title=my-app-is-not-working-in-korean-os#39466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 05 August 2008 at 9:23am<br /><br />Hi Oleg, Thanks a lot.]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 09:23:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39466&amp;title=my-app-is-not-working-in-korean-os#39466</guid>
  </item> 
  <item>
   <title><![CDATA[My app is not working in Korean OS. : Try this  CString sNum;for (int...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39281&amp;title=my-app-is-not-working-in-korean-os#39281</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11552<br /><strong>Posted:</strong> 01 August 2008 at 2:39am<br /><br /><P>Try this</P><DIV>&nbsp;</DIV><DIV>&nbsp;CString sNum;<BR>&nbsp;&nbsp;&nbsp;for (int i = 0; i &lt;= 360; i += 15)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;sNum.Format(_T("%d"), i);<BR>&nbsp;&nbsp;&nbsp;&nbsp;sNum += (char)0xB0;<BR>&nbsp;&nbsp;&nbsp;&nbsp;pComboFind-&gt;AddString(sNum);<BR>&nbsp;&nbsp;&nbsp;}</DIV>]]>
   </description>
   <pubDate>Fri, 01 Aug 2008 02:39:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11552&amp;PID=39281&amp;title=my-app-is-not-working-in-korean-os#39281</guid>
  </item> 
 </channel>
</rss>