Hello,
is there any setting to force the ide to generate code which behavior is like on unix machines especially in case of writing DWORDs to a binary file so that the Lower byte ist written first and then the high byte
Thanks a lot
Matthias
Hello,
is there any setting to force the ide to generate code which behavior is like on unix machines especially in case of writing DWORDs to a binary file so that the Lower byte ist written first and then the high byte
Thanks a lot
Matthias
writing DWORDs to file in unix like manner (Lowbyte first)
JockeOlsson
I don't believe there is a direct way, but take a look at the links at http://search.msdn.microsoft.com/search/results.aspx qu=unix+C%2b%2b&View=msdn&st=b&c=0&s=1&swc=0 incase something rings a bell.
Thanks, Ayman Shoukry VC++ Team