I have a binary file written in big endian enviorment using c code. er On my PC a C# application is reading bytes from the file using BinaryReader and converting it to Managed struct using Marshalling.
the sturuct contains a few float fields.
I'm getting the starngest result.. When running in the Visual studio I get the floats with a ~10^-6 accuracy , but, When I run the exe file. Some of the float field are not accurate (~10^-3).
Anyone encountered this issue?