Hello, I think I correctly compiled plplot using cmake/nmake under Windows 7/VS 2010. I'd like to use plplot inside QtCreator.
I can't get the QT example to compile properly. I get 8 errors like this: plotwindow.obj:-1: error: LNK2019: unresolved external symbol "void __cdecl plsetqtdev(class QtExtWidget *,int,char * *)" (?plsetqtdev@@YAXPAVQtExtWidget@@HPAPAD@Z) referenced in function "public: __thiscall PlotWindow::PlotWindow(int,char * *,class QWidget *)" (??0PlotWindow@@QAE@HPAPADPAVQWidget@@@Z) This is clearly a linking problem but I can't understand what it's missing. I have correctly added the .lib file into my .pro file. I added the headers as well but still get this error. What am I missing? Luca ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
