Hello,
I tried to use the mentioned DUMP_DBD but I've a problem/ question I need help with: DUMP_DBD rounds my decimal numbers in the .dbd file to 1 decimal even though My Windows Regional Setting state that 9 decimals should be used (e.g. 0.000000001).
Here is an example output in comparison:
DeView: 16:30:00.760009, 3376.33545, 3507.9751, 3536.14111,...
.
dump_db: 16:30:00.7600, 3376.3, 3508.0, 3536.1,..
What do I have to edit in the c++ source code to stop the round up of the decimal numbers? Any help very much appreciated,
Thanks, P.
Hello,
I tried to use the mentioned DUMP_DBD but I've a problem/ question I need help with: DUMP_DBD rounds my decimal numbers in the .dbd file to 1 decimal even though My Windows Regional Setting state that 9 decimals should be used (e.g. 0.000000001).
Here is an example output in comparison:
````
DeView: 16:30:00.760009, 3376.33545, 3507.9751, 3536.14111,...
dump_db: 16:30:00.7600, 3376.3, 3508.0, 3536.1,..
````.
What do I have to edit in the c++ source code to stop the round up of the decimal numbers? Any help very much appreciated,
Thanks, P.