Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to link a directory to a file ? Pin
kbekri17-Jan-07 3:21
kbekri17-Jan-07 3:21 
QuestionMulitline CEdit field lock up in release build - I am desparate Pin
tieng8617-Jan-07 3:19
tieng8617-Jan-07 3:19 
AnswerRe: Mulitline CEdit field lock up in release build - I am desparate Pin
pc_dev17-Jan-07 4:16
pc_dev17-Jan-07 4:16 
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
toxcct17-Jan-07 4:18
toxcct17-Jan-07 4:18 
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
tieng8617-Jan-07 6:48
tieng8617-Jan-07 6:48 
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
toxcct17-Jan-07 6:49
toxcct17-Jan-07 6:49 
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
Mark Salsbery17-Jan-07 7:17
Mark Salsbery17-Jan-07 7:17 
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
tieng8617-Jan-07 9:39
tieng8617-Jan-07 9:39 
That's another idea. I used ASSERT, VERIFY and TRACE. I search thru these calls and did not see any problem. Can you give me an example of an improper use of these macros? I've traced the code to the MFC layer and did not find any problem. The lock up just occured when I run the .exe. If I step thru the release build in codeview, it would not happen either.

here are some examples of how I use assert and verify
ASSERT( accessRight != ACCESSInvisible )
ASSERT( 0 );
ASSERT( pCtrl != NULL );

VERIFY(IsInit());
VERIFY(GridWnd()->OpenClipboard());

etc...

Thanks
GeneralRe: Mulitline CEdit field lock up in release build - I am desparate Pin
Mark Salsbery17-Jan-07 10:53
Mark Salsbery17-Jan-07 10:53 
QuestionLooking for a MSXML tutorial Pin
super_ttd17-Jan-07 3:14
super_ttd17-Jan-07 3:14 
QuestionRe: Looking for a MSXML tutorial Pin
prasad_som17-Jan-07 4:54
prasad_som17-Jan-07 4:54 
AnswerRe: Looking for a MSXML tutorial Pin
super_ttd17-Jan-07 5:17
super_ttd17-Jan-07 5:17 
AnswerRe: Looking for a MSXML tutorial Pin
prasad_som17-Jan-07 18:12
prasad_som17-Jan-07 18:12 
QuestionMemory Leak please help Pin
uday kiran janaswamy17-Jan-07 3:11
uday kiran janaswamy17-Jan-07 3:11 
QuestionRe: Memory Leak please help Pin
prasad_som17-Jan-07 3:17
prasad_som17-Jan-07 3:17 
AnswerRe: Memory Leak please help Pin
uday kiran janaswamy17-Jan-07 3:23
uday kiran janaswamy17-Jan-07 3:23 
GeneralRe: Memory Leak please help Pin
uday kiran janaswamy17-Jan-07 3:28
uday kiran janaswamy17-Jan-07 3:28 
AnswerRe: Memory Leak please help Pin
prasad_som17-Jan-07 4:19
prasad_som17-Jan-07 4:19 
QuestionRe: Memory Leak please help Pin
David Crow17-Jan-07 3:25
David Crow17-Jan-07 3:25 
AnswerRe: Memory Leak please help Pin
uday kiran janaswamy17-Jan-07 3:33
uday kiran janaswamy17-Jan-07 3:33 
GeneralRe: Memory Leak please help Pin
jhwurmbach17-Jan-07 5:09
jhwurmbach17-Jan-07 5:09 
QuestionBase Conversion? Pin
nutkase17-Jan-07 2:32
nutkase17-Jan-07 2:32 
AnswerRe: Base Conversion? Pin
toxcct17-Jan-07 2:38
toxcct17-Jan-07 2:38 
AnswerRe: Base Conversion? Pin
Cedric Moonen17-Jan-07 2:41
Cedric Moonen17-Jan-07 2:41 
QuestionRe: Base Conversion? Pin
David Crow17-Jan-07 2:46
David Crow17-Jan-07 2:46 

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.