Click here to Skip to main content
15,889,335 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: How to develop the tool like Visual C++ "Resource View Editer" ? Pin
Cool_Dev8-Sep-10 5:04
Cool_Dev8-Sep-10 5:04 
GeneralRe: How to develop the tool like Visual C++ "Resource View Editer" ? Pin
wangningyu8-Sep-10 5:12
wangningyu8-Sep-10 5:12 
QuestionI cannot install sp1 package for the visual studio 2005 [modified][solved] Pin
yu-jian7-Sep-10 19:16
yu-jian7-Sep-10 19:16 
AnswerRe: I cannot install sp1 package for the visual studio 2005 Pin
wangningyu8-Sep-10 1:39
wangningyu8-Sep-10 1:39 
GeneralRe: I cannot install sp1 package for the visual studio 2005 Pin
yu-jian15-Sep-10 15:09
yu-jian15-Sep-10 15:09 
AnswerRe: I cannot install sp1 package for the visual studio 2005 Pin
VeganFanatic11-Sep-10 4:29
VeganFanatic11-Sep-10 4:29 
QuestionMemory allocation problem in C++ (memory Leak) Pin
Nab Younus7-Sep-10 15:50
Nab Younus7-Sep-10 15:50 
AnswerRe: Memory allocation problem in C++ (memory Leak) Pin
Anand Todkar9-Sep-10 3:53
Anand Todkar9-Sep-10 3:53 
Maximum of 2GB memory can be given to a process at a time (in 32-bit OS), once it goes beyond that limit, the program will not work. Now first check if you want all these 800 immages to be in memory at a time, if no then see that you are freeing up the unnecesssary memory. If you are facing difficulty in tracing that you are freeing up the memory correctly or not then you can use any memory leak detection tool to verify that. One of popular freeware is LeakDiag.
Hope this will help you. Smile | :)
Thanks,
Anand.

QuestionWhen run,the program cannot find MFC80UD.DLL in vs2005 [modified][solved] Pin
yu-jian6-Sep-10 18:21
yu-jian6-Sep-10 18:21 
AnswerRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
Richard MacCutchan6-Sep-10 21:29
mveRichard MacCutchan6-Sep-10 21:29 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
yu-jian7-Sep-10 3:34
yu-jian7-Sep-10 3:34 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
Richard MacCutchan7-Sep-10 4:27
mveRichard MacCutchan7-Sep-10 4:27 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
yu-jian8-Sep-10 0:28
yu-jian8-Sep-10 0:28 
QuestionWTL Dialog Toolbar Pin
TrickyDickyRg2-Sep-10 3:54
TrickyDickyRg2-Sep-10 3:54 
AnswerRe: WTL Dialog Toolbar Pin
Jonathan Davies3-Sep-10 0:27
Jonathan Davies3-Sep-10 0:27 
Questionpass ColorPicker value to a COLORREF variable Pin
loid grey manuel1-Sep-10 17:33
loid grey manuel1-Sep-10 17:33 
AnswerRe: pass ColorPicker value to a COLORREF variable [RESOLVED] Pin
loid grey manuel1-Sep-10 21:01
loid grey manuel1-Sep-10 21:01 
QuestionOCX Rename Pin
Member 741142231-Aug-10 19:32
Member 741142231-Aug-10 19:32 
AnswerRe: OCX Rename Pin
Cool_Dev1-Sep-10 3:53
Cool_Dev1-Sep-10 3:53 
GeneralRe: OCX Rename Pin
Stephen Hewitt1-Sep-10 4:54
Stephen Hewitt1-Sep-10 4:54 
GeneralRe: OCX Rename Pin
Cool_Dev1-Sep-10 5:06
Cool_Dev1-Sep-10 5:06 
GeneralRe: OCX Rename Pin
Sauro Viti1-Sep-10 5:55
professionalSauro Viti1-Sep-10 5:55 
GeneralRe: OCX Rename Pin
Cool_Dev2-Sep-10 3:38
Cool_Dev2-Sep-10 3:38 
QuestionOCX Rename [modified] Pin
Member 74114223-Sep-10 0:13
Member 74114223-Sep-10 0:13 
AnswerRe: OCX Rename Pin
Cool_Dev3-Sep-10 3:05
Cool_Dev3-Sep-10 3:05 

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.