Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compare/Convert Float to Text Pin
Niklas L23-Aug-10 20:23
Niklas L23-Aug-10 20:23 
AnswerRe: Compare/Convert Float to Text PinPopular
Luc Pattyn23-Aug-10 8:42
sitebuilderLuc Pattyn23-Aug-10 8:42 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 9:20
mohit`1223-Aug-10 9:20 
GeneralRe: Compare/Convert Float to Text Pin
Luc Pattyn23-Aug-10 9:28
sitebuilderLuc Pattyn23-Aug-10 9:28 
AnswerRe: Compare/Convert Float to Text Pin
Jeff Archer24-Aug-10 4:02
Jeff Archer24-Aug-10 4:02 
AnswerRe: Compare/Convert Float to Text Pin
Luc Pattyn24-Aug-10 4:57
sitebuilderLuc Pattyn24-Aug-10 4:57 
AnswerRe: Compare/Convert Float to Text Pin
glwentworth24-Aug-10 6:18
professionalglwentworth24-Aug-10 6:18 
QuestionVS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 6:56
professionalChesnokov Yuriy23-Aug-10 6:56 
I'm debugging IPP face detection demo console and in particular in the middle of the main where are:

...
int k, shda, shim, allpos;
int h = (pm + roi2.width - 1) / roi2.width;
int N = (roi2.height - classifierSize.height + 1 + h - classifierSize.height - 1) / (h - classifierSize.height + 1);
int X = (roi2.height - classifierSize.height + 1) / N;
int rem = (roi2.height - classifierSize.height + 1) % N;
...


Those are neither present at the locals window nor quickwatch or mouse hover can recognize them. What is the problem?

It can not also see customly defined types e.g. typedef unsigned char Ipp8u; a variable declared as Ipp8u* pData; is also invisible for IDE debugger.
Чесноков

AnswerRe: VS2010 debugger can not see some local variables? Pin
Richard MacCutchan23-Aug-10 7:18
mveRichard MacCutchan23-Aug-10 7:18 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 20:24
professionalChesnokov Yuriy23-Aug-10 20:24 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Richard MacCutchan23-Aug-10 21:01
mveRichard MacCutchan23-Aug-10 21:01 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 21:03
professionalChesnokov Yuriy23-Aug-10 21:03 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Richard MacCutchan24-Aug-10 2:42
mveRichard MacCutchan24-Aug-10 2:42 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy24-Aug-10 2:55
professionalChesnokov Yuriy24-Aug-10 2:55 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Richard MacCutchan24-Aug-10 3:20
mveRichard MacCutchan24-Aug-10 3:20 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy24-Aug-10 3:36
professionalChesnokov Yuriy24-Aug-10 3:36 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Richard MacCutchan24-Aug-10 5:17
mveRichard MacCutchan24-Aug-10 5:17 
AnswerRe: VS2010 debugger can not see some local variables? Pin
Aescleal23-Aug-10 7:51
Aescleal23-Aug-10 7:51 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 20:28
professionalChesnokov Yuriy23-Aug-10 20:28 
AnswerRe: VS2010 debugger can not see some local variables? Pin
Iain Clarke, Warrior Programmer23-Aug-10 7:59
Iain Clarke, Warrior Programmer23-Aug-10 7:59 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 20:30
professionalChesnokov Yuriy23-Aug-10 20:30 
AnswerRe: VS2010 debugger can not see some local variables? Pin
fasked23-Aug-10 18:54
fasked23-Aug-10 18:54 
GeneralRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 20:31
professionalChesnokov Yuriy23-Aug-10 20:31 
AnswerRe: VS2010 debugger can not see some local variables? Pin
Chesnokov Yuriy23-Aug-10 21:04
professionalChesnokov Yuriy23-Aug-10 21:04 
Questionfrequent memory allocation processing cost Pin
Chesnokov Yuriy23-Aug-10 6:50
professionalChesnokov Yuriy23-Aug-10 6:50 

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.