Click here to Skip to main content
15,884,933 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
I have a C++ MFC static library dll file. I have a VB.Net program that acts as the GUI and C++ does the grunt work.

I have just taken over this program, but never had an opportunity to do any debugging for the C++ part until today. Whenever I place a breakpoint in the cpp file and run the main program (VB) the breakpoint I placed in the cpp will not be hit according to the compiler.

I am wondering why that is? In the past I have been able to do so on different programs but I believe that was because the C++ dll was created as a COM dll. I am not familiar with MFC so I am at a loss.

By the way I have been searching but could not find any documentation on how to do this. Maybe there is so if you can point me in the right direction I would greatly appreciate that.

Can the MFC static library be able to be debuggable from within a VB app? If not, can anyone offer any debugging suggestions as to some how "step" through the C++ code?

If you need me to clarify anything or go into more depth I will gladly do so.

By the way before I forget the C++ functions are called within VB using the following formula.
VB
Declare Function FunctionName Lib "DLL_Name.DLL" (parameters) As DataType

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 
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 
AnswerRe: How to detect USB Device and sends data Pin
Dean M. Sands, III17-Jan-13 3:09
Dean M. Sands, III17-Jan-13 3:09 
AnswerRe: How to detect USB Device and sends data Pin
Erudite_Eric18-Jan-13 0:22
Erudite_Eric18-Jan-13 0:22 
QuestionMFC architecture Pin
shanmugarajaa16-Jan-13 18:37
shanmugarajaa16-Jan-13 18:37 
AnswerRe: MFC architecture Pin
SujayG16-Jan-13 18:49
SujayG16-Jan-13 18: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.