Hi Gabriel, Do not do this: extern int errno; Do this instead, for C: #include <errno.h> Or this instead, for C++: #include <cerrno> HTH, --Eljay
Hi Gabriel, Do not do this: extern int errno; Do this instead, for C: #include <errno.h> Or this instead, for C++: #include <cerrno> HTH, --Eljay