P
Paul W
Hello Group,
I'm a .net newbie with a couple of questions. First, Debug.WriteLine()
doesn't send any output to the immediate window, anybody know why that might
be?
Second, what is the .net equivilant to CopyMemory? I need to read the first
128 bytes from a file and move those bytes into a structure. I'm assuming
that a BinaryReader on a file stream is the way to read the data, but what's
the best way to move those bytes into the struct? Thanks in advance.
Paul
I'm a .net newbie with a couple of questions. First, Debug.WriteLine()
doesn't send any output to the immediate window, anybody know why that might
be?
Second, what is the .net equivilant to CopyMemory? I need to read the first
128 bytes from a file and move those bytes into a structure. I'm assuming
that a BinaryReader on a file stream is the way to read the data, but what's
the best way to move those bytes into the struct? Thanks in advance.
Paul