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

C / C++ / MFC

 
AnswerRe: Linker error LNK2001 Pin
Mohammad A Gdeisat30-Aug-05 8:02
Mohammad A Gdeisat30-Aug-05 8:02 
QuestionHow to Use SetFocus() ? Pin
MacKrish30-Aug-05 7:39
MacKrish30-Aug-05 7:39 
AnswerRe: How to Use SetFocus() ? Pin
Ravi Bhavnani30-Aug-05 8:52
professionalRavi Bhavnani30-Aug-05 8:52 
GeneralRe: How to Use SetFocus() ? Pin
Amarelia30-Aug-05 22:29
Amarelia30-Aug-05 22:29 
GeneralRe: How to Use SetFocus() ? Pin
Ravi Bhavnani31-Aug-05 1:40
professionalRavi Bhavnani31-Aug-05 1:40 
QuestionOver-riding ToolTip Text in an CSliderCtrl Pin
sharpanil30-Aug-05 7:39
sharpanil30-Aug-05 7:39 
Questionerror using #pragma pack(...) Pin
wookie18230-Aug-05 6:53
wookie18230-Aug-05 6:53 
AnswerRe: error using #pragma pack(...) Pin
Rick York30-Aug-05 14:21
mveRick York30-Aug-05 14:21 
Try commenting the #pragma pack statements out and rebuild everything and see what happens.

You really don't need to do this if you are setting it to 8 though because that is the default.

Actually, it is a bit of a misnomer too. The compiler will align data members to the size of their type when this is selected. This is really only important when transmitting data structures between computers. However, you want to use the default whenever possible especially when using P4 processors. They can slow down considerably if their data is not aligned correctly.


AnswerRe: error using #pragma pack(...) Pin
Jose Lamas Rios30-Aug-05 18:22
Jose Lamas Rios30-Aug-05 18:22 
QuestionRegistering controls using code Pin
Tom Wright30-Aug-05 6:39
Tom Wright30-Aug-05 6:39 
QuestionSendInput Problem Pin
Mohammad A Gdeisat30-Aug-05 6:18
Mohammad A Gdeisat30-Aug-05 6:18 
AnswerRe: SendInput Problem Pin
Rage30-Aug-05 7:05
professionalRage30-Aug-05 7:05 
GeneralRe: SendInput Problem Pin
Mohammad A Gdeisat30-Aug-05 7:51
Mohammad A Gdeisat30-Aug-05 7:51 
AnswerRe: SendInput Problem Pin
Jose Lamas Rios30-Aug-05 8:54
Jose Lamas Rios30-Aug-05 8:54 
GeneralRe: SendInput Problem Pin
Mohammad A Gdeisat30-Aug-05 10:22
Mohammad A Gdeisat30-Aug-05 10:22 
GeneralRe: SendInput Problem Pin
Jose Lamas Rios30-Aug-05 18:13
Jose Lamas Rios30-Aug-05 18:13 
QuestionProblem with Chris Mounder grid and KB893803v2 windows uppgrade. Pin
morefalt30-Aug-05 5:29
morefalt30-Aug-05 5:29 
QuestionI created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
ahzhuo30-Aug-05 5:04
ahzhuo30-Aug-05 5:04 
AnswerRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
toxcct30-Aug-05 5:06
toxcct30-Aug-05 5:06 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
ahzhuo30-Aug-05 5:13
ahzhuo30-Aug-05 5:13 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
toxcct30-Aug-05 5:14
toxcct30-Aug-05 5:14 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
toxcct30-Aug-05 5:16
toxcct30-Aug-05 5:16 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
Eytukan30-Aug-05 5:26
Eytukan30-Aug-05 5:26 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
ahzhuo30-Aug-05 5:30
ahzhuo30-Aug-05 5:30 
GeneralRe: I created an add-in for Visual C++ 6, please give me some comments and suggestions ^_^ Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX30-Aug-05 6:08
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX30-Aug-05 6:08 

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.