stachenov / quazip

Qt/C++ wrapper over minizip
Other
580 stars 233 forks source link

error LNK2019 #183

Closed Alvazz closed 1 month ago

Alvazz commented 11 months ago

mainwindow.obj : error LNK2019: unresolved external symbol "declspec(dllimport) public: static bool cdecl JlCompress::compressDir(class QString,class QString,bool)" (_imp?compressDir@JlCompress@@SA_NVQString@@0_N@Z) referenced in function "private: void __cdecl MainWindow::OnPackPlugin(void)" (?OnPackPlugin@MainWindow@@AEAAXXZ)

Alvazz commented 11 months ago

static link

cen1 commented 1 month ago

The error indicates that quazip is not being linked into your project. Without knowing your setup (Cmake? Visual studio?) it's hard to give any further advice. Reopen if the issue is still relavant.