Skip to content

Instantly share code, notes, and snippets.

@djmunro
Created July 9, 2015 18:12
Show Gist options
  • Save djmunro/71382ec3ac35415fe466 to your computer and use it in GitHub Desktop.
Save djmunro/71382ec3ac35415fe466 to your computer and use it in GitHub Desktop.
Errors
1>arbtriangleinstrument.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall ArbTriangleInstrument::metaObject(void)const " (?metaObject@ArbTriangleInstrument@@UBEPBUQMetaObject@@XZ)
1>arbtriangleinstrument.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall ArbTriangleInstrument::qt_metacast(char const *)" (?qt_metacast@ArbTriangleInstrument@@UAEPAXPBD@Z)
1>arbtriangleinstrument.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall ArbTriangleInstrument::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@ArbTriangleInstrument@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
1>C:\Users\dave\Desktop\CR2\bin\Debug\easypaint.exe : fatal error LNK1120: 3 unresolved externals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment