<?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 : CRITICAL! Can&#039;t check memory leak at Win7</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CRITICAL! Can&#039;t check memory leak at Win7]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 15:01:15 +0000</pubDate>
  <lastBuildDate>Thu, 11 Feb 2010 01:12:13 +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=16160</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[CRITICAL! Can&#039;t check memory leak at Win7 : I am incredible!!! Thanks you!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56732&amp;title=critical-cant-check-memory-leak-at-win7#56732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=904">babeshade</a><br /><strong>Subject:</strong> 16160<br /><strong>Posted:</strong> 11 February 2010 at 1:12am<br /><br />I am incredible!!! Thanks you! Thanks you sooooooooooooooooooooooooooo~ much!! <DIV>You save my life in the Hell!!!</DIV><DIV>&nbsp;</DIV><DIV>Here is a present for you.</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000>while(true)</FONT></DIV><DIV><FONT color=#ff0000>{</FONT></DIV><DIV><FONT color=#ff0000>&nbsp;&nbsp;&nbsp; printf("<img src="http://forum.codejock.com/smileys/smiley32.gif" border="0">Thanks you!\");</FONT></DIV><DIV><FONT color=#ff0000>}</FONT></DIV><DIV><FONT color=#ff0000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>sorry.. it's not spam~ :)</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 11 Feb 2010 01:12:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56732&amp;title=critical-cant-check-memory-leak-at-win7#56732</guid>
  </item> 
  <item>
   <title><![CDATA[CRITICAL! Can&#039;t check memory leak at Win7 : Hi,  Thanks, we found that line  m_bSoundAvailable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56709&amp;title=critical-cant-check-memory-leak-at-win7#56709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16160<br /><strong>Posted:</strong> 10 February 2010 at 5:18am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks, we found that line</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><P>m_bSoundAvailable = waveOutGetNumDevs() &gt; 0</P><DIV></DIV><FONT color=#000000>in our sources was reason. Very strange actually. think we can just set m_bSoundAvailable = TRUE for future.</FONT></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 10 Feb 2010 05:18:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56709&amp;title=critical-cant-check-memory-leak-at-win7#56709</guid>
  </item> 
  <item>
   <title><![CDATA[CRITICAL! Can&#039;t check memory leak at Win7 : Hi~   I have a very serious...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56673&amp;title=critical-cant-check-memory-leak-at-win7#56673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=904">babeshade</a><br /><strong>Subject:</strong> 16160<br /><strong>Posted:</strong> 08 February 2010 at 8:08pm<br /><br />Hi~ <DIV>&nbsp;</DIV><DIV>I have a very serious problem.</DIV><DIV>My enviorment is as folowing.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; DEV: Microsoft Visual Studio 2005</DIV><DIV>&nbsp; TOOLKIT: Xtreme ToolkitPro v13.2.1</DIV><DIV>&nbsp; OS: Windows7</DIV><DIV>&nbsp; Locale: Korea</DIV><DIV>&nbsp;</DIV><DIV>I created a project with XtremeToolkit MDI.</DIV><DIV>And all option is default.</DIV><DIV>then added a code to CMainFrame creator.</DIV><DIV>&nbsp;</DIV><DIV>Here is a my code.</DIV><DIV>&nbsp;</DIV><DIV>CMainFrame::CMainFrame()<BR>{&nbsp;<BR>&nbsp;&nbsp;&nbsp;<FONT color=#ff0000> int* leak = new int;<BR></FONT>}</DIV><DIV>&nbsp;</DIV><DIV>I never delete the 'leak' pointer.</DIV><DIV>That's all added code.</DIV><DIV>&nbsp;</DIV><DIV>Compile and run the program.</DIV><DIV>If close a program, we must a see message for memory leak notification in output window.</DIV><DIV>&nbsp;</DIV><DIV>BUT!!!!!!!!!!!</DIV><DIV>I can't find a any leak message in output window.</DIV><DIV>Look at this. It's my output.</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#666666>'LeakTest1.exe': Loaded 'E:\02. MY PROJECT\LeakTest1\Debug\LeakTest1.exe', Symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\ntdll.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\kernel32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\KernelBase.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.debugmfc_1fc8b3b9a1e18e3b_8.0.50727.4053_none_e9832bc8fd3efed3\mfc80ud.dll', Symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_e4a329d7006acfa0\msvcr80d.dll', Symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\msvcrt.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\gdi32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\user32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\lpk.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\usp10.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\shlwapi.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\comctl32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\oleaut32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\ole32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\ToolkitPro1321vc80UD.dll', Symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\advapi32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\sechost.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\shell32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\winmm.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\imagehlp.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\imm32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\msctf.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.4053_none_03ca5532205cb096\mfc80KOR.dll', Binary was not built with debug information.<BR>Codejock ToolkitPro Initializing!<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\cryptbase.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\uxtheme.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\msimg32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\apphelp.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\IMKR12.IME', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\msvcr80.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\msvcp80.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\dwmapi.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\cryptsp.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\rsaenh.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\RpcRtRemote.dll', No symbols loaded.<BR>Warning: CMDIFrameWnd without a default menu.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\clbcatq.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Program Files\Common Files\microsoft shared\IME12\IMEKR\IMKRTIP.DLL', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Program Files\Common Files\microsoft shared\IME12\SHARED\IMETIP.DLL', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Program Files\Common Files\microsoft shared\IME12\IMEKR\IMKRAPI.DLL', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\version.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Program Files\Common Files\microsoft shared\IME12\SHARED\IMJKAPI.DLL', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\MMDevAPI.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\propsys.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\wdmaud.drv', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\ksuser.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\avrt.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\setupapi.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\devobj.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\AudioSes.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\msacm32.drv', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\msacm32.dll', No symbols loaded.<BR>'LeakTest1.exe': Loaded 'C:\Windows\System32\midimap.dll', No symbols loaded.<BR>'LeakTest1.exe': Unloaded 'C:\Program Files\Common Files\microsoft shared\IME12\SHARED\IMETIP.DLL'<BR>'LeakTest1.exe': Unloaded 'C:\Program Files\Common Files\microsoft shared\IME12\IMEKR\IMKRTIP.DLL'<BR>The thread 'Win32 Thread' (0xf98) has exited with code 0 (0x0).<BR>The thread 'Win32 Thread' (0x1684) has exited with code 0 (0x0).<BR>The thread 'Win32 Thread' (0x16c8) has exited with code -1073741749 (0xc000004b).<BR>The thread 'Win32 Thread' (0x808) has exited with code 0 (0x0).<BR>The program '&#091;3776&#093; LeakTest1.exe: Native' has exited with code 0 (0x0).<BR></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#666666><FONT color=#000000>If same project run the windows xp, No problem. </FONT></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000>Why occur problem in only windows7?</FONT></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000>Why? Why? Why??????</FONT></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#666666><FONT color=#000000>Very interesting thing is XtremeToolkit Dialog based project has no problem.</FONT></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000>It's print a leak message very normally.</FONT></FONT></DIV><DIV><FONT color=#666666><FONT color=#000000></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#666666><FONT color=#000000>Plz someone help me.</FONT></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 08 Feb 2010 20:08:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16160&amp;PID=56673&amp;title=critical-cant-check-memory-leak-at-win7#56673</guid>
  </item> 
 </channel>
</rss>