This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51 V5.10 Run on NT 4.0

When I compile the same C source file using C51 V5.10 under WIN95 and NT 4.0 I find that the OBJ files generated under NT 4.0 don't match those generated under WIN95. When I perform a binary file comparison: FC /B file1.obj file2.obj I always find 3 or more byte locations that don't match. Has anyone else experienced this problem, and is it an NT or C51 V5.10 issue ? There are no compilation error messages. Also,
the files compiled under NT don't run correctly.

Parents
  • Hmmm... Curious. I can't directly answer your question, but I can give you a data point.

    I use NT 4.0 exclusively and have used V5.10 and now use V5.50, in both the IDE (uVision) and command line (i.e., under "make") modes without any compiler execution or code generation problems.

    --Dan Henry

Reply
  • Hmmm... Curious. I can't directly answer your question, but I can give you a data point.

    I use NT 4.0 exclusively and have used V5.10 and now use V5.50, in both the IDE (uVision) and command line (i.e., under "make") modes without any compiler execution or code generation problems.

    --Dan Henry

Children