We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build started... 1>------ Build started: Project: CuteIPC, Configuration: Release x64 ------ 1>CuteIPCMarshaller.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl QLinkedListData::QLinkedListData(void)" (_imp??0QLinkedListData@@qeaa@XZ) referenced in function "private: class QLinkedList::iterator __cdecl QLinkedList::detach_helper2(class QLinkedList::iterator)" (?detach_helper2@?$QLinkedList@VQByteArray@@@@Aeaa?AViterator@1@V21@@z) 1>F:\BUILD\buildCuteIPC\Release\CuteIPC.dll : fatal error LNK1120: 1 unresolved externals 1>Done building project "CuteIPC.vcxproj" -- FAILED.
Please help me to fix this linker error. Thank in advanced!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build started...
1>------ Build started: Project: CuteIPC, Configuration: Release x64 ------
1>CuteIPCMarshaller.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl QLinkedListData::QLinkedListData(void)" (_imp??0QLinkedListData@@qeaa@XZ) referenced in function "private: class QLinkedList::iterator __cdecl QLinkedList::detach_helper2(class QLinkedList::iterator)" (?detach_helper2@?$QLinkedList@VQByteArray@@@@Aeaa?AViterator@1@V21@@z)
1>F:\BUILD\buildCuteIPC\Release\CuteIPC.dll : fatal error LNK1120: 1 unresolved externals
1>Done building project "CuteIPC.vcxproj" -- FAILED.
Please help me to fix this linker error. Thank in advanced!
The text was updated successfully, but these errors were encountered: