Skip to content
Snippets Groups Projects
Commit ed4b4765 authored by William F Godoy's avatar William F Godoy
Browse files

Solve Issue #211 and made changes due to Windows warnings and bugs

Bugs: 1) Missing binary mode in FilePointer fopen and FStream ofstream
transports
      2) Replacing reinterpret_cast of size_t to uint_64, not the same
on Windows 64-bit

Removed some warnings generated by Visual Studio

Added static_cast for type conversions

Refactor XML reader to restore original check on single engine
conditions and eliminate warnings. Test added.

Allow ctime and fopen "not secure" warnings: now using binary fstream as
default file IO library on Windows
parent daa9d3d8
No related branches found
No related tags found
Loading
Showing
with 300 additions and 187 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment