Show whole topic Oct 21, 2014 10:02 pm
Muthos Offline
Mitglied
Registered since: Sep 13, 2014
Location: -


Subject: Re: guids are aged :|
hello,

I tried to compile maxr. I have a missing file clearly: unistd.h
it is included in 3 files: files.cpp, loaddata.cpp and settings.cpp.
but unistd.h is not present in svn: //maxr.org/

should also replace strncpy by strncpy_s in tinyxml2.cpp or add
_CRT_SECURE_NO_WARNINGS
within Preprocessor Definitions in the compiler
but would be better use strncpy_s

Following after these corrections Smiling