QFtp problem
hi every body.
- #include <QtNetwork/QFtp>
- int main(int argc, char *argv[])
- {
- QFtp f;
- return 0;
- }
error link :
main.obj:-1: error: LNK2019: unresolved external symbol “__declspec(dllimport) public: virtual __thiscall QFtp::~QFtp(void)” (__imp_??1QFtp@@UAE@XZ) referenced in function _main
main.obj:-1: error: LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall QFtp::QFtp(class QObject *)” (__imp_??0QFtp@@QAE@PAVQObject@@@Z) referenced in function _main
debug\emptyProject.exe:-1: error: LNK1120: 2 unresolved externals
3 replies
You must log in to post a reply. Not a member yet? Register here!


