Click here to Skip to main content
15,914,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unicode and ansi Pin
Jack Puppy17-Jun-05 4:28
Jack Puppy17-Jun-05 4:28 
GeneralRe: unicode and ansi Pin
Anonymous17-Jun-05 4:38
Anonymous17-Jun-05 4:38 
GeneralRe: unicode and ansi Pin
Anonymous17-Jun-05 4:52
Anonymous17-Jun-05 4:52 
Generalunions and structs Pin
mcsherry17-Jun-05 3:01
mcsherry17-Jun-05 3:01 
GeneralRe: unions and structs Pin
Bob Stanneveld17-Jun-05 3:49
Bob Stanneveld17-Jun-05 3:49 
GeneralRe: unions and structs Pin
mcsherry21-Jun-05 22:04
mcsherry21-Jun-05 22:04 
GeneralRe: unions and structs Pin
Bob Stanneveld21-Jun-05 22:07
Bob Stanneveld21-Jun-05 22:07 
GeneralRe: unions and structs Pin
krmed17-Jun-05 3:51
krmed17-Jun-05 3:51 
Not sure if this is applicable, however you declared your members as

mcsherry wrote:
unsigned int f : 16

an unsigned int is 32 bits long, so each one takes 4 bytes. Perhaps changing these to
unsigned short f : 16
would solve your problem?

Good luck.

Karl - WK5M
PP-ASEL-IA (N43CS)
<kmedcalf@ev1.net>
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
GeneralRe: unions and structs Pin
mcsherry21-Jun-05 22:05
mcsherry21-Jun-05 22:05 
QuestionHow to respond VK_LEFT and VK_DOWN at the same time? Pin
simon wan17-Jun-05 2:39
simon wan17-Jun-05 2:39 
AnswerRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
BlackDice17-Jun-05 2:54
BlackDice17-Jun-05 2:54 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
simon wan17-Jun-05 14:44
simon wan17-Jun-05 14:44 
AnswerRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
David Crow17-Jun-05 3:31
David Crow17-Jun-05 3:31 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
BlackDice17-Jun-05 4:54
BlackDice17-Jun-05 4:54 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
David Crow17-Jun-05 5:14
David Crow17-Jun-05 5:14 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
BlackDice17-Jun-05 5:20
BlackDice17-Jun-05 5:20 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
David Crow17-Jun-05 5:24
David Crow17-Jun-05 5:24 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
BlackDice17-Jun-05 5:32
BlackDice17-Jun-05 5:32 
GeneralRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
Toby Opferman23-Jun-05 10:44
Toby Opferman23-Jun-05 10:44 
AnswerRe: How to respond VK_LEFT and VK_DOWN at the same time? Pin
Bob Stanneveld17-Jun-05 3:38
Bob Stanneveld17-Jun-05 3:38 
GeneralMapping a network drive programmatically Pin
Still learning how to code17-Jun-05 2:15
Still learning how to code17-Jun-05 2:15 
GeneralRe: Mapping a network drive programmatically Pin
David Crow17-Jun-05 2:22
David Crow17-Jun-05 2:22 
GeneralNon MFC X-Y Plots Pin
jerry1211a17-Jun-05 1:59
jerry1211a17-Jun-05 1:59 
GeneralRe: Non MFC X-Y Plots Pin
toxcct17-Jun-05 2:01
toxcct17-Jun-05 2:01 
GeneralRe: Non MFC X-Y Plots Pin
Ravi Bhavnani17-Jun-05 4:50
professionalRavi Bhavnani17-Jun-05 4:50 

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.