Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestiondcPrint???? Pin
JKohm1-Jan-04 15:22
JKohm1-Jan-04 15:22 
AnswerRe: dcPrint???? Pin
dan o2-Jan-04 5:14
dan o2-Jan-04 5:14 
QuestionIP Address? Pin
Dov Sherman1-Jan-04 14:07
Dov Sherman1-Jan-04 14:07 
AnswerRe: IP Address? Pin
David Crow1-Jan-04 16:06
David Crow1-Jan-04 16:06 
GeneralRe: IP Address? Pin
Dov Sherman1-Jan-04 23:43
Dov Sherman1-Jan-04 23:43 
GeneralRe: IP Address? Pin
David Crow5-Jan-04 2:11
David Crow5-Jan-04 2:11 
GeneralC++ altering the wrong class members Pin
metcarob1-Jan-04 12:25
metcarob1-Jan-04 12:25 
GeneralRe: C++ altering the wrong class members Pin
Roger Allen1-Jan-04 23:37
Roger Allen1-Jan-04 23:37 
My bet is that you need to do a rebuild-all. The line added just adds an extra 4 -bytes (a pointer) to the size of your object. If its declared before the m_Params member, then m_Params is now offset by an additional 4 bytes. If your .cpp file(s) have not been completely rebuilt since this declaration change, you may find that one file is using the old declaration and another the new one. This will cause assignnments etc to change the wrong members of m_Params.

To check this, move the declaration of m_pGFx... to after m_Params

Or just force a rebuild all

Roger Allen - Sonork 100.10016
If your dead and reading this, then you have no life!
GeneralXML parser suggestion. Pin
Janovetz1-Jan-04 7:12
Janovetz1-Jan-04 7:12 
GeneralRe: XML parser suggestion. Pin
Nemanja Trifunovic1-Jan-04 14:21
Nemanja Trifunovic1-Jan-04 14:21 
GeneralRe: XML parser suggestion. Pin
Garth J Lancaster1-Jan-04 14:32
professionalGarth J Lancaster1-Jan-04 14:32 
GeneralRe: XML parser suggestion. Pin
Neville Franks1-Jan-04 22:21
Neville Franks1-Jan-04 22:21 
Generalc++ dependencies Pin
tucolino1-Jan-04 6:57
tucolino1-Jan-04 6:57 
GeneralRe: c++ dependencies Pin
Chris Richardson1-Jan-04 15:44
Chris Richardson1-Jan-04 15:44 
GeneralOpen image from file and display it Pin
DaFrawg1-Jan-04 6:10
DaFrawg1-Jan-04 6:10 
GeneralRe: Open image from file and display it Pin
Hauptman(n)1-Jan-04 6:18
Hauptman(n)1-Jan-04 6:18 
GeneralRe: Open image from file and display it Pin
DaFrawg2-Jan-04 4:33
DaFrawg2-Jan-04 4:33 
Generalfirewall project Pin
gildan20201-Jan-04 2:23
gildan20201-Jan-04 2:23 
GeneralRe: firewall project Pin
valikac1-Jan-04 5:44
valikac1-Jan-04 5:44 
GeneralRe: firewall project Pin
gildan20201-Jan-04 6:12
gildan20201-Jan-04 6:12 
GeneralRe: firewall project Pin
Hauptman(n)1-Jan-04 6:14
Hauptman(n)1-Jan-04 6:14 
GeneralRe: firewall project Pin
gildan20201-Jan-04 6:50
gildan20201-Jan-04 6:50 
GeneralRe: firewall project Pin
Hauptman(n)1-Jan-04 7:53
Hauptman(n)1-Jan-04 7:53 
GeneralMigrating processes Pin
zichun31-Dec-03 23:21
zichun31-Dec-03 23:21 
GeneralRe: Migrating processes Pin
alex.barylski1-Jan-04 13:56
alex.barylski1-Jan-04 13:56 

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.