Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ClassWizard Problem : Help Me Pin
John R. Shaw2-Jul-05 16:51
John R. Shaw2-Jul-05 16:51 
GeneralRe: ClassWizard Problem : Help Me Pin
prateekduble2-Jul-05 19:13
prateekduble2-Jul-05 19:13 
GeneralRe: ClassWizard Problem : Help Me Pin
John R. Shaw2-Jul-05 20:46
John R. Shaw2-Jul-05 20:46 
QuestionAnyone with Boost::Graph experience? Pin
Nathan Addy2-Jul-05 9:35
Nathan Addy2-Jul-05 9:35 
AnswerRe: Anyone with Boost::Graph experience? Pin
John R. Shaw2-Jul-05 18:03
John R. Shaw2-Jul-05 18:03 
GeneralDynamic Buttons Pin
Ger Hayden2-Jul-05 8:53
Ger Hayden2-Jul-05 8:53 
GeneralRe: Dynamic Buttons Pin
PJ Arends2-Jul-05 9:30
professionalPJ Arends2-Jul-05 9:30 
QuestionBlinking Button? Pin
DanYELL2-Jul-05 6:30
DanYELL2-Jul-05 6:30 
AnswerRe: Blinking Button? Pin
Trollslayer2-Jul-05 6:49
mentorTrollslayer2-Jul-05 6:49 
AnswerRe: Blinking Button? Pin
toxcct2-Jul-05 7:20
toxcct2-Jul-05 7:20 
AnswerRe: Blinking Button? Pin
Michael Dunn3-Jul-05 10:26
sitebuilderMichael Dunn3-Jul-05 10:26 
QuestionTCHAR error? Pin
Larsson2-Jul-05 6:09
Larsson2-Jul-05 6:09 
AnswerRe: TCHAR error? Pin
PJ Arends2-Jul-05 9:38
professionalPJ Arends2-Jul-05 9:38 
AnswerRe: TCHAR error? Pin
Tom Archer2-Jul-05 9:39
Tom Archer2-Jul-05 9:39 
AnswerRe: TCHAR error? Pin
John R. Shaw2-Jul-05 18:19
John R. Shaw2-Jul-05 18:19 
GeneralThreading Pin
Umair Ahmad khan2-Jul-05 0:53
Umair Ahmad khan2-Jul-05 0:53 
GeneralRe: Threading Pin
Umair Ahmad khan2-Jul-05 1:02
Umair Ahmad khan2-Jul-05 1:02 
GeneralRe: Threading Pin
meinhard_risch2-Jul-05 6:59
meinhard_risch2-Jul-05 6:59 
GeneralRe: Threading Pin
Umair Ahmad khan2-Jul-05 10:41
Umair Ahmad khan2-Jul-05 10:41 
thanks for your reply well my problem solved the problem was i was trying to access a class function when there was no class object .. i mean with empty pointer Big Grin | :-D .. and there was one more problem that if i start the thread again before it ends up or the class object is destroyed this create problem because thread is still using the class and class object was deleted .. so i make 2 boolean when destructor call comes one goes to false and destructor goes in an empty loop and this false boolean tell thread ok end now. before thread ends it false the other one too .. to tell destructor ok i m finish now .. so destructor comes out of loop and object destroy. it is something like syncronization .. or what ever Smile | :) but problem is solved
GeneralRe: Threading Pin
David Crow2-Jul-05 12:12
David Crow2-Jul-05 12:12 
Questionhow to read the header row in excel file? Pin
qqworm2-Jul-05 0:37
qqworm2-Jul-05 0:37 
GeneralFolder Synchronization Pin
M.Mehrdad.M1-Jul-05 22:47
M.Mehrdad.M1-Jul-05 22:47 
GeneralRe: Folder Synchronization Pin
David Crow2-Jul-05 12:14
David Crow2-Jul-05 12:14 
Generaldrive size Pin
sunit51-Jul-05 21:31
sunit51-Jul-05 21:31 
GeneralRe: drive size Pin
Jack Puppy1-Jul-05 21:44
Jack Puppy1-Jul-05 21:44 

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.