Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exception with CFileDialog (MFC) Pin
Andrew Brock21-Jan-11 17:23
Andrew Brock21-Jan-11 17:23 
GeneralRe: Exception with CFileDialog (MFC) Pin
Le Duc Anh21-Jan-11 17:54
professionalLe Duc Anh21-Jan-11 17:54 
GeneralRe: Exception with CFileDialog (MFC) Pin
Andrew Brock21-Jan-11 18:13
Andrew Brock21-Jan-11 18:13 
GeneralRe: Exception with CFileDialog (MFC) Pin
Le Duc Anh21-Jan-11 18:19
professionalLe Duc Anh21-Jan-11 18:19 
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 
Richard,
noticed difference between project settings - the one which works has a "Link" tab option and the one which does not work - cvaux has a tab "library". No Link.
They both have _DEBUG in various places , no more NDEBUG.
Vaclav

PS Here are the library links. Both are set for debug option and cvhaartraining lets me step thru and the cvaux (both cvaux or cvaud) won't do it.

#pragma comment(lib,"G:\\Program Files\\OpenCV\\lib\\cvhaartraining")
#pragma comment(lib,"G:\\Program Files\\OpenCV\\lib\\cvauxd")

Thanks for helping me. I am stuck!
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 
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 

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.