Mirai-Team / mirai-project

C++ library for games making purposes.
Other
3 stars 0 forks source link

Encryption system, writeHeader #8

Closed Lomadriel closed 9 years ago

Lomadriel commented 9 years ago

The file path isn't cross platform. We can't find a file on Windows.

Lomadriel commented 9 years ago

Normally it works. Just test it under windows.

CBenoit commented 9 years ago

Got encryption example works under Windows, however I had warning while compiling FileUtilities.cpp file :

[...]mirai_project\src\util\FilesUtilities.cpp:67:8: warning: "__uni
x__" is not defined [-Wundef]
  #elif __unix__
          ^
CBenoit commented 9 years ago

Problem solved : https://github.com/Mirai-Team/mirai-project/commit/a6590dbddd356cc7ac8fb6904fbb665c5ec22851