Click here to Skip to main content
15,909,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 8:08
professionalChris Losinger16-Jul-01 8:08 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 8:20
suss16-Jul-01 8:20 
AnswerRe: How to make my program workable independently??? Pin
Michael Dunn16-Jul-01 10:22
sitebuilderMichael Dunn16-Jul-01 10:22 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 10:27
suss16-Jul-01 10:27 
GeneralRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 10:39
professionalChris Losinger16-Jul-01 10:39 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 10:40
suss16-Jul-01 10:40 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 14:41
suss16-Jul-01 14:41 
GeneralUnhandled exception. Pin
John Uhlenbrock16-Jul-01 6:53
John Uhlenbrock16-Jul-01 6:53 
I get an error "Unhandled exception at address 0x00000005" in my code. This function has already been called once when my program calls it again, and works fine the first time. The error line is on a simple assignment line:

iBytesReceived = 0;

Using the debugger to check the variable right before the assignment yields "CXX0069: Error: expression cannot be evaluated"

MSDN says this about error CXX0069:

"variable needs stack frame

The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This may be caused by variables declared as part of an inline function."

So, what the heck does all this crap mean Smile | :)

- John
GeneralRe: Unhandled exception. Pin
Christian Graus16-Jul-01 13:05
protectorChristian Graus16-Jul-01 13:05 
GeneralMy program is too slow......help!!! Pin
16-Jul-01 6:17
suss16-Jul-01 6:17 
GeneralRe: My program is too slow......help!!! Pin
John Uhlenbrock16-Jul-01 6:55
John Uhlenbrock16-Jul-01 6:55 
GeneralRe: My program is too slow......help!!! Pin
16-Jul-01 7:04
suss16-Jul-01 7:04 
GeneralHOW TO DO IT????????? Pin
16-Jul-01 7:15
suss16-Jul-01 7:15 
GeneralRe: My program is too slow......help!!! Pin
Paolo Messina16-Jul-01 12:25
professionalPaolo Messina16-Jul-01 12:25 
GeneralRe: My program is too slow......help!!! Pin
Todd Smith16-Jul-01 12:50
Todd Smith16-Jul-01 12:50 
GeneralRe: My program is too slow......help!!! Pin
Christian Graus16-Jul-01 13:08
protectorChristian Graus16-Jul-01 13:08 
GeneralRe: My program is too slow......help!!! Pin
16-Jul-01 13:50
suss16-Jul-01 13:50 
QuestionStatus LPTPort : with CreateFile ? Pin
youssef16-Jul-01 5:31
youssef16-Jul-01 5:31 
QuestionStatus for LPT with CreateFile ? Pin
youssef16-Jul-01 4:56
youssef16-Jul-01 4:56 
Generaldisplay dialog Pin
16-Jul-01 4:46
suss16-Jul-01 4:46 
GeneralRe: display dialog Pin
Paolo Messina16-Jul-01 12:35
professionalPaolo Messina16-Jul-01 12:35 
GeneralDependency File (.dep) Woes Pin
Derek Price16-Jul-01 4:43
Derek Price16-Jul-01 4:43 
GeneralDependency File (.dep) Woes Pin
Derek Price16-Jul-01 4:39
Derek Price16-Jul-01 4:39 
Generalbitblt + Polygon Pin
Leon16-Jul-01 4:26
Leon16-Jul-01 4:26 
GeneralRe: bitblt + Polygon Pin
Tim Deveaux16-Jul-01 8:46
Tim Deveaux16-Jul-01 8:46 

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.