Steve Lamperti
2014-07-08 18:06:17 UTC
I'm trying to build scintilla for a Qt based project on windows. I think I'm building the DLL OK, but when I try to link in my visual studio 2013 project, I get the following link error:
1>EIncludeWidget.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const ScintillaEdit::staticMetaObject" (?***@ScintillaEdit@@2UQMetaObject@@B)
I suspect that what is happening is that the linker is not recognizing the ScintillaEdit as a QObject descended object, but I am not at all sure what to do to fix this. (The EIncludeWidget is my own object that descends from ScintillaEdit.)
If anyone has any suggestions for me, I would really appreciate it.
1>EIncludeWidget.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const ScintillaEdit::staticMetaObject" (?***@ScintillaEdit@@2UQMetaObject@@B)
I suspect that what is happening is that the linker is not recognizing the ScintillaEdit as a QObject descended object, but I am not at all sure what to do to fix this. (The EIncludeWidget is my own object that descends from ScintillaEdit.)
If anyone has any suggestions for me, I would really appreciate it.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.