Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Application runnig problem.. Pin
chandu00419-Oct-07 0:04
chandu00419-Oct-07 0:04 
GeneralRe: Application runnig problem.. Pin
josip cagalj19-Oct-07 0:09
josip cagalj19-Oct-07 0:09 
JokeRe: Application runnig problem.. Pin
Nelek19-Oct-07 0:12
protectorNelek19-Oct-07 0:12 
GeneralRe: Application runnig problem.. Pin
chandu00419-Oct-07 0:13
chandu00419-Oct-07 0:13 
GeneralRe: Application runnig problem.. Pin
chandu00419-Oct-07 0:12
chandu00419-Oct-07 0:12 
AnswerRe: Application runnig problem.. Pin
josip cagalj19-Oct-07 0:03
josip cagalj19-Oct-07 0:03 
AnswerRe: Application runnig problem.. Pin
Cedric Moonen19-Oct-07 0:03
Cedric Moonen19-Oct-07 0:03 
QuestionCuriosity Pin
Nelek19-Oct-07 0:26
protectorNelek19-Oct-07 0:26 
AnswerRe: Curiosity Pin
ThatsAlok19-Oct-07 0:38
ThatsAlok19-Oct-07 0:38 
GeneralRe: Curiosity Pin
Nelek19-Oct-07 1:26
protectorNelek19-Oct-07 1:26 
GeneralRe: Curiosity Pin
Cedric Moonen19-Oct-07 7:52
Cedric Moonen19-Oct-07 7:52 
AnswerRe: Curiosity Pin
Cedric Moonen19-Oct-07 1:07
Cedric Moonen19-Oct-07 1:07 
GeneralRe: Curiosity Pin
JudyL_MD19-Oct-07 2:33
JudyL_MD19-Oct-07 2:33 
QuestionRe: Curiosity Pin
Hamid_RT19-Oct-07 1:19
Hamid_RT19-Oct-07 1:19 
AnswerRe: Curiosity Pin
Nelek19-Oct-07 1:27
protectorNelek19-Oct-07 1:27 
QuestionApplication runnig problem.. Pin
Vugar Avazov18-Oct-07 23:36
Vugar Avazov18-Oct-07 23:36 
AnswerRe: Application runnig problem.. Pin
Abdellatif_El_Khlifi20-Oct-07 11:27
Abdellatif_El_Khlifi20-Oct-07 11:27 
QuestionLNK4099 problem Pin
Sunil Bhaskar18-Oct-07 23:20
Sunil Bhaskar18-Oct-07 23:20 
AnswerRe: LNK4099 problem Pin
Nelek18-Oct-07 23:33
protectorNelek18-Oct-07 23:33 
GeneralRe: LNK4099 problem Pin
Sunil Bhaskar18-Oct-07 23:35
Sunil Bhaskar18-Oct-07 23:35 
GeneralRe: LNK4099 problem Pin
ThatsAlok19-Oct-07 0:38
ThatsAlok19-Oct-07 0:38 
GeneralRe: LNK4099 problem Pin
Nelek29-Oct-07 21:53
protectorNelek29-Oct-07 21:53 
AnswerRe: LNK4099 problem Pin
JudyL_MD19-Oct-07 2:38
JudyL_MD19-Oct-07 2:38 
Your 3rd party has provided you with a release-mode lib file. The linker is correctly telling you that it can't find the debugging symbols for the library in question. This means you can't step into it in the debugger (except as assembly code). The warning will not affect your use of the library. You won't get the warnings in your release build.
QuestionReading an inf file Pin
Suneet.0318-Oct-07 23:07
Suneet.0318-Oct-07 23:07 
AnswerRe: Reading an inf file Pin
Nelek18-Oct-07 23:30
protectorNelek18-Oct-07 23:30 

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.