Have created a simple library using vc6 compiler which defines a class Sum with a method add which takes two parameters and retruns an int, I have included this in my QT application in the pro file as
win32:LIBS +=D:\nest_qt_dev\SumLib\Debug\SumLib.lib
However I get an undefined reference to `CSum::Add(int, int)' error.
My Library Code Generation is Multi threaded Debug Dll.