Link Cryptlib Library with Qt creator -



Link Cryptlib Library with Qt creator -

i have qt creator 2.6.1 based on qt 5.0 have build cryptlib visual studio 2010

all cryptlib project on c:\sdk\cl342 when have built project crypt.h , cl32.lib , cl32.dll in folder c:\sdk\cl342

i getting linker error on every method phone call cryptlib such cryptinit have tried adding project menu , add together external library makes many changes pro file not allow me include crypt.h.

mainwindow.obj:-1: error: lnk2019: unresolved external symbol _cryptend@0 referenced in function "public: __thiscall mainwindow::mainwindow(class qwidget *)" (??0mainwindow@@qae@pavqwidget@@@z) –

my pro files looks this.

**qt += core gui greaterthan(qt_major_version, 4): qt += widgets target = testlistview template = app sources += main.cpp\ mainwindow.cpp headers += mainwindow.h forms += mainwindow.ui includepath = c:\sdk\cl342\ dependpath += c:\sdk\cl342\ libs += c:\sdk\cl342\cl32.lib**

qt qt-creator linker-error cryptlib

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -