Click here to Skip to main content
15,884,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 2:42
professionalArthur V. Ratz30-Dec-15 2:42 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Anasuya201530-Dec-15 3:51
Anasuya201530-Dec-15 3:51 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:27
professionalArthur V. Ratz30-Dec-15 4:27 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:29
professionalArthur V. Ratz30-Dec-15 4:29 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Serkan Onat30-Dec-15 9:30
professionalSerkan Onat30-Dec-15 9:30 
PraiseRe: How to communicate between two different app using SendMessage API? Pin
Maximilien6-Jan-16 2:49
Maximilien6-Jan-16 2:49 
QuestionConversions in C Pin
ForNow29-Dec-15 8:09
ForNow29-Dec-15 8:09 
AnswerRe: Conversions in C Pin
Richard Andrew x6429-Dec-15 11:44
professionalRichard Andrew x6429-Dec-15 11:44 
I think the problem comes from the way bytes are ordered in memory.

When you treat a 4-byte block as a DWORD, the bytes are not in order from MSB to LSB. It depends upon your hardware.

You can verify this in the debugger. Place a breakpoint anywhere you are using the DWORD variable, and then when it breaks, switch to Disassembly view. (Make sure "Show code bytes" is on.) You'll see the way the bytes are ordered, and it's not what you expect!

The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: Conversions in C Pin
ForNow29-Dec-15 11:52
ForNow29-Dec-15 11:52 
AnswerRe: Conversions in C Pin
Arthur V. Ratz30-Dec-15 2:45
professionalArthur V. Ratz30-Dec-15 2:45 
GeneralRe: Conversions in C Pin
ForNow30-Dec-15 6:22
ForNow30-Dec-15 6:22 
QuestionHow to call c# callback function from VC++ Pin
shakumar_2128-Dec-15 22:54
shakumar_2128-Dec-15 22:54 
AnswerRe: How to call c# callback function from VC++ Pin
Richard MacCutchan29-Dec-15 0:57
mveRichard MacCutchan29-Dec-15 0:57 
QuestionRESET USB Pin
Member 1223302928-Dec-15 15:17
Member 1223302928-Dec-15 15:17 
QuestionRe: RESET USB Pin
David Crow28-Dec-15 17:01
David Crow28-Dec-15 17:01 
QuestionCollecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
SujithKG28-Dec-15 5:15
SujithKG28-Dec-15 5:15 
SuggestionRe: Collecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
Richard MacCutchan28-Dec-15 7:36
mveRichard MacCutchan28-Dec-15 7:36 
Questionwhy this funny double is not a true zero? Pin
includeh1027-Dec-15 3:13
includeh1027-Dec-15 3:13 
AnswerRe: why this funny double is not a true zero? Pin
Richard Andrew x6427-Dec-15 6:17
professionalRichard Andrew x6427-Dec-15 6:17 
AnswerRe: why this funny double is not a true zero? Pin
CPallini28-Dec-15 10:46
mveCPallini28-Dec-15 10:46 
AnswerRe: why this funny double is not a true zero? Pin
emersony21-Jan-16 8:37
emersony21-Jan-16 8:37 
QuestionDatabase creation on external HD Pin
Amr.Mohammad8724-Dec-15 20:16
Amr.Mohammad8724-Dec-15 20:16 
AnswerRe: Database creation on external HD Pin
Richard MacCutchan24-Dec-15 21:08
mveRichard MacCutchan24-Dec-15 21:08 
GeneralRe: Database creation on external HD Pin
Amr.Mohammad8725-Dec-15 7:21
Amr.Mohammad8725-Dec-15 7:21 
GeneralRe: Database creation on external HD Pin
David Crow26-Dec-15 5:26
David Crow26-Dec-15 5:26 

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.