Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ask about function parameters and pass a reference. Pin
ian mariano4-Nov-02 7:17
ian mariano4-Nov-02 7:17 
GeneralSaving int's, floats, BYTEs to file Pin
Kuniva4-Nov-02 6:46
Kuniva4-Nov-02 6:46 
GeneralRe: Saving int's, floats, BYTEs to file Pin
Ravi Bhavnani4-Nov-02 7:25
professionalRavi Bhavnani4-Nov-02 7:25 
GeneralRe: Saving int's, floats, BYTEs to file Pin
Kuniva4-Nov-02 7:44
Kuniva4-Nov-02 7:44 
GeneralRe: Saving int's, floats, BYTEs to file Pin
Carlos Antollini4-Nov-02 7:41
Carlos Antollini4-Nov-02 7:41 
GeneralRe: Saving int's, floats, BYTEs to file Pin
Christian Graus4-Nov-02 9:57
protectorChristian Graus4-Nov-02 9:57 
Questionhow can I debug this? Pin
ns4-Nov-02 6:40
ns4-Nov-02 6:40 
AnswerRe: how can I debug this? Pin
Andreas Saurwein4-Nov-02 6:41
Andreas Saurwein4-Nov-02 6:41 
ns wrote:
{ ASSERT(::IsWindow(m_hWnd)); return (BOOL) ::SendMessage(m_hWnd, LVM_DELETEALLITEMS, 0, 0L); }

Seems that you dont have a valid window handle there. I would guess that your pView->m_list1 member is not more valid.

In release builds you will send a message to a non-existant window, which is not much of a problem for windows. But in the debug build, the ASSERT() checks for this condition, because obviously something is wrong in your code. Set a breakpoint in the while() loop and check the pView and m_list1 variables.

I keep submitting “VB” as a Priority-1 bug, but apparently no one here knows how to fix it. Nick Hodapp, Semicolon
GeneralRe: how can I debug this? Pin
ns4-Nov-02 7:55
ns4-Nov-02 7:55 
AnswerRe: how can I debug this? Pin
Ravi Bhavnani4-Nov-02 7:23
professionalRavi Bhavnani4-Nov-02 7:23 
GeneralRe: how can I debug this? Pin
ns4-Nov-02 7:44
ns4-Nov-02 7:44 
GeneralRe: how can I debug this? Pin
Ravi Bhavnani4-Nov-02 7:46
professionalRavi Bhavnani4-Nov-02 7:46 
GeneralI am shocked!(pleasantly) Pin
ns4-Nov-02 7:53
ns4-Nov-02 7:53 
GeneralRe: I am shocked!(pleasantly) Pin
Ravi Bhavnani4-Nov-02 9:27
professionalRavi Bhavnani4-Nov-02 9:27 
GeneralRe: how can I debug this? Pin
ns4-Nov-02 8:13
ns4-Nov-02 8:13 
GeneralRe: how can I debug this? Pin
Ravi Bhavnani4-Nov-02 9:29
professionalRavi Bhavnani4-Nov-02 9:29 
AnswerRe: how can I debug this? Pin
Jay24-Nov-02 14:24
Jay24-Nov-02 14:24 
GeneralCEdit : Detect the VK_ENTER , VK_TAB+, VK_LF from a string Pin
youssef4-Nov-02 6:19
youssef4-Nov-02 6:19 
GeneralDetermining if SQL replication is enabled Pin
Andreas Saurwein4-Nov-02 5:39
Andreas Saurwein4-Nov-02 5:39 
GeneralCommunicate with function inside OS! Pin
tongc4-Nov-02 5:01
tongc4-Nov-02 5:01 
GeneralRe: Communicate with function inside OS! Pin
ian mariano4-Nov-02 6:50
ian mariano4-Nov-02 6:50 
GeneralGDI+ problemos Pin
Tim Stubbs4-Nov-02 4:42
Tim Stubbs4-Nov-02 4:42 
QuestionDisabling interrupt to achieve mutual exclusion? Pin
tongc4-Nov-02 2:22
tongc4-Nov-02 2:22 
AnswerRe: Disabling interrupt to achieve mutual exclusion? Pin
Phil Speller4-Nov-02 2:43
Phil Speller4-Nov-02 2:43 
GeneralDialog Box question Pin
Pett4-Nov-02 2:15
Pett4-Nov-02 2:15 

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.