Click here to Skip to main content
16,013,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: detecting screen display area Pin
Iain Clarke, Warrior Programmer24-Jul-03 4:29
Iain Clarke, Warrior Programmer24-Jul-03 4:29 
GeneralRe: detecting screen display area Pin
Shay Harel24-Jul-03 4:48
Shay Harel24-Jul-03 4:48 
GeneralRe: detecting screen display area Pin
Frank K24-Jul-03 4:30
Frank K24-Jul-03 4:30 
QuestionHow to get data from a retrieve data from a list box (activeX control) Pin
Deepak Samuel24-Jul-03 3:55
Deepak Samuel24-Jul-03 3:55 
AnswerRe: How to get data from a retrieve data from a list box (activeX control) Pin
Michael P Butler24-Jul-03 6:42
Michael P Butler24-Jul-03 6:42 
GeneralTwo dimensional array problem Pin
superstein24-Jul-03 3:02
superstein24-Jul-03 3:02 
GeneralRe: Two dimensional array problem Pin
Alexander M.,24-Jul-03 3:06
Alexander M.,24-Jul-03 3:06 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:19
John M. Drescher24-Jul-03 3:19 
I think the only reason why that solved your problem is that if you step past the end of a global variable you are probably not going to interfere with the runtime stack. Your problem probably still exists but in a sneaky way. Try the following declare your values array as
double ValuesArray[190];

Guess what it probably will not crash your dialog this time either. Why does it not crash the dialog? It is overwriting other variables in your global data that could come back and cause your program to work in an unexpected way.

John
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:32
John M. Drescher24-Jul-03 3:32 
GeneralRe: Two dimensional array problem Pin
superstein24-Jul-03 3:28
superstein24-Jul-03 3:28 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:39
Cedric Moonen24-Jul-03 3:39 
GeneralRe: Two dimensional array problem Pin
Bob Stanneveld24-Jul-03 11:17
Bob Stanneveld24-Jul-03 11:17 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:40
John M. Drescher24-Jul-03 3:40 
GeneralSorry... Pin
John M. Drescher24-Jul-03 7:28
John M. Drescher24-Jul-03 7:28 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:08
Cedric Moonen24-Jul-03 3:08 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:09
John M. Drescher24-Jul-03 3:09 
GeneralNeed value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 3:01
Marakus24-Jul-03 3:01 
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Fistboy24-Jul-03 4:12
Fistboy24-Jul-03 4:12 
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 6:39
Marakus24-Jul-03 6:39 
Generalcomment/uncomment macro Pin
sunil_g1724-Jul-03 2:33
sunil_g1724-Jul-03 2:33 
GeneralRe: Message Pin
Fistboy24-Jul-03 2:27
Fistboy24-Jul-03 2:27 
GeneralRe: Message Pin
Alexander M.,24-Jul-03 2:44
Alexander M.,24-Jul-03 2:44 
QuestionHow can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 2:17
Behzad Ebrahimi24-Jul-03 2:17 
AnswerRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 2:39
Alexander M.,24-Jul-03 2:39 
GeneralRe: How can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 3:33
Behzad Ebrahimi24-Jul-03 3:33 

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.