Click here to Skip to main content
16,006,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there anyway to access directly? Pin
Alexander M.,23-Jul-03 2:11
Alexander M.,23-Jul-03 2:11 
GeneralRe: Is there anyway to access directly? Pin
Terry O'Nolley24-Jul-03 3:09
Terry O'Nolley24-Jul-03 3:09 
QuestionArray definition global vs local? Pin
spaced_out22-Jul-03 6:27
spaced_out22-Jul-03 6:27 
AnswerRe: Array definition global vs local? Pin
John M. Drescher22-Jul-03 6:36
John M. Drescher22-Jul-03 6:36 
GeneralRe: Array definition global vs local? Pin
spaced_out22-Jul-03 8:49
spaced_out22-Jul-03 8:49 
GeneralRe: Array definition global vs local? Pin
John M. Drescher22-Jul-03 8:53
John M. Drescher22-Jul-03 8:53 
GeneralRe: Array definition global vs local? Pin
spaced_out22-Jul-03 17:37
spaced_out22-Jul-03 17:37 
AnswerRe: Array definition global vs local? Pin
Michael P Butler22-Jul-03 6:48
Michael P Butler22-Jul-03 6:48 
What error message do you get?

My first thoughts would be to move the declaration to outside of the ClassWizard generated code


class CMyDialog : public CDialog
{
// Construction
public:
    CMyDialog(CWnd* pParent = NULL); // standard constructor
    // Dialog Data
    //{{AFX_DATA(CMyDialog)
    enum { IDD = IDD_MY_DIALOG };
       // NOTE: the ClassWizard will add data members here
    //}}AFX_DATA
    double ValuesArray[200];
};




Michael

'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

GeneralRe: Array definition global vs local? Pin
spaced_out22-Jul-03 17:44
spaced_out22-Jul-03 17:44 
AnswerRe: Array definition global vs local? Pin
David Crow22-Jul-03 9:02
David Crow22-Jul-03 9:02 
GeneralRe: Array definition global vs local? Pin
spaced_out22-Jul-03 17:50
spaced_out22-Jul-03 17:50 
AnswerRe: Array definition global vs local? Pin
Alexander M.,22-Jul-03 9:14
Alexander M.,22-Jul-03 9:14 
GeneralRe: Array definition global vs local? Pin
John M. Drescher22-Jul-03 10:30
John M. Drescher22-Jul-03 10:30 
GeneralRe: Array definition global vs local? Pin
spaced_out22-Jul-03 18:06
spaced_out22-Jul-03 18:06 
GeneralRe: Array definition global vs local? Pin
John M. Drescher22-Jul-03 18:39
John M. Drescher22-Jul-03 18:39 
GeneralRe: Array definition global vs local? Pin
Alexander M.,23-Jul-03 1:30
Alexander M.,23-Jul-03 1:30 
GeneralRe: Array definition global vs local? Pin
John M. Drescher23-Jul-03 3:44
John M. Drescher23-Jul-03 3:44 
GeneralProblem Solved!! Pin
spaced_out22-Jul-03 18:05
spaced_out22-Jul-03 18:05 
GeneralRe: Problem Solved!! Pin
John M. Drescher22-Jul-03 18:36
John M. Drescher22-Jul-03 18:36 
GeneralRe: Problem Solved!! Pin
David Crow23-Jul-03 2:23
David Crow23-Jul-03 2:23 
GeneralRe: Problem Solved!! Pin
Alexander M.,23-Jul-03 1:30
Alexander M.,23-Jul-03 1:30 
GeneralRe: Problem Solved!! Pin
John M. Drescher24-Jul-03 7:25
John M. Drescher24-Jul-03 7:25 
Generalassigning IP address dynamically Pin
pramodastro22-Jul-03 6:27
pramodastro22-Jul-03 6:27 
GeneralRe: assigning IP address dynamically Pin
valikac22-Jul-03 8:53
valikac22-Jul-03 8:53 
GeneralSpy++ for DirectX Pin
gordingin22-Jul-03 6:22
gordingin22-Jul-03 6:22 

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.