Click here to Skip to main content
16,013,338 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: I/O, fread. Pin
sashoalm31-Aug-08 23:08
sashoalm31-Aug-08 23:08 
AnswerRe: I/O, fread. Pin
anminxin31-Aug-08 23:16
anminxin31-Aug-08 23:16 
QuestionCalling Variable Pin
knowvc31-Aug-08 22:27
knowvc31-Aug-08 22:27 
AnswerRe: Calling Variable Pin
Cedric Moonen31-Aug-08 22:49
Cedric Moonen31-Aug-08 22:49 
QuestionInitializing inside a thread error Pin
monsieur_jj31-Aug-08 22:17
monsieur_jj31-Aug-08 22:17 
AnswerRe: Initializing inside a thread error Pin
Mckay.Lai31-Aug-08 22:21
Mckay.Lai31-Aug-08 22:21 
GeneralRe: Initializing inside a thread error Pin
monsieur_jj31-Aug-08 23:27
monsieur_jj31-Aug-08 23:27 
GeneralRe: Initializing inside a thread error Pin
Mckay.Lai1-Sep-08 0:04
Mckay.Lai1-Sep-08 0:04 
Oh,I known, it crashes because the point "p" is not initalize,
(static CUpdateServiceModule *p;// = new CUpdateServiceModule;)
you should new the class before you user the "if (p->isPrdInstalled(MPoint))",

you should add the line "static CUpdateServiceModule *p = new CUpdateServiceModule; ".

try it again ,pls.

【成功就是在跌倒之后还能爬起来...】
You can run far. You can take your small precautions. But have you really gotten away? Can you ever escape? Or is the truth that you do not have the strength or cunning to hide from destiny. But the world is not small, you are. And fate can find you anywhere.

GeneralRe: Initializing inside a thread error Pin
monsieur_jj1-Sep-08 15:19
monsieur_jj1-Sep-08 15:19 
QuestionProgramming the Windows Vista Event Log Pin
Shashi.Shinde31-Aug-08 22:15
Shashi.Shinde31-Aug-08 22:15 
Questionsame name in two DLL Pin
hanlei000000000931-Aug-08 22:05
hanlei000000000931-Aug-08 22:05 
AnswerRe: same name in two DLL Pin
Naveen31-Aug-08 22:14
Naveen31-Aug-08 22:14 
AnswerRe: same name in two DLL Pin
Nibu babu thomas31-Aug-08 22:16
Nibu babu thomas31-Aug-08 22:16 
QuestionImages to Treectrl Pin
Preethi_12331-Aug-08 21:45
Preethi_12331-Aug-08 21:45 
AnswerRe: Images to Treectrl Pin
Nibu babu thomas31-Aug-08 22:12
Nibu babu thomas31-Aug-08 22:12 
QuestionClass constructor question Pin
monsieur_jj31-Aug-08 21:19
monsieur_jj31-Aug-08 21:19 
AnswerRe: Class constructor question Pin
Mckay.Lai31-Aug-08 21:29
Mckay.Lai31-Aug-08 21:29 
GeneralRe: Class constructor question Pin
monsieur_jj31-Aug-08 21:36
monsieur_jj31-Aug-08 21:36 
GeneralRe: Class constructor question Pin
Cedric Moonen31-Aug-08 21:47
Cedric Moonen31-Aug-08 21:47 
GeneralRe: Class constructor question Pin
monsieur_jj31-Aug-08 21:52
monsieur_jj31-Aug-08 21:52 
GeneralRe: Class constructor question Pin
Mckay.Lai31-Aug-08 22:04
Mckay.Lai31-Aug-08 22:04 
News[OT] Re: Class constructor question Pin
Roger Stoltz31-Aug-08 22:47
Roger Stoltz31-Aug-08 22:47 
Questionhow to overcome/solve warnings such as " warning C4996: 'strcat' was declared deprecated " ? Pin
kapardhi31-Aug-08 20:37
kapardhi31-Aug-08 20:37 
AnswerRe: how to overcome/solve warnings such as " warning C4996: 'strcat' was declared deprecated " ? Pin
Cedric Moonen31-Aug-08 20:40
Cedric Moonen31-Aug-08 20:40 
GeneralRe: how to overcome/solve warnings such as " warning C4996: 'strcat' was declared deprecated " ? Pin
Rane31-Aug-08 21:02
Rane31-Aug-08 21:02 

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.