Click here to Skip to main content
15,912,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error when executing a simple Oracle Command Pin
Paul Conrad2-Feb-07 19:07
professionalPaul Conrad2-Feb-07 19:07 
AnswerRe: Error when executing a simple Oracle Command Pin
Mark Salsbery2-Feb-07 19:28
Mark Salsbery2-Feb-07 19:28 
GeneralRe: Error when executing a simple Oracle Command Pin
Reveille3-Feb-07 5:08
Reveille3-Feb-07 5:08 
AnswerRe: Error when executing a simple Oracle Command Pin
Reveille3-Feb-07 5:25
Reveille3-Feb-07 5:25 
Questionsplitter view that scroll together Pin
cyn82-Feb-07 17:25
cyn82-Feb-07 17:25 
Questionscroll static text? Pin
cyn82-Feb-07 17:22
cyn82-Feb-07 17:22 
AnswerRe: scroll static text? Pin
Naveen2-Feb-07 17:29
Naveen2-Feb-07 17:29 
Questionsome problem regarding inheritance of and debugger Pin
ytod2-Feb-07 17:06
ytod2-Feb-07 17:06 
I found some runtime error in my solution
with the IDE: Visual Studio .Net 2003.
1st problem:
I inherited the STL class complex<_Ty>, and
add some members to the class. However,I found
the operator overloading didn't work well. I
follow the way <complex> did in the overloading
function:

return complex(x,y);

but the left side of the = lost many members.

and the builder would inevitably warn:

warning C4172: returning address of local variable or temporary<br />
        'Complex.h(382) : while compiling class-template member function 'Complex<_Ty>::_Myt &Complex<_Ty>::operator *(const Complex<_Ty>::_Myt &)'<br />
        with<br />
        [<br />
            _Ty=double<br />
        ]

Is there any suggestion? thanks!

2nd problem:
While debugging the code, I found SOME of the member
functions cannot be broke! but others CAN! and some
breakpoints would jump to the other functions while
debugging.

These break points would be marked with INFAMOUS white
question marks which said:

The breakpoint would not currently be hit. Invalid file line:353

I'd checked the configuration, it's set on debug mode.
Searching on the web but found no proper way.

Is there any suggestion? Thanks!
AnswerRe: some problem regarding inheritance of and debugger Pin
Naveen2-Feb-07 17:18
Naveen2-Feb-07 17:18 
AnswerRe: some problem regarding inheritance of and debugger Pin
Hamid_RT3-Feb-07 5:49
Hamid_RT3-Feb-07 5:49 
Question64-bit Performance Pin
Obi Wan 22-Feb-07 16:07
Obi Wan 22-Feb-07 16:07 
AnswerRe: 64-bit Performance Pin
Mark Salsbery2-Feb-07 18:56
Mark Salsbery2-Feb-07 18:56 
GeneralRe: 64-bit Performance Pin
Obi Wan 23-Feb-07 4:56
Obi Wan 23-Feb-07 4:56 
GeneralRe: 64-bit Performance Pin
Mark Salsbery3-Feb-07 7:34
Mark Salsbery3-Feb-07 7:34 
QuestionErrorlevel Pin
chimera9672-Feb-07 15:48
chimera9672-Feb-07 15:48 
AnswerRe: Errorlevel Pin
Paul Conrad2-Feb-07 19:08
professionalPaul Conrad2-Feb-07 19:08 
AnswerRe: Errorlevel Pin
Mark Salsbery2-Feb-07 19:12
Mark Salsbery2-Feb-07 19:12 
AnswerRe: Errorlevel Pin
Michael Dunn2-Feb-07 19:46
sitebuilderMichael Dunn2-Feb-07 19:46 
QuestionStrange error: -1#IND0 Pin
Anthony Mushrow2-Feb-07 15:29
professionalAnthony Mushrow2-Feb-07 15:29 
AnswerRe: Strange error: -1#IND0 Pin
Anthony Mushrow2-Feb-07 16:09
professionalAnthony Mushrow2-Feb-07 16:09 
QuestionLoad DLL resource which contain custom control Pin
dungpapai2-Feb-07 14:47
dungpapai2-Feb-07 14:47 
AnswerRe: Load DLL resource which contain custom control Pin
Atul232-Feb-07 18:45
Atul232-Feb-07 18:45 
QuestionTerminating a thread Pin
BuckBrown2-Feb-07 11:00
BuckBrown2-Feb-07 11:00 
AnswerRe: Terminating a thread Pin
Ravi Bhavnani2-Feb-07 11:31
professionalRavi Bhavnani2-Feb-07 11:31 
GeneralRe: Terminating a thread Pin
BuckBrown2-Feb-07 13:09
BuckBrown2-Feb-07 13:09 

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.