Click here to Skip to main content
15,918,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with std::map Pin
ykutanoor4-May-04 4:01
ykutanoor4-May-04 4:01 
GeneralRe: Problem with std::map Pin
Paul Ranson4-May-04 10:03
Paul Ranson4-May-04 10:03 
GeneralProblem with std::map Pin
ykutanoor4-May-04 4:00
ykutanoor4-May-04 4:00 
GeneralWin binaries and UNIX Pin
jimNLX4-May-04 3:58
jimNLX4-May-04 3:58 
GeneralRe: Win binaries and UNIX Pin
Antony M Kancidrowski4-May-04 4:39
Antony M Kancidrowski4-May-04 4:39 
GeneralRe: Win binaries and UNIX Pin
Dean Goodman4-May-04 4:45
Dean Goodman4-May-04 4:45 
GeneralRe: Win binaries and UNIX Pin
Michael Dunn4-May-04 6:11
sitebuilderMichael Dunn4-May-04 6:11 
GeneralRe: Win binaries and UNIX Pin
David Chamberlain4-May-04 7:48
David Chamberlain4-May-04 7:48 
Depending on the machine architecture, and that the sizes of similar data types are the same byte length, I have seen issues where machines are not "byte" swapped but are "word" swapped. In those cases, it was every set of two-bytes that needed to be swapped with the next set of two-bytes. This is different than big/little-endian swapping.

If you are writing floating point values into the file, check that the NT format and the UNIX format are the same. NT probably uses the IEEE floating point format and some non-PC UNIX machines (and some hardware items) use a DEC format. This means that the meaning of the bits within a 4-byte floating point word are different ... different size mantissa, exponent, placement of sign bit, etc. I have had to re-align floating point bits between machines.

Dave

"You can say that again." -- Dept. of Redundancy Dept.
GeneralCreating a CToolbarCtrl Pin
Rafael Fernández López4-May-04 3:54
Rafael Fernández López4-May-04 3:54 
GeneralRe: Creating a CToolbarCtrl Pin
Michael Dunn4-May-04 4:42
sitebuilderMichael Dunn4-May-04 4:42 
Questionhow to create new file format Pin
Rajesh match4-May-04 3:54
Rajesh match4-May-04 3:54 
Generalipc programming Pin
Member 10128694-May-04 3:27
Member 10128694-May-04 3:27 
GeneralMAPI Pin
asv4-May-04 3:15
asv4-May-04 3:15 
GeneralRe: MAPI Pin
David Crow4-May-04 3:54
David Crow4-May-04 3:54 
GeneralRe: MAPI Pin
asv4-May-04 4:05
asv4-May-04 4:05 
GeneralRe: MAPI Pin
David Crow4-May-04 4:57
David Crow4-May-04 4:57 
GeneralRe: MAPI Pin
asv4-May-04 19:06
asv4-May-04 19:06 
GeneralMFC Exntension-DLL Resource-Access question Pin
ohadp4-May-04 3:01
ohadp4-May-04 3:01 
GeneralRe: MFC Exntension-DLL Resource-Access question Pin
Blake Miller6-May-04 8:18
Blake Miller6-May-04 8:18 
GeneralConvert HDC to long Pin
Kannan Kalyanaraman4-May-04 3:00
Kannan Kalyanaraman4-May-04 3:00 
GeneralRe: Convert HDC to long Pin
Anonymous4-May-04 3:12
Anonymous4-May-04 3:12 
GeneralRe: Convert HDC to long Pin
Kannan Kalyanaraman4-May-04 3:35
Kannan Kalyanaraman4-May-04 3:35 
GeneralO.O All my knowledge about asynchronous sockets and message pumps broken.. help.. Pin
Kuniva4-May-04 2:09
Kuniva4-May-04 2:09 
GeneralRe: O.O All my knowledge about asynchronous sockets and message pumps broken.. help.. Pin
Kuniva4-May-04 2:15
Kuniva4-May-04 2:15 
GeneralRe: O.O All my knowledge about asynchronous sockets and message pumps broken.. help.. Pin
Mike Dimmick4-May-04 5:14
Mike Dimmick4-May-04 5:14 

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.