guys, i had a problem. when i initialize another array it shows error. when it runs but it can build prefectly well.
This is the program that i wrote:
when i never initialize SaveEgt2, there was no error when it run but when i initialize it the error occured.. i will attach the picture of what is the error.Code:public: void CduEng(); void DrawEng(); void FlightSimInfo(); CCduEngDlg(CWnd* pParent = NULL); // standard constructor CBitmap bmDrawEng; CDC memdcDrawEng; CBitmap bmCduEng; CDC memdcCduEng; int Egt, Egt1, Egt2; int SaveEgt[255], SaveEgt1[255]; int SaveEgt2[255];


Reply With Quote


Bookmarks