Click here to Skip to main content
15,920,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionprogram crashing Pin
zahid_ash22-May-06 1:35
zahid_ash22-May-06 1:35 
AnswerRe: program crashing Pin
Cedric Moonen22-May-06 1:38
Cedric Moonen22-May-06 1:38 
GeneralRe: program crashing Pin
zahid_ash22-May-06 1:45
zahid_ash22-May-06 1:45 
GeneralRe: program crashing Pin
Cedric Moonen22-May-06 1:58
Cedric Moonen22-May-06 1:58 
GeneralRe: I think admin rights is the problem Pin
zahid_ash22-May-06 2:08
zahid_ash22-May-06 2:08 
GeneralRe: I think admin rights is the problem Pin
Cedric Moonen22-May-06 2:12
Cedric Moonen22-May-06 2:12 
GeneralRe: I think admin rights is the problem Pin
zahid_ash22-May-06 2:29
zahid_ash22-May-06 2:29 
GeneralRe: I think admin rights is the problem Pin
Russell'22-May-06 2:46
Russell'22-May-06 2:46 
Laugh | :laugh: Laugh | :laugh: Laugh | :laugh:


Put a break point before this lines:

m_pListenSock = new CSock();<br />
m_pListenSock->Create(200); // Before this statment ( Eror is access violation)


And then press F11 (or F10) to step the program and find why comes the error.

Probally it depends on a bad initialization in the constructor (CSock()), or in some strange operation in Create that uses an unitialized pointer.





Russell

GeneralRe: I think admin rights is the problem Pin
zahid_ash22-May-06 3:09
zahid_ash22-May-06 3:09 
GeneralRe: I think admin rights is the problem Pin
David Crow22-May-06 3:11
David Crow22-May-06 3:11 
GeneralRe: I think admin rights is the problem Pin
zahid_ash22-May-06 3:16
zahid_ash22-May-06 3:16 
AnswerRe: program crashing Pin
ThatsAlok22-May-06 4:42
ThatsAlok22-May-06 4:42 
AnswerRe: program crashing Pin
Hamid_RT22-May-06 7:18
Hamid_RT22-May-06 7:18 
Questionwhat is owner draw Pin
Ramu.e22-May-06 1:31
Ramu.e22-May-06 1:31 
AnswerRe: what is owner draw Pin
Russell'22-May-06 1:54
Russell'22-May-06 1:54 
AnswerRe: what is owner draw Pin
Laxman Auti22-May-06 2:20
Laxman Auti22-May-06 2:20 
AnswerRe: what is owner draw Pin
Hamid_RT22-May-06 4:02
Hamid_RT22-May-06 4:02 
AnswerRe: what is owner draw Pin
ThatsAlok22-May-06 4:47
ThatsAlok22-May-06 4:47 
QuestionTCS_OWNERDRAWFIXED for CTabCtrl Pin
bosfan22-May-06 1:31
bosfan22-May-06 1:31 
AnswerRe: TCS_OWNERDRAWFIXED for CTabCtrl Pin
bosfan22-May-06 4:39
bosfan22-May-06 4:39 
QuestionUsing graphics in console application Pin
kflrei22-May-06 1:04
kflrei22-May-06 1:04 
AnswerRe: Using graphics in console application Pin
Nibu babu thomas22-May-06 1:06
Nibu babu thomas22-May-06 1:06 
GeneralRe: Using graphics in console application Pin
kflrei22-May-06 1:08
kflrei22-May-06 1:08 
GeneralRe: Using graphics in console application Pin
Nibu babu thomas22-May-06 1:15
Nibu babu thomas22-May-06 1:15 
GeneralRe: Using graphics in console application Pin
kflrei27-May-06 2:05
kflrei27-May-06 2:05 

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.