Click here to Skip to main content
15,886,422 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov6-Mar-10 9:01
Eugen Podsypalnikov6-Mar-10 9:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 0:03
Le@rner8-Mar-10 0:03 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 3:01
Eugen Podsypalnikov8-Mar-10 3:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 17:06
Le@rner8-Mar-10 17:06 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 19:41
Eugen Podsypalnikov8-Mar-10 19:41 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 20:01
Le@rner8-Mar-10 20:01 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 20:47
Eugen Podsypalnikov8-Mar-10 20:47 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:08
Le@rner8-Mar-10 22:08 
like this.

‘Test.exe’: Loaded 'C:\Windows\System32\ntdll.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\kernel32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\user32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\gdi32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\advapi32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\rpcrt4.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\msimg32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\comdlg32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\msvcrt.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\shlwapi.dll'
‘Test.exe’: Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\shell32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\winspool.drv'
‘Test.exe’: Loaded 'C:\Windows\System32\oledlg.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\ole32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\oleaut32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\winmm.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\oleacc.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\imm32.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\msctf.dll'
‘Test.exe’: Loaded 'C:\Windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6002.18005_none_9e50b396ca17ae07\GdiPlus.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\lpk.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\usp10.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\uxtheme.dll'
‘Test.exe’: Loaded 'C:\Windows\System32\dwmapi.dll'
‘Test.exe’: Unloaded 'C:\Windows\System32\dwmapi.dll'
The thread 'Win32 Thread' (0x16fc) has exited with code 1 (0x1).
Detected memory leaks!
Dumping objects ->
{235} normal block at 0x00F66728, 145 bytes long.
 Data: <    d           > C0 15 9D 01 64 00 00 00 80 00 00 00 01 00 00 00 
{227} normal block at 0x00F666D8, 20 bytes long.
 Data: <                > C0 15 9D 01 03 00 00 00 03 00 00 00 01 00 00 00 
{226} normal block at 0x00F66640, 85 bytes long.
 Data: <    D   D       > C0 15 9D 01 44 00 00 00 44 00 00 00 01 00 00 00 
{225} normal block at 0x00F66598, 103 bytes long.
 Data: <    V   V       > C0 15 9D 01 56 00 00 00 56 00 00 00 01 00 00 00 
Object dump complete.
The program '[4540] Test.exe: Native' has exited with code 0 (0x0).

GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:11
Eugen Podsypalnikov8-Mar-10 22:11 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:16
Le@rner8-Mar-10 22:16 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:28
Eugen Podsypalnikov8-Mar-10 22:28 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:38
Le@rner8-Mar-10 22:38 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:40
Eugen Podsypalnikov8-Mar-10 22:40 
QuestionHow Add dialog and show it? Pin
sepel5-Mar-10 17:36
sepel5-Mar-10 17:36 
AnswerRe: How Add dialog and show it? Pin
A&Ms5-Mar-10 18:30
A&Ms5-Mar-10 18:30 
GeneralRe: How Add dialog and show it? Pin
sepel5-Mar-10 20:09
sepel5-Mar-10 20:09 
GeneralRe: How Add dialog and show it? Pin
A&Ms6-Mar-10 4:07
A&Ms6-Mar-10 4:07 
GeneralRe: How Add dialog and show it? Pin
sepel6-Mar-10 20:51
sepel6-Mar-10 20:51 
QuestionProtect App Pin
john56325-Mar-10 15:43
john56325-Mar-10 15:43 
AnswerRe: Protect App Pin
Maximilien6-Mar-10 1:19
Maximilien6-Mar-10 1:19 
QuestionConverting char* to LPCSTR Pin
ArnorBld5-Mar-10 14:00
ArnorBld5-Mar-10 14:00 
AnswerRe: Converting char* to LPCSTR Pin
Avi Berger5-Mar-10 14:27
Avi Berger5-Mar-10 14:27 
GeneralRe: Converting char* to LPCSTR Pin
ArnorBld8-Mar-10 7:33
ArnorBld8-Mar-10 7:33 
QuestionProblem with one of the MFC new feature pack controls CMFCPropertyGridCtrl Pin
A&Ms5-Mar-10 11:10
A&Ms5-Mar-10 11:10 
Questionc++ and using public static members in a class Pin
Alan Kurlansky5-Mar-10 10:30
Alan Kurlansky5-Mar-10 10:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.