Open GoogleCodeExporter opened 8 years ago
This problem can be solved by adding #include <cstring> to basesetting.h file.
There are some other problems too.
So if you get error about srtlen, you need to add #include <cstring> to file
that it says, typically with extension .h.
If you get other error, like fopen, fwrite or something missing, you need to
add #include <cstdlib> to .h file.
I hope this will help you.
Original comment by matti.mi...@gmail.com
on 23 Aug 2011 at 1:15
Original issue reported on code.google.com by
vendi...@gmail.com
on 25 Aug 2010 at 9:57