Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there a 64bit HID.LIB and SETUPAPI.LIB ? [modified] Pin
abiemann18-Jun-08 11:40
abiemann18-Jun-08 11:40 
GeneralRe: Is there a 64bit HID.LIB and SETUPAPI.LIB ? [modified] Pin
George Helyar3-Dec-08 9:44
George Helyar3-Dec-08 9:44 
QuestionDebugging information missing! Pin
bosfan18-Jun-08 6:08
bosfan18-Jun-08 6:08 
AnswerRe: Debugging information missing! Pin
Chris Losinger18-Jun-08 6:37
professionalChris Losinger18-Jun-08 6:37 
GeneralRe: Debugging information missing! Pin
bosfan18-Jun-08 22:36
bosfan18-Jun-08 22:36 
AnswerRe: Debugging information missing! Pin
Jijo.Raj18-Jun-08 9:01
Jijo.Raj18-Jun-08 9:01 
GeneralRe: Debugging information missing! Pin
bosfan18-Jun-08 22:38
bosfan18-Jun-08 22:38 
AnswerRe: Debugging information missing! Pin
Saurabh.Garg18-Jun-08 23:44
Saurabh.Garg18-Jun-08 23:44 
Debugging a shell extension is different then debugging other applications. For shell extensions you have to debug explorer.exe since it loads the shell extension. You cannot debug explorer.exe at the source level since it is part of OS and its source code is not available.

To get debugging symbols use symbol server to get the symbols for system binaries. You can read more about symbol server at here[^].

To configure symbol server in VS 2008 follow these steps:
1. Tools->Options->Debugging->Symbols
2. Under symbol files(.pdb) locations add an entry containing http://msdl.microsoft.com/download/symbols.
3. In cache symbols from ... give a path to save the symbols locally.

Also you will find lots of information if you google "debugging shell extensions".

-Saurabh
GeneralRe: Debugging information missing! Pin
bosfan19-Jun-08 0:49
bosfan19-Jun-08 0:49 
GeneralRe: Debugging information missing! Pin
Saurabh.Garg19-Jun-08 3:18
Saurabh.Garg19-Jun-08 3:18 
QuestionHow to convert from AVI to WMV Pin
capint18-Jun-08 5:30
capint18-Jun-08 5:30 
AnswerRe: How to convert from AVI to WMV Pin
David Crow18-Jun-08 5:42
David Crow18-Jun-08 5:42 
GeneralRe: How to convert from AVI to WMV Pin
capint18-Jun-08 5:53
capint18-Jun-08 5:53 
AnswerRe: How to convert from AVI to WMV Pin
Mark Salsbery18-Jun-08 9:50
Mark Salsbery18-Jun-08 9:50 
QuestionOrdinal 1028 Pin
problemfixer18-Jun-08 5:24
problemfixer18-Jun-08 5:24 
AnswerRe: Ordinal 1028 Pin
James R. Twine18-Jun-08 7:38
James R. Twine18-Jun-08 7:38 
QuestionHow to get string in Combobox after OnSelchange Pin
Member 465568518-Jun-08 3:59
Member 465568518-Jun-08 3:59 
AnswerRe: How to get string in Combobox after OnSelchange Pin
Member 465568518-Jun-08 4:28
Member 465568518-Jun-08 4:28 
QuestionRe: How to get string in Combobox after OnSelchange Pin
David Crow18-Jun-08 4:39
David Crow18-Jun-08 4:39 
AnswerRe: How to get string in Combobox after OnSelchange Pin
sashoalm18-Jun-08 4:55
sashoalm18-Jun-08 4:55 
QuestionWhat IDE for C++? Pin
error140818-Jun-08 3:35
error140818-Jun-08 3:35 
AnswerRe: What IDE for C++? Pin
toxcct18-Jun-08 3:48
toxcct18-Jun-08 3:48 
AnswerRe: What IDE for C++? Pin
John R. Shaw18-Jun-08 6:12
John R. Shaw18-Jun-08 6:12 
GeneralRe: What IDE for C++? Pin
error140818-Jun-08 9:29
error140818-Jun-08 9:29 
AnswerRe: What IDE for C++? Pin
Hamid_RT18-Jun-08 6:33
Hamid_RT18-Jun-08 6:33 

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.