Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Buttons in a CListCtrl Pin
MightyThor12-Sep-02 9:06
MightyThor12-Sep-02 9:06 
Generalmini window Pin
Zizilamoroso12-Sep-02 6:25
Zizilamoroso12-Sep-02 6:25 
GeneralRe: mini window Pin
Zizilamoroso12-Sep-02 6:27
Zizilamoroso12-Sep-02 6:27 
Generalfinally dealing with 'new' Pin
ns12-Sep-02 6:19
ns12-Sep-02 6:19 
GeneralRe: finally dealing with 'new' Pin
Chris Losinger12-Sep-02 6:24
professionalChris Losinger12-Sep-02 6:24 
GeneralRe: finally dealing with 'new' Pin
Le centriste12-Sep-02 7:43
Le centriste12-Sep-02 7:43 
GeneralRe: finally dealing with 'new' Pin
Ravi Bhavnani12-Sep-02 10:32
professionalRavi Bhavnani12-Sep-02 10:32 
GeneralRe: finally dealing with 'new' Pin
Michael Dunn12-Sep-02 18:29
sitebuilderMichael Dunn12-Sep-02 18:29 
ns wrote:
if( m_FieldHolder)

Actually, that's incorrect. MFC overrides operator new and if it fails, it throws a CMemoryException. So you need to wrap your allocations in try/catch blocks and handle that exception.

--Mike--
Just released - RightClick-Encrypt v1.4 - Adds fast & easy file encryption to Explorer
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: finally dealing with 'new' Pin
ns17-Sep-02 3:19
ns17-Sep-02 3:19 
GeneralRe: finally dealing with 'new' Pin
Michael Dunn17-Sep-02 5:27
sitebuilderMichael Dunn17-Sep-02 5:27 
QuestionHow to insert a number of Icons into a project? Pin
chen12-Sep-02 5:47
chen12-Sep-02 5:47 
GeneralVisio 2000 Style Dockable windows Pin
Yaeli12-Sep-02 5:27
Yaeli12-Sep-02 5:27 
GeneralRe: Visio 2000 Style Dockable windows Pin
Anonymous12-Sep-02 5:44
Anonymous12-Sep-02 5:44 
GeneralStatistics Package Pin
David Day12-Sep-02 5:18
David Day12-Sep-02 5:18 
QuestionCan someone crack this problem? I can't... Pin
Tommy Svensson12-Sep-02 4:58
Tommy Svensson12-Sep-02 4:58 
AnswerRe: Can someone crack this problem? I can't... Pin
benjymous12-Sep-02 5:24
benjymous12-Sep-02 5:24 
AnswerRe: Can someone crack this problem? I can't... Pin
Andreas Saurwein12-Sep-02 5:57
Andreas Saurwein12-Sep-02 5:57 
QuestionMAX_PATH defined as? Pin
ns12-Sep-02 5:01
ns12-Sep-02 5:01 
AnswerRe: MAX_PATH defined as? Pin
Chris Losinger12-Sep-02 5:04
professionalChris Losinger12-Sep-02 5:04 
GeneralRe: MAX_PATH defined as? Pin
ns12-Sep-02 5:19
ns12-Sep-02 5:19 
GeneralRe: MAX_PATH defined as? Pin
Chris Losinger12-Sep-02 5:20
professionalChris Losinger12-Sep-02 5:20 
AnswerRe: MAX_PATH defined as? Pin
Ravi Bhavnani12-Sep-02 5:56
professionalRavi Bhavnani12-Sep-02 5:56 
GeneralRe: MAX_PATH defined as? Pin
ns12-Sep-02 8:26
ns12-Sep-02 8:26 
GeneralPopup menu Pin
12-Sep-02 4:32
suss12-Sep-02 4:32 
GeneralRe: Popup menu Pin
Anonymous12-Sep-02 4:35
Anonymous12-Sep-02 4:35 

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.