Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to display a rectangle on the CHtmlView? Pin
Maximilien27-Sep-06 6:48
Maximilien27-Sep-06 6:48 
QuestionError after call ReadDirectoryChangesW() Pin
Max++27-Sep-06 4:12
Max++27-Sep-06 4:12 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
Chris Losinger27-Sep-06 4:52
professionalChris Losinger27-Sep-06 4:52 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
toxcct27-Sep-06 5:09
toxcct27-Sep-06 5:09 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
David Crow27-Sep-06 5:10
David Crow27-Sep-06 5:10 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
Hamid_RT28-Sep-06 9:23
Hamid_RT28-Sep-06 9:23 
Questionproblem in recording sound on server Pin
itbuff27-Sep-06 3:57
itbuff27-Sep-06 3:57 
QuestionProblem using CList ? Pin
GudduRanchi27-Sep-06 3:34
GudduRanchi27-Sep-06 3:34 
I have created a structure as
typedef struct __test{
char buf[10];
}TEST,*PTEST;

then i created a CList object as

CList<PTEST ,PTEST>my_firststruct;

then i am using to store linklist
if( my_firststruct.IsEmpty())
my_firststruct.Addhead(pTest);
else
my_firststruct.AddTail(pTest);

It is working fine. But problem start when i am using as
typedef struct __Second{
char buf[10];
}SECOND,*PSECOND;

typedef struct __test{
CList<PSECOND,PSECOND>my_secondstruct;
char buf[10];
}TEST,*PTEST;

if(pTest->my_secondstruct.IsEmpty())

when i am trying to call this is giving me error error code is
C0000005: This error is with memory. So how i will resolve this error.

Can any one help me on this...?
QuestionHow i can prevent right click in windows explorer Pin
sudarshan12427-Sep-06 2:51
sudarshan12427-Sep-06 2:51 
AnswerRe: How i can prevent right click in windows explorer Pin
Chris Losinger27-Sep-06 4:25
professionalChris Losinger27-Sep-06 4:25 
AnswerRe: How i can prevent right click in windows explorer Pin
George L. Jackson27-Sep-06 5:27
George L. Jackson27-Sep-06 5:27 
GeneralRe: How i can prevent right click in windows explorer Pin
Chris Losinger27-Sep-06 5:45
professionalChris Losinger27-Sep-06 5:45 
GeneralRe: How i can prevent right click in windows explorer Pin
George L. Jackson27-Sep-06 12:48
George L. Jackson27-Sep-06 12:48 
AnswerRe: How i can prevent right click in windows explorer Pin
Jörgen Sigvardsson27-Sep-06 13:48
Jörgen Sigvardsson27-Sep-06 13:48 
Questionbloat reduction Pin
Waldermort27-Sep-06 2:17
Waldermort27-Sep-06 2:17 
AnswerRe: bloat reduction Pin
Rajesh R Subramanian27-Sep-06 2:30
professionalRajesh R Subramanian27-Sep-06 2:30 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 2:42
Waldermort27-Sep-06 2:42 
GeneralRe: bloat reduction Pin
Zac Howland27-Sep-06 3:56
Zac Howland27-Sep-06 3:56 
AnswerRe: bloat reduction Pin
Maximilien27-Sep-06 2:41
Maximilien27-Sep-06 2:41 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 2:44
Waldermort27-Sep-06 2:44 
AnswerRe: bloat reduction Pin
Mike Dimmick27-Sep-06 4:04
Mike Dimmick27-Sep-06 4:04 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 4:50
Waldermort27-Sep-06 4:50 
QuestionClose an instance Pin
ayol1212227-Sep-06 1:34
ayol1212227-Sep-06 1:34 
AnswerRe: Close an instance Pin
Stephen Hewitt27-Sep-06 1:56
Stephen Hewitt27-Sep-06 1:56 
AnswerRe: Close an instance Pin
prasad_som27-Sep-06 1:58
prasad_som27-Sep-06 1:58 

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.