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

C / C++ / MFC

 
QuestionAnother basic debug question - how to debug OpenCV dll from my application. Pin
Vaclav_21-Jan-11 3:41
Vaclav_21-Jan-11 3:41 
AnswerRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Richard MacCutchan21-Jan-11 5:03
mveRichard MacCutchan21-Jan-11 5:03 
GeneralRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Vaclav_21-Jan-11 5:15
Vaclav_21-Jan-11 5:15 
GeneralRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Vaclav_21-Jan-11 5:32
Vaclav_21-Jan-11 5:32 
GeneralRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Richard MacCutchan21-Jan-11 6:23
mveRichard MacCutchan21-Jan-11 6:23 
GeneralRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Vaclav_21-Jan-11 8:10
Vaclav_21-Jan-11 8:10 
GeneralRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Richard MacCutchan21-Jan-11 9:16
mveRichard MacCutchan21-Jan-11 9:16 
AnswerRe: Another basic debug question - how to debug OpenCV dll from my application. Pin
Andrew Brock21-Jan-11 14:57
Andrew Brock21-Jan-11 14:57 
1. Make sure the debug configuration is selected. Debugging works in Release mode but not as good
2. Check which library you are linking against. It should be cvd.lib (the main part is that you are lining against XXXd.lib for the debug libraries
3. Check the project properties for the DLLs to make sure debugging information is getting generated. I don't know where this is in VC6, but in VC9 is is Project Properties>Linker>Debugging>Generate Debug Info
4. Insert a breakpoint early in your code for the .exe you are testing it with. the first line of main() would be a good place
5. Check the loaded modules (in VC9 it is Debug>Windows>Modules) and make sure the right versions of the DLLs are loaded in (XXXd.dll)
QuestionOpenGL and Live Video CDC. Pin
GAJERA21-Jan-11 0:57
GAJERA21-Jan-11 0:57 
QuestionHow to start debugging from application? [modified] Pin
rrrado20-Jan-11 23:27
rrrado20-Jan-11 23:27 
AnswerRe: How to start debugging from application? Pin
Andrew Brock20-Jan-11 23:36
Andrew Brock20-Jan-11 23:36 
GeneralRe: How to start debugging from application? Pin
rrrado20-Jan-11 23:45
rrrado20-Jan-11 23:45 
GeneralRe: How to start debugging from application? Pin
Andrew Brock21-Jan-11 0:38
Andrew Brock21-Jan-11 0:38 
GeneralRe: How to start debugging from application? Pin
rrrado21-Jan-11 1:26
rrrado21-Jan-11 1:26 
GeneralRe: How to start debugging from application? Pin
Andrew Brock21-Jan-11 1:35
Andrew Brock21-Jan-11 1:35 
GeneralRe: How to start debugging from application? Pin
rrrado21-Jan-11 2:44
rrrado21-Jan-11 2:44 
Questionproblem in this little eg Pin
aesthetic.crazy20-Jan-11 23:22
aesthetic.crazy20-Jan-11 23:22 
AnswerRe: problem in this little eg Pin
CPallini20-Jan-11 23:30
mveCPallini20-Jan-11 23:30 
Questionhow to load bitmap image on button in win32 application Pin
rajniyadav1a20-Jan-11 20:32
rajniyadav1a20-Jan-11 20:32 
AnswerRe: how to load bitmap image on button in win32 application Pin
Adam Roderick J20-Jan-11 20:39
Adam Roderick J20-Jan-11 20:39 
AnswerRe: how to load bitmap image on button in win32 application Pin
Andrew Brock20-Jan-11 20:42
Andrew Brock20-Jan-11 20:42 
AnswerRe: how to load bitmap image on button in win32 application Pin
Niklas L20-Jan-11 20:43
Niklas L20-Jan-11 20:43 
Question"Binary not found" Eclipse strange error Pin
aesthetic.crazy20-Jan-11 11:18
aesthetic.crazy20-Jan-11 11:18 
AnswerRe: "Binary not found" Eclipse strange error Pin
Maximilien20-Jan-11 12:28
Maximilien20-Jan-11 12:28 
QuestionRe: "Binary not found" Eclipse strange error Pin
CPallini20-Jan-11 20:02
mveCPallini20-Jan-11 20: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.