No, the error message says it all: C++ does not support default int. All functions must have their return types declared. There is no return type declared for WriteFile. If this worked at some time in the past, it was probably because the C++ compiler you were using at the time was not compliant to the C++ standard.I was wondering if there was some Qt configuration option I messed up
This error has noting to do with Qt or your Qt configuration. It's a compile-time error in -your- code.
Bookmarks