Click here to Skip to main content
15,915,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUNICODE option in VC6 projects? Pin
Tom Archer10-Oct-04 15:35
Tom Archer10-Oct-04 15:35 
AnswerRe: UNICODE option in VC6 projects? Pin
Andrzej Markowski10-Oct-04 16:47
Andrzej Markowski10-Oct-04 16:47 
GeneralRe: UNICODE option in VC6 projects? Pin
Tom Archer10-Oct-04 19:32
Tom Archer10-Oct-04 19:32 
GeneralUrgent Plz.. Help needed on converting 12 bit greylevel... Pin
Kiran Satish10-Oct-04 14:48
Kiran Satish10-Oct-04 14:48 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
Mad__10-Oct-04 23:22
Mad__10-Oct-04 23:22 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
normanS11-Oct-04 2:52
normanS11-Oct-04 2:52 
GeneralRe: Urgent Plz.. Help needed on converting 12 bit greylevel... Pin
Kiran Satish11-Oct-04 6:00
Kiran Satish11-Oct-04 6:00 
GeneralLSB_MSB format Pin
normanS11-Oct-04 3:01
normanS11-Oct-04 3:01 
I'd guess that you are probably right that LSB_MSB means that the first byte has the 8 LS bits and the next byte has the 4 unused bits (presumably the high nibble) and the 4 MS bits (the low nibble.)

Don't just go ahead without checking, though! Have a look at a sample data file to see if this assumption is valid - the weirdos who created this file format may have decided to left-justify the 12 bits in a 16-bit word, so the lowest-order 4 bits are a zero.

This may sound unlikely, but there are technical reasons for this alternative approach, in fact this is done on ARINC-429 avionic serial interfaces.
GeneralRe: LSB_MSB format Pin
Kiran Satish11-Oct-04 5:59
Kiran Satish11-Oct-04 5:59 
GeneralRe: LSB_MSB format Pin
normanS11-Oct-04 20:35
normanS11-Oct-04 20:35 
QuestionDirectShow change resolution on the fly? Pin
Indrawati10-Oct-04 14:13
Indrawati10-Oct-04 14:13 
Generalstructure with vector as a member Pin
gahziman10-Oct-04 13:30
gahziman10-Oct-04 13:30 
GeneralRe: structure with vector as a member Pin
Mad__10-Oct-04 23:25
Mad__10-Oct-04 23:25 
GeneralRe: structure with vector as a member Pin
gahziman11-Oct-04 0:34
gahziman11-Oct-04 0:34 
GeneralRe: structure with vector as a member Pin
Mad__11-Oct-04 0:39
Mad__11-Oct-04 0:39 
GeneralRe: structure with vector as a member Pin
Bob Stanneveld11-Oct-04 3:56
Bob Stanneveld11-Oct-04 3:56 
GeneralPlease help with CString to float. Pin
Jochum Wittebrood10-Oct-04 10:29
Jochum Wittebrood10-Oct-04 10:29 
GeneralRe: Please help with CString to float. Pin
Jochum Wittebrood10-Oct-04 11:07
Jochum Wittebrood10-Oct-04 11:07 
GeneralRe: Please help with CString to float. Pin
Christian Graus10-Oct-04 11:54
protectorChristian Graus10-Oct-04 11:54 
GeneralRe: Please help with CString to float. Pin
Jochum Wittebrood10-Oct-04 14:32
Jochum Wittebrood10-Oct-04 14:32 
GeneralRe: Please help with CString to float. Pin
Christian Graus10-Oct-04 14:41
protectorChristian Graus10-Oct-04 14:41 
GeneralRe: Please help with CString to float. Pin
Michael Dunn10-Oct-04 14:49
sitebuilderMichael Dunn10-Oct-04 14:49 
GeneralRe: Please help with CString to float. Pin
toxcct10-Oct-04 21:00
toxcct10-Oct-04 21:00 
GeneralRe: Please help with CString to float. Pin
callisthenes11-Oct-04 3:57
callisthenes11-Oct-04 3:57 
GeneralRe: Please help with CString to float. Pin
Jochum Wittebrood12-Oct-04 12:43
Jochum Wittebrood12-Oct-04 12:43 

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.