Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
594 views
in Technique[技术] by (71.8m points)

qt - LNK2019 __declspec(dllimport), __cdecl issue

Note: This is the first part of my problem.

I don't know how this problem occurred, but it came as two errors:

main.obj:-1: error: LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl cm::controllers::MasterController::MasterController(class QObject *)" (__imp_??0MasterController@controllers@cm@@QEAA@PEAVQObject@@@Z) referenced in function main

and

main.obj:-1: error: LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl cm::controllers::MasterController::~MasterController(void)" (__imp_??1MasterController@controllers@cm@@UEAA@XZ) referenced in function main

I'm using Qt Creator 5.12, by the way. I have a feeling it has something to do with the linker.

question from:https://stackoverflow.com/questions/65643450/lnk2019-declspecdllimport-cdecl-issue

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...