Click here to Skip to main content
15,914,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can any body tell me any software to check memory leak Pin
Martin Koorts4-Jan-05 1:01
Martin Koorts4-Jan-05 1:01 
GeneralFatal Link Error: LNK:1201 Pin
Pearl M3-Jan-05 22:59
sussPearl M3-Jan-05 22:59 
GeneralRe: Fatal Link Error: LNK:1201 Pin
Rajesh match3-Jan-05 23:52
Rajesh match3-Jan-05 23:52 
GeneralGDI+ Bitmaps in an Array Pin
rh0053-Jan-05 22:35
rh0053-Jan-05 22:35 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0053-Jan-05 23:56
rh0053-Jan-05 23:56 
GeneralRe: GDI+ Bitmaps in an Array Pin
Ryan Binns4-Jan-05 2:55
Ryan Binns4-Jan-05 2:55 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0054-Jan-05 3:04
rh0054-Jan-05 3:04 
GeneralRe: GDI+ Bitmaps in an Array Pin
Ryan Binns4-Jan-05 12:00
Ryan Binns4-Jan-05 12:00 
rh005 wrote:
What can I do?

Exactly what I said before - use an array of pointers to Bitmaps. Call new on each one of them separately in OnInitDialog() if that's where you want to create them. Just don't delete them until the dialog destructor or something like that.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: GDI+ Bitmaps in an Array Pin
rh0054-Jan-05 22:12
rh0054-Jan-05 22:12 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0055-Jan-05 11:44
rh0055-Jan-05 11:44 
Questionhow can i display a value in edit control Pin
Amirzeb3-Jan-05 22:11
Amirzeb3-Jan-05 22:11 
AnswerRe: how can i display a value in edit control Pin
Rajesh match3-Jan-05 22:31
Rajesh match3-Jan-05 22:31 
AnswerRe: how can i display a value in edit control Pin
ThatsAlok3-Jan-05 22:48
ThatsAlok3-Jan-05 22:48 
AnswerRe: how can i display a value in edit control Pin
virtualkirankumar3-Jan-05 23:35
virtualkirankumar3-Jan-05 23:35 
GeneralReg System Tray application in VC++ Pin
deep_19813-Jan-05 21:34
deep_19813-Jan-05 21:34 
GeneralRe: Reg System Tray application in VC++ Pin
Michael P Butler3-Jan-05 22:58
Michael P Butler3-Jan-05 22:58 
GeneralRe: Reg System Tray application in VC++ Pin
ThatsAlok3-Jan-05 23:14
ThatsAlok3-Jan-05 23:14 
GeneralRe: Reg System Tray application in VC++ Pin
deep_19816-Jan-05 5:07
deep_19816-Jan-05 5:07 
GeneralMDI Doc-View-CWnd instead of Doc-View-FrameWnd Pin
Maverick3-Jan-05 21:34
Maverick3-Jan-05 21:34 
GeneralRe: MDI Doc-View-CWnd instead of Doc-View-FrameWnd Pin
Rajesh match3-Jan-05 22:36
Rajesh match3-Jan-05 22:36 
GeneralAfxInitRichEdit() Problem Pin
Neelesh K J Jain3-Jan-05 21:32
Neelesh K J Jain3-Jan-05 21:32 
Questioncan I export Template class in DLL? Pin
G.Richard3-Jan-05 20:23
G.Richard3-Jan-05 20:23 
GeneralSystem Beep Problem Pin
Neelesh K J Jain3-Jan-05 19:57
Neelesh K J Jain3-Jan-05 19:57 
Generalabout AVI Pin
Anonymous3-Jan-05 19:53
Anonymous3-Jan-05 19:53 
GeneralDICOM Pin
Amir Ram Shrestha3-Jan-05 19:33
Amir Ram Shrestha3-Jan-05 19:33 

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.