Click here to Skip to main content
15,896,269 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: drive size Pin
sunit51-Jul-05 22:20
sunit51-Jul-05 22:20 
GeneralRe: drive size Pin
ThatsAlok1-Jul-05 22:54
ThatsAlok1-Jul-05 22:54 
GeneralRe: drive size Pin
sunit51-Jul-05 23:07
sunit51-Jul-05 23:07 
GeneralRe: drive size Pin
Jack Puppy2-Jul-05 0:12
Jack Puppy2-Jul-05 0:12 
GeneralRe: drive size Pin
sunit53-Jul-05 20:28
sunit53-Jul-05 20:28 
GeneralRe: drive size Pin
David Crow2-Jul-05 12:19
David Crow2-Jul-05 12:19 
GeneralRe: drive size Pin
sunit53-Jul-05 20:26
sunit53-Jul-05 20:26 
GeneralRe: drive size Pin
sunit53-Jul-05 20:27
sunit53-Jul-05 20:27 
GeneralRe: drive size Pin
Tom Archer2-Jul-05 11:38
Tom Archer2-Jul-05 11:38 
GeneralRe: drive size Pin
sunit53-Jul-05 20:28
sunit53-Jul-05 20:28 
QuestionHow to write IMPLEMENT_SERIAL for this class Pin
ComplexLifeForm1-Jul-05 20:11
ComplexLifeForm1-Jul-05 20:11 

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.