VC Programs Questions

1

Memory leak while running a dialog that is derived from CAxDialogImpl
Hello, I have taken a MFC dialog application. I derived a class called CMyDialog from CAxDialogImpl. I created an object of CMyDialog and called DoModal(); The application runs but i found a memory leak. I learnt that the memory allocated by HeapAlloc is not freed. Where do i free this? Please help me. Sumee

Answer Question   |  March 31, 2012  2:15 PM
DialogBox, Open Dialog, VC Programs, VC++
asked by:
15 pts.

Requiring one or the other parm on command
Hi, I need to write a command for my users where they must enter one or the other of only 2 parameters. Writing a command is nothing new to me. I’ve written CPP’s, VC programs and added help via GENCMDDOC many times. I’m always looking for something new and I’m wondering if there is a [...]

Answer Question   |  June 9, 2009  1:54 PM
CMD, CPP, GENCMDDOC, VC, VC Programs
asked by:
320 pts.

1