Click here to Skip to main content
15,900,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using the OpenFileDialog in Console? Pin
Member 975216818-Jan-13 7:38
Member 975216818-Jan-13 7:38 
GeneralRe: Using the OpenFileDialog in Console? Pin
jeron118-Jan-13 8:07
jeron118-Jan-13 8:07 
SuggestionRe: Using the OpenFileDialog in Console? Pin
Member 975216818-Jan-13 8:33
Member 975216818-Jan-13 8:33 
QuestionHELP: how to load satellite DLL for a DLL Pin
andwan018-Jan-13 5:54
andwan018-Jan-13 5:54 
AnswerRe: HELP: how to load satellite DLL for a DLL Pin
andwan021-Jan-13 22:46
andwan021-Jan-13 22:46 
QuestionCompiling libexif 0.6.21 Pin
Sharath C V17-Jan-13 18:19
professionalSharath C V17-Jan-13 18:19 
AnswerRe: Compiling libexif 0.6.21 Pin
CPallini17-Jan-13 21:55
mveCPallini17-Jan-13 21:55 
GeneralRe: Compiling libexif 0.6.21 Pin
Sharath C V18-Jan-13 15:51
professionalSharath C V18-Jan-13 15:51 
GeneralRe: Compiling libexif 0.6.21 Pin
CPallini18-Jan-13 23:18
mveCPallini18-Jan-13 23:18 
AnswerRe: Compiling libexif 0.6.21 Pin
Graham Breach17-Jan-13 22:41
Graham Breach17-Jan-13 22:41 
GeneralRe: Compiling libexif 0.6.21 Pin
Sharath C V18-Jan-13 15:49
professionalSharath C V18-Jan-13 15:49 
QuestionNeed Debugging tips: MFC static library DLL Pin
Clark Kent12317-Jan-13 8:06
professionalClark Kent12317-Jan-13 8:06 
AnswerRe: Need Debugging tips: MFC static library DLL Pin
Richard MacCutchan17-Jan-13 23:07
mveRichard MacCutchan17-Jan-13 23:07 
QuestionRe: Need Debugging tips: MFC static library DLL Pin
Clark Kent12318-Jan-13 3:03
professionalClark Kent12318-Jan-13 3:03 
Thanks for the response.

It seems that I may need to clarify a few things. That is my fault. My original message may have skimmed over a few details.

The reason why I wrote MFC static library was because under the C++ properties page I have the following...
Configuration Type: Dynamic Link Library
Use of MFC: Use MFC in a Static Library
Use of ATL: Not using ATL

I have not have had a chance to work with MFC and because of that I am at a loss. What I have worked on in the past (completely different program) is the use C++ to create COM objects and that way make it aware in other programming environments such as VB. But this particular C++ program is not a COM object. Every time I try to load the DLL file in VB using the Add Reference it tells me this is neither a valid COM object or assembly.

I have not been in this situation before so this is left me scratching my head saying how do you debug this? Do you have any suggestions?

This is what I am attempting to do. I have my main VB program and I add the C++ solution to the main project. I place break points in the C++ program and when I step through the main (VB) program it does not halt within the C++ cpp file. Upon mouse over the breakpoint the compiler tells me "The breakpoint will not be currently hit. No symbols have been loaded for this document."

I made sure in the Configuration Manager that all the programs or solutions are defaulted to "Debug" setting.

Any suggestions?
AnswerRe: Need Debugging tips: MFC static library DLL Pin
David Knechtges18-Jan-13 3:43
David Knechtges18-Jan-13 3:43 
GeneralRe: Need Debugging tips: MFC static library DLL Pin
Clark Kent12318-Jan-13 4:19
professionalClark Kent12318-Jan-13 4:19 
AnswerRe: Need Debugging tips: MFC static library DLL Pin
Richard MacCutchan18-Jan-13 4:11
mveRichard MacCutchan18-Jan-13 4:11 
GeneralRe: Need Debugging tips: MFC static library DLL Pin
Clark Kent12318-Jan-13 4:18
professionalClark Kent12318-Jan-13 4:18 
GeneralRe: Need Debugging tips: MFC static library DLL Pin
Richard MacCutchan18-Jan-13 4:23
mveRichard MacCutchan18-Jan-13 4:23 
GeneralRe: Need Debugging tips: MFC static library DLL Pin
Clark Kent12318-Jan-13 4:32
professionalClark Kent12318-Jan-13 4:32 
AnswerRe: Need Debugging tips: MFC static library DLL Pin
Alan Balkany18-Jan-13 5:21
Alan Balkany18-Jan-13 5:21 
QuestionHow to detect USB Device and sends data Pin
002comp16-Jan-13 21:24
002comp16-Jan-13 21:24 
AnswerRe: How to detect USB Device and sends data Pin
«_Superman_»16-Jan-13 21:54
professional«_Superman_»16-Jan-13 21:54 
GeneralRe: How to detect USB Device and sends data Pin
002comp16-Jan-13 23:05
002comp16-Jan-13 23:05 
GeneralRe: How to detect USB Device and sends data Pin
Jochen Arndt17-Jan-13 0:49
professionalJochen Arndt17-Jan-13 0:49 

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.