I try to remove all these macro and receive the same warnings and 4 unresolved externals, search error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall SearchEngine::setTimeRange(class QDateTime const &,class QDateTime const &)" (__imp_?setTimeRange@SearchEngine@@QAEXABVQDateTim e@@0@Z) referenced in function "private: void __thiscall SearchForm::Search(void)" (?Search@SearchForm@@AAEXXZ). SearchForm
has to be member of class SearchEngine and has to contains pointer onto SearchEngine object, if I build library without GUI therefore without any graphical forms, all built ok.
Bookmarks