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

C / C++ / MFC

 
GeneralRe: CString question - urgent Pin
hithesh24-Apr-05 9:39
hithesh24-Apr-05 9:39 
GeneralRe: CString question - urgent Pin
Maximilien24-Apr-05 11:19
Maximilien24-Apr-05 11:19 
GeneralRe: CString question - urgent Pin
hithesh24-Apr-05 15:44
hithesh24-Apr-05 15:44 
GeneralRe: CString question - urgent Pin
ThatsAlok24-Apr-05 18:59
ThatsAlok24-Apr-05 18:59 
GeneralRe: CString question - urgent Pin
toxcct24-Apr-05 20:44
toxcct24-Apr-05 20:44 
GeneralText Object Model Pin
Jim Crafton24-Apr-05 8:57
Jim Crafton24-Apr-05 8:57 
GeneralStructions in Windows Pin
Grahamfff24-Apr-05 8:52
Grahamfff24-Apr-05 8:52 
GeneralRe: Structions in Windows Pin
PJ Arends24-Apr-05 9:18
professionalPJ Arends24-Apr-05 9:18 
Grahamfff wrote:
unsigned long Msg001_02_01_spare3_w01 : 8;
unsigned short Msg001_02_02_time_time_tag;
unsigned long Msg001_02_03_year_1000_s : 4;


I would make the time tag the same format as the rest
unsigned long Msg001_02_02_time_time_tag : 16;


Maybe also pack the structure and union to 1 byte boundaries using #pragma pack(1). You could be running into alignment problems.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralCompression Pin
_Jackie24-Apr-05 8:16
_Jackie24-Apr-05 8:16 
GeneralRe: Compression Pin
John M. Drescher24-Apr-05 9:20
John M. Drescher24-Apr-05 9:20 
GeneralRe: Compression Pin
PJ Arends24-Apr-05 9:21
professionalPJ Arends24-Apr-05 9:21 
Generalvc++ progamming for multimedia Pin
ahmadmz24-Apr-05 7:35
ahmadmz24-Apr-05 7:35 
GeneralPlease Help me, Excel Automation with MFC Pin
lee kyu sub24-Apr-05 6:27
lee kyu sub24-Apr-05 6:27 
Generalhelp me about Explorer-like program Pin
NPDemon24-Apr-05 5:59
NPDemon24-Apr-05 5:59 
GeneralRe: help me about Explorer-like program Pin
Ravi Bhavnani24-Apr-05 7:40
professionalRavi Bhavnani24-Apr-05 7:40 
GeneralRe: help me about Explorer-like program Pin
NPDemon29-Apr-05 8:45
NPDemon29-Apr-05 8:45 
GeneralCString to binary Pin
Lampros Giampouras24-Apr-05 5:20
Lampros Giampouras24-Apr-05 5:20 
GeneralRe: CString to binary Pin
Ravi Bhavnani24-Apr-05 7:43
professionalRavi Bhavnani24-Apr-05 7:43 
GeneralRe: CString to binary Pin
Lampros Giampouras24-Apr-05 9:27
Lampros Giampouras24-Apr-05 9:27 
GeneralAPI Hooking question Pin
olinn24-Apr-05 4:40
olinn24-Apr-05 4:40 
QuestionHow to SetDocumentHtml to HtmlEditCtrl Pin
Tcpip200524-Apr-05 2:16
Tcpip200524-Apr-05 2:16 
AnswerRe: How to SetDocumentHtml to HtmlEditCtrl Pin
22491724-Apr-05 4:34
22491724-Apr-05 4:34 
GeneralRe: How to SetDocumentHtml to HtmlEditCtrl Pin
Tcpip200524-Apr-05 23:42
Tcpip200524-Apr-05 23:42 
Generalstructs and arrays Pin
Truby4224-Apr-05 1:34
Truby4224-Apr-05 1:34 
GeneralRe: structs and arrays Pin
Ravi Bhavnani24-Apr-05 7:42
professionalRavi Bhavnani24-Apr-05 7:42 

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.