libedssharp icon indicating copy to clipboard operation
libedssharp copied to clipboard

batch mode differs from editor mode.

Open Reissner opened this issue 5 years ago • 0 comments

I use v0.6-xdd-2-67-g6261921. I observe that there are differences in result when using EDSeditor vs. EDSSharp.

  • EDSSharp does not create a copyright notice (which is correct), whereas EDSEditor does create one (which is wrong and in particular not up to date: CanOpenNode now is licensed under Apache 2.0)
  • EDSSharp misses the version information which is crucial.
  • #define CO_NO_TIME 0 //Associated objects: 1012, 1013 in EDSSharp only.
  • EDSSharp misses creation date/time
  • minor differences, pragma once and clang.. well... not so important but it indicates sth bad: no uniform code base.

Reissner avatar Feb 18 '20 12:02 Reissner