A project I am working compiles fine and then started crashing with the error, "DLL entry not found." I re-installed Qt eventually and when I compile again, I receive an error for all signal definitions, "error: C4430: missing type specifier - int assumed. Note: C++ does not support default-int." I receive the same errors for the signal definitions in another project. I also receive a warning with each error, "warning: C4183: 'signalFunction': missing return type; assumed to be a member function returning 'int'."How do I get this compiling?
Bookmarks